source: projects/specs/trunk/a/apt/apt-vl.spec @ 12154

Revision 12154, 50.6 KB checked in by tomop, 5 years ago (diff)

apt-0.5.15lorg3.95-28.git522

Line 
1%define with_python 0
2
3%define build_vine6 0
4
5%if "%{?_dist_release}" == "vl6"
6%define build_vine6 1
7%endif
8
9%define snapver git522
10%define srcver %{version}.%{snapver}
11
12Name: apt
13Version: 0.5.15lorg3.95
14Release: 28.%{snapver}%{?_dist_release}
15Summary: Advanced front-end for rpm (APT - Advanced Package Tool)
16Summary(ja): RPM の高機能なフロントエンド (APT - アドバンスドパッケージツール)
17Group: Applications/Administration
18License: GPLv2+
19Url: http://apt-rpm.org/
20
21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: daisuke
24
25Source0: %{name}-%{srcver}.tar.bz2
26Source1: apt.conf-0.5.15
27
28Source3: vendors.list-0.5.15
29Source5: gpg-keyring.conf
30Source7: system-duplicate-package.conf
31Source8: allow-duplicated-upgrade.conf
32Source9: acquire-default.conf
33
34Source10: sources.list-vine
35Source20: preferences.vine
36Source30: rpmpriorities.vineseed
37Source31: rpmpriorities.vine6
38
39Source40: allow-duplicated.lua
40Source41: allow-duplicated.conf
41
42Source50: remove-old-kernels.lua
43Source51: remove-old-kernels.conf
44
45Source100: apt-0.5.15lorg3.93-ja.po
46
47Source110: apt-japanese-man-pages.tar.bz2
48
49# patches from MDK/ALT/upstream
50
51# patches from fedora/upstream
52# Fix ppc mapping
53Patch0: apt-0.5.15lorg3.2-ppc.patch
54# band aid for mmap issues (#211254)
55Patch1: apt-0.5.15lorg3.x-cache-corruption.patch
56# fix build with gcc 4.7
57Patch2: apt-0.5.15lorg3.95-gcc47.patch
58
59# enhance the sorting by taking Obsoletes into account
60Patch10: %{name}-0.3.19cnc53-stelian-apt-pkg-algorithms-scores.patch.bz2
61# ignore versionless reverse dependencies
62Patch11: %{name}-0.5.4cnc9-alt-packagemanager-CheckRConflicts.patch.bz2
63# alternative scoring method ( PreDepends implies -1 instead of +50 )
64Patch12: %{name}-0.5.4cnc9-alt-pkgorderlist_score.patch.bz2
65# add # to the list of the forbidden char in the name of cdrom
66Patch13: %{name}-0.5.4cnc9-alt-specialchars.patch.bz2
67# a quick bugfixe to make build-dep work
68Patch16: %{name}-build-dep.patch.bz2
69
70# Vine patch
71# support "$(ARCH)" in sources.list
72Patch100: apt-0.5.4-ARCH.patch
73# set HOME=/root on exec gpg
74Patch120: apt-0.5.15lorg3.2-setenv-home.patch
75# apt-cdrom mounts cdrom device without fstab modification.
76Patch130: apt-0.5.15lorg3.2-apt-cdrom-fstab-free.patch
77# select correct version of kernel on apt-get upgrade (allow-duplicated.lua)
78Patch140: apt-0.5.15lorg3.2-allow-duplicated_lua.patch
79# more gettextize
80Patch150: apt-0.5.15lorg3.95-git522-gettextize.patch
81# set RPM_IGNORE_SCRIPTLETS_FAILURE to ignore rpm scriptlets failure
82Patch160: apt-0.5.15lorg3.93-ignore-scriptlets-failure.patch
83# use lua-rex for rex
84Patch170: apt-0.5.15lorg3.95-lua-rex.patch
85# handle not only legacy PreReq but also Requires(pre,post) as PreDepends
86Patch180: apt-0.5.15lorg3.95.git522-handle-requires-prepost.patch
87# add swig2 pregenerated files
88Patch200: apt-0.5.15lorg3.95.git522-swig2-pregenerated-files.patch
89# fix python-apt
90Patch201: apt-0.5.15lorg3.95-remove-obsolete-const-vars.patch
91
92# revert patch
93# http://apt-rpm.org/scm/?p=apt.git;a=commit;h=33283508cae4d598062561fe7c096238649adcba
94# this commit breaks local package install...
95Patch210: apt-0.5.15lorg3.95.git522-revert-mass-constify-rpmhandler-getter-methods.patch
96
97# revert patch
98# http://apt-rpm.org/scm/?p=apt.git;a=commit;h=0cc8fd20721f543bb8feb2cd98102dcc63c921b0
99# http://apt-rpm.org/scm/?p=apt.git;a=commit;h=70f33318cc6a391a92f77a37a4f7773e6008dc36
100# new genpkglist does not handle userfulFile correctly
101Patch220: apt-0.5.15lorg3.95-revert-genbasedir.patch
102
103# lua 5.2 patch
104Patch230: apt-0.5.15lorg3.95-lua-5.2d.patch
105
106# rpm-4.12 patch
107Patch300: apt-0.5.15lorg3.95.git522-rpm-4.12.patch
108
109# gcc-5.4 patch
110Patch310: apt-0.5.15lorg3.95.git522-gcc-5.4.patch
111
112BuildRoot: %{_tmppath}/%{name}-%{version}-root
113Requires(post): ldconfig, coreutils
114Requires(postun): ldconfig
115Requires: rpm >= 4.0.4, gnupg, bzip2
116Requires: readline >= 4.3
117Requires: vine-keyring
118Requires: apt-sourceslist-main
119Requires: lua-rex
120BuildRequires: rpm-devel >= 4.0.4
121BuildRequires: bzip2-devel, zlib-devel
122BuildRequires: glibc-devel, popt
123BuildRequires: gettext
124BuildRequires: readline-devel >= 4.3
125BuildRequires: autoconf
126BuildRequires: docbook-utils >= 0.6.14-4
127BuildRequires: cvs
128BuildRequires: libxml2-devel >= 2.6
129BuildRequires: lua-devel
130%if %{with_python}
131BuildRequires: python
132BuildRequires: python-devel
133%if "%{?_dist_release}" >= "vl7"
134BuildRequires: swig >= 2.0.4
135%endif
136%endif
137
138%description
139A port of Debian's apt tools for RPM based distributions.
140It provides the apt-get utility that provides a simpler,
141safer way to install and upgrade packages. APT features
142complete installation ordering, multiple source capability
143and several other unique features.
144
145%description -l ja
146これは rpm 対応の apt です。apt-get は簡単かつ安全にパッケージ
147のアップグレード,インストールを行うことができるコマンドです。
148apt には依存関係の解決,インストール順序の補完などさまざまな特
149徴があります。
150
151
152%package devel
153Summary: Development files and documentation for APT's libapt-pkg
154Summary(ja): APT のライブラリ(libapt-pkg) の開発用ファイルとドキュメント
155Group: Development/Libraries
156Requires(pre): %{name} = %{version}-%{release}
157Obsoletes: libapt-pkg-devel <= 0.3.19cnc30, libapt-pkg-doc <= 0.3.19cnc30
158
159%description devel
160This package contains the header files and static libraries for
161developing with APT's libapt-pkg package manipulation library,
162modified for RPM.
163
164%description devel -l ja
165このパッケージには、rpm 向けに改変された APT の、libapt-pkg
166パッケージ操作ライブラリを使って開発するための、ヘッダファイル
167とスタティックライブラリが含まれています。
168
169%if %{with_python}
170%package -n python-apt
171Summary: Python binding for APT
172Summary(ja): APT 用 Python バインディング
173Group: Development/Languages
174Requires: %{name} = %{version}-%{release}
175
176%description -n python-apt
177This package contains the python binding for apt libraries.
178
179%description -n python-apt -l ja
180このパッケージには apt ライブラリの python バインディング
181が含まれています。
182%endif
183
184%prep
185%setup -q -a 110 -n %{name}-%{srcver}
186%patch0 -p1 -b .ppc
187%patch1 -p0 -b .mmap
188%patch2 -p1 -b .gcc47
189
190%patch10 -p1
191%patch11 -p1
192%patch12 -p1
193%patch13 -p1
194%patch16 -p1
195
196%patch100 -p0
197%patch120 -p1
198%patch130 -p1
199%patch140 -p1
200%patch150 -p1
201%patch160 -p1
202%patch170 -p1
203%patch180 -p1
204%if "%{?_dist_release}" >= "vl7"
205%patch201 -p1
206%else
207%patch200 -p1
208%endif
209
210%patch210 -p1
211
212%patch220 -p1
213
214#%patch230 -p1
215
216%patch300 -p1
217
218%patch310 -p1
219
220cp %{SOURCE100} po/ja.po
221%if "%{?_dist_release}" >= "vl7"
222cp %{SOURCE30} rpmpriorities
223%else
224cp %{SOURCE31} rpmpriorities
225%endif
226
227# update allow-duplicated.{lua,conf}
228cp -f %{SOURCE40} %{SOURCE41} contrib/allow-duplicated/
229
230%build
231autoreconf -f -i
232%configure \
233  --disable-dependency-tracking --disable-static \
234  CPPFLAGS=-D_RPM_4_4_COMPAT
235
236%__make %{?_smp_mflags}
237%__make -C po ja.gmo
238
239%if %{with_python}
240pushd python
241%__make
242python -O -c "import py_compile; py_compile.compile('apt.py')"
243popd
244%endif
245
246# build japanese man pages
247pushd doc/ja
248# if you need utf-8 man page , add BuildRequires: nkf
249# %{__make} convert_to_utf-8
250%{__make}
251popd
252
253%install
254rm -fr %{buildroot}
255
256%makeinstall includedir=%{buildroot}%{_includedir}/apt-pkg
257
258# stat directories
259mkdir -p %{buildroot}%{_var}/cache/apt/archives/partial
260mkdir -p %{buildroot}%{_var}/cache/apt/genpkglist
261mkdir -p %{buildroot}%{_var}/cache/apt/gensrclist
262mkdir -p %{buildroot}%{_var}/lib/apt/lists/partial
263
264# config files
265mkdir -p %{buildroot}%{_sysconfdir}/apt
266mkdir -p %{buildroot}%{_sysconfdir}/apt/apt.conf.d
267mkdir -p %{buildroot}%{_sysconfdir}/apt/translate.list.d
268mkdir -p %{buildroot}%{_sysconfdir}/apt/sources.list.d
269mkdir -p %{buildroot}%{_sysconfdir}/apt/vendors.list.d
270install %{SOURCE1} %{buildroot}%{_sysconfdir}/apt/apt.conf
271install %{SOURCE10} %{buildroot}%{_sysconfdir}/apt/sources.list
272install %{SOURCE10} %{buildroot}%{_sysconfdir}/apt/sources.list.dist
273install %{SOURCE20} %{buildroot}%{_sysconfdir}/apt/preferences
274install %{SOURCE3} %{buildroot}%{_sysconfdir}/apt/vendors.list
275install rpmpriorities %{buildroot}%{_sysconfdir}/apt
276install %{SOURCE5} %{buildroot}%{_sysconfdir}/apt/apt.conf.d/gpg-keyring.conf
277install %{SOURCE7} %{buildroot}%{_sysconfdir}/apt/apt.conf.d/system-duplicate-package.conf
278install %{SOURCE8} %{buildroot}%{_sysconfdir}/apt/apt.conf.d/allow-duplicated-upgrade.conf
279install %{SOURCE9} %{buildroot}%{_sysconfdir}/apt/apt.conf.d/acquire-default.conf
280
281
282# scripts dirs
283mkdir -p %{buildroot}%{_datadir}/apt/scripts
284
285# install contribs
286pushd contrib
287
288# install apt-wrapper
289cat apt-wrapper/apt | tr -d "\r" > apt-wrapper/apt.new
290install -m 755 apt-wrapper/apt.new %{buildroot}%{_bindir}/apt
291install -d %{buildroot}%{_mandir}/man1/
292install apt-wrapper/apt.1 %{buildroot}%{_mandir}/man1/
293
294# install lua scripts, but not install .conf file.
295for i in allow-duplicated guess \
296         install-devel list-extras list-nodeps \
297         proxypasswd log
298do
299  install $i/$i.lua %{buildroot}%{_datadir}/apt/scripts
300done
301
302# install some lua script .conf file to apt.conf.d
303for i in allow-duplicated list-extras list-nodeps
304do
305  install $i/$i.conf %{buildroot}%{_sysconfdir}/apt/apt.conf.d/
306done
307popd
308
309# install remove-old-kernels.{lua,conf}
310install %{SOURCE50} %{buildroot}%{_datadir}/apt/scripts
311install %{SOURCE51} %{buildroot}%{_sysconfdir}/apt/apt.conf.d/remove-old-kernels.conf
312
313%if %{with_python}
314# install apt.py
315mkdir -p %{buildroot}%{python_sitearch}/
316install -m 644 python/apt.py* %{buildroot}%{python_sitearch}/
317install -m 755 python/_apt.so %{buildroot}%{python_sitearch}/
318touch %{buildroot}%{python_sitearch}/apt.pyo
319%endif
320
321# remove unpackaged files
322rm -f %{buildroot}%{_libdir}/libapt-pkg.la
323     
324# install japanese man pages
325pushd doc/ja
326%{__make} install MANDIR-JA="%{buildroot}%{_mandir}/ja"
327popd
328     
329
330%triggerun -- apt < 0.5.4
331CONF=/etc/apt/apt.conf
332if [ -f $CONF ]; then
333   mv $CONF $CONF.rpmold
334   sed -e 's/HoldPkgs/Hold/' \
335       -e 's/AllowedDupPkgs/Allow-Duplicated/' \
336       -e 's/IgnorePkgs/Ignore/' \
337       -e 's/PostInstall/Post-Install/' \
338       -e 's#Methods .*#Methods "/usr/lib/apt/methods";#' \
339       $CONF.rpmold > $CONF
340fi
341
342%triggerun -- apt <= 0.5.15.cnc.7
343SOURCESLIST=/etc/apt/sources.list
344if [ -f $SOURCESLIST ]; then
345  cp -f $SOURCESLIST $SOURCESLIST.rpmsave
346  cp $SOURCESLIST.dist $SOURCESLIST
347fi
348
349%triggerun -- apt < 0.5.15lorg3.94a
350SOURCESLIST=/etc/apt/sources.list
351if [ -f $SOURCESLIST ]; then
352  cp -f $SOURCESLIST $SOURCESLIST.rpmsave
353  cp $SOURCESLIST.dist $SOURCESLIST
354fi
355
356
357%post
358ldconfig -n %{_libdir}
359rm -f %{_var}/cache/apt/*.bin
360if [ ! -d /mnt/cdrom ]; then
361    mkdir -p /mnt/cdrom ||:
362fi
363
364%postun
365ldconfig -n %{_libdir}
366
367%clean
368rm -rf %{buildroot}
369
370%files
371%defattr(0644,root,root,755)
372%license COPYING*
373%doc AUTHORS* TODO*
374%doc doc/examples/
375%doc contrib/allow-duplicated contrib/apt-wrapper contrib/guess contrib/install-devel
376%doc contrib/list-extras contrib/list-nodeps contrib/proxypasswd contrib/log
377%{_mandir}/man?/*
378%{_mandir}/ja/man?/*
379%{_libdir}/*.so.*
380%{_datadir}/locale/*/LC_MESSAGES/*
381%dir %{_sysconfdir}/apt
382%dir %{_sysconfdir}/apt/apt.conf.d
383%dir %{_sysconfdir}/apt/translate.list.d
384%dir %{_sysconfdir}/apt/sources.list.d
385%dir %{_sysconfdir}/apt/vendors.list.d
386%config(noreplace) %{_sysconfdir}/apt/apt.conf
387%config(noreplace) %{_sysconfdir}/apt/preferences
388%config(noreplace) %verify(not mtime) %{_sysconfdir}/apt/sources.list
389%{_sysconfdir}/apt/sources.list.dist
390%config %{_sysconfdir}/apt/apt.conf.d/*
391%config %{_sysconfdir}/apt/vendors.list
392%config %{_sysconfdir}/apt/rpmpriorities
393%dir %{_var}/cache/apt
394%{_var}/cache/apt
395%dir %{_var}/lib/apt
396%{_var}/lib/apt
397%defattr(755,root,root)
398%dir %{_libdir}/apt
399%dir %{_libdir}/apt/methods
400%dir %{_datadir}/apt/scripts
401%{_libdir}/apt/methods/*
402%{_datadir}/apt/scripts/*
403%{_bindir}/*
404
405%files devel
406%defattr(0644,root,root,755)
407%{_libdir}/*.so
408%dir %{_includedir}/apt-pkg
409%{_includedir}/apt-pkg/*
410%{_libdir}/pkgconfig/libapt-pkg.pc
411
412%if %{with_python}
413%files -n python-apt
414%defattr(0644,root,root,755)
415%{python_sitearch}/*.so
416%{python_sitearch}/*.py*
417%endif
418
419%changelog
420* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-28.git522
421- rebuilt with readline-8.0.
422
423* Sat Jul  2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-27.git522
424- added Patch310.
425
426* Fri Jul  1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-26.git522
427- rebuilt with new toolchain.
428- added Patch300 for rpm-4.12.
429
430* Sat Mar 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.15lorg3.95-25.git522
431- rebuilt with readline 6.3
432
433* Sun Jun 29 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 0.5.15lorg3.95-24.git522
434- remove Patch230 which breaks some lua scripts..
435
436* Thu Jun 26 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-23.git522
437- really remove udev from rpmpriorities..
438
439* Mon Jun 16 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-22.git522
440- remove udev from rpmpriorities
441- add Patch230 to build with lua5.2/5.1 (bts:2727)
442- drop python-apt
443
444* Sun Jan 26 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-21.git522
445- remove patch3, broken with lua-5.1
446
447* Sun Jan 19 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-20.git522
448- add patch3 to build with lua >= 5.2
449
450* Tue Oct 01 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-19.git522
451- fix allow-duplicated.{lua,conf}
452- modify spec file to support vine6 build
453
454* Wed Feb 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-18.git522
455- update ja.po (apply patch from okano-san)
456- add /etc/apt/vendors.list.d
457
458* Mon Sep 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-17.git522
459- rebuild with rpm-4.10.0
460
461* Thu Jun 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-16.git522
462- remove module-init-tools from rpmpriorities
463
464* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.15lorg3.95-15.git522
465- rebuild with python-2.7.2
466
467* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-14.git522
468- rebuild with rpm-4.9.1.2
469
470* Sat Oct 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-13.git522
471- remove patch200, add BR: swig => 2.0.4
472- add patch201 to fix python-apt
473
474* Sun Jun 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-12.git522
475- modify apt.conf
476  - Acquire::Retiries "3";
477- add acquire-default.conf to set default parameters.
478  - Acquire::Retiries "3"; Acquire::Queue-mode "access";
479 
480* Wed Jun 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-11.git522
481- add another revert patch
482  new genpkglist/gensrclist does not handle userfulFile correctly.
483  http://apt-rpm.org/scm/?p=apt.git;a=commit;h=0cc8fd20721f543bb8feb2cd98102dcc63c921b0
484  http://apt-rpm.org/scm/?p=apt.git;a=commit;h=70f33318cc6a391a92f77a37a4f7773e6008dc36
485
486* Sun May 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-10.git522
487- add revert patch
488  this commit breaks local package install...
489  http://apt-rpm.org/scm/?p=apt.git;a=commit;h=33283508cae4d598062561fe7c096238649adcba
490
491* Sun May 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-9.git522
492- update to upstream git snapshot
493  - drop upstreamed patches
494
495* Sat Mar 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-8.git416
496- drop vine4 support
497- add vine5 support
498- update rpmpriorities for VineSeed (s/util-linux-ng/utillinux)
499
500* Mon Aug 30 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-7.git416
501- update Summary and Description
502- update remove-old-kernels.lua
503  - check /boot/vmlinuz and latest kernel package.
504
505* Fri Mar  5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.15lorg3.95-6.git416
506- add BR: lua-devel
507- add Patch180 (not only PreReq but also Requires(pre,post) as PreDepends)
508
509* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.15lorg3.95-5.git416
510- rebuilt with gcc-4.4.3-3 on ppc
511
512* Fri Feb  5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.15lorg3.95-4.git416
513- rebuilt with rpm-4.8.0-3 (on ppc)
514
515* Wed Feb 03 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-3.git416
516- added BR: python-devel.
517- changed PreReq: to Requires(pre):.
518
519* Wed Feb 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-2.git416
520- add Patch170 to use external rex module
521  - add R: lua-rex
522
523* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-1.git416
524- update to upstream git snapshot
525- add patch1-8 from fedora/upstream
526- build with rpm-4.8.0
527- disable static libs
528
529* Thu Aug 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-16
530- add triggerun script to upgrade from old apt (vine4.x's)
531
532* Sun May 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-15
533- update remove-old-kernels.lua
534  - add kernel-{pae,smp}-devel to remove list
535
536* Tue May 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-14
537- split out remove-old-kernels.lua from allow-duplicated.lua
538  - add exception/error handling
539  - remove Patch170
540
541* Sun May 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-13
542- add Patch170: remove kernel/kernel-devel older than current running
543                version. (by default) This feature can disable by apt
544                configuration file.
545- renumber patch130-patch1000
546
547* Thu May 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-12
548- add patch from upstream
549  - Patch22: Fix infinite loop in pkgAcquire::UriIterator
550
551* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-11
552- add patches from upstream git
553  - Patch17: add default constructor, required for aptitude 0.4.1
554  - Patch18: optimize redundant gettimeofday()
555  - Patch19: use --cachedir for gensrclist too
556  - Patch20: use find() instead of manual search for RPMHandler::HasFile()
557  - Patch21: apt-shell: quit from shell by Ctrl+D
558
559* Thu Mar 19 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.94a-10
560- bytecompile python module
561
562* Thu Mar 19 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.94a-9
563- enable building python-apt subpackage now
564
565* Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-8
566- add module-init-tools to rpmpriorities instead of modutils
567
568* Mon Feb 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-7
569- add kernel-pae* to system-duplicate-package.conf
570
571* Sun Feb 01 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-6
572- re-update Source10 (sources.list-0.5.15-vineseed) for sources.list separetion
573- add Requires: apt-sourceslist-main
574
575* Tue Jan 27 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-5
576- update Source10 (sources.list-0.5.15-vineseed) for sources.list separetion
577
578* Sun Aug 31 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-4
579- spec in UTF-8
580- update Source100 (ja.po) <BTS:VineLinux:626 & 636>
581- add japanese description for devel and python-apt sub packages
582
583* Wed Jul  2 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.94a-3
584- update Source30 (util-linux-ng instead of util-linux)
585
586* Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-2
587- add /etc/apt/sources.list.d
588- add /var/lib/apt, /var/lib/apt/lists
589- use BuildRequires instead of BuildPreReq
590- use Requires(post,postun,triggers) instead of PreReq
591
592* Sat May 10 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-1
593- new upstream release
594- update Patch900
595- remove %{_var}/state/apt from %%files list (no longer supported)
596- apply new versioning policy
597
598* Sat Sep 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.93-0vl2
599- update ja.po
600- add Patch900 to translate more messages
601- add Patch1000 to ignore rpm scriptlet failure in apt-get transaction
602
603* Fri Sep 14 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.93-0vl1
604- new upstream release
605
606* Thu Sep 13 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl15
607- rebuild with rpm-4.4.2.2
608
609* Sun Sep 02 2007 Takuya Kobayashi <ruby11@cocoa.ocn.ne.jp> 0.5.15lorg3.2-0vl14
610- add Japanese translation of man pages.
611  - add Source110
612- update Patch15
613  - close unclosed tags.
614- add Vendor: Project Vine
615
616* Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.2-0vl13
617- rebuilt with new toolchain and db-4.3.x
618
619* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl12
620- remove apt pin setting from /etc/apt/preferences
621
622* Thu Mar 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl11
623- rebuild for VineSeed
624
625* Thu Mar 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl10
626- fix bug in allow-duplicated.lua. ([vine-users:076523])
627  - select newest version of kernel on upgrade-mode.
628
629* Thu Jan 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl9
630- build for Vine Linux 4.1
631
632* Thu Oct 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl8.1
633- build for Vine Linux 4.0
634
635* Thu Oct 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl8
636- update ja.po
637- fix typo in descriptions
638
639* Thu Oct 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl7
640- add Patch700
641  apt-cdrom mounts cdrom device fstab entry.
642- add triggerun script to upgrade sources.list
643
644* Sun Oct 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl6.1
645- change sources.list for Vine Linux 4.0
646
647* Tue Sep 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl6
648- remove extras from sources.list
649
650* Fri Sep 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl5
651- add Patch600 to set "HOME=/root" on exec gpg.
652
653* Sat Aug 19 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.5.15lorg3.2-0vl4
654- add BuildPreReq: cvs (required to run autoreconf)
655- add BuildPreReq: libxml2-devel >= 2.6
656
657* Sun Aug 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl3
658- add BuildPreReq: docbook-utils
659
660* Tue Jul 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl2
661- add "^kernel-module" to system-duplicate-package.conf
662
663* Thu Jun 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl1
664- new upstream release
665- drop Patch600, merged in upstream.
666
667* Fri Jun 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.1-0vl2
668- add Patch600 to fix segv on installing new package.
669  (merged in upstream)
670
671* Tue May 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.1-0vl1
672- update to 0.5.15lorg3.1
673- drop Patch120,300,400, merged in upstream.
674- drop unneeded Patch14.
675
676* Fri May 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl3
677- drop kernel-upgrade.lua, use allow-duplicated.lua to upgrade kernels
678  (BTS:39)
679- fix line endings of apt-wrapper (convert CRLF to LF)
680  (BTS:38)
681
682* Fri May 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl2
683- update ja.po
684
685* Thu May 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl1
686- update to 0.5.15lorg3 final
687
688* Sun Apr 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.rc2.2
689- change scripts dir to %%{_datadir} instead of %{_libdir}
690  (BTS:37)
691
692* Wed Apr 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.rc2.1
693- update to 0.5.15lorg3-rc2
694- update mirror URLs in sources.list
695
696* Tue Apr 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.rc1.1
697- update to 0.5.15lorg3-rc1
698- change Group to Applications/Administration
699
700* Sat Apr 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.pre4.1
701- new upstream release
702  - upstream auther is changed from Mandriva(aka Conectiva)
703    to Panu Matilainen.
704  - add Url: http://laiskiainen.org/
705- TODO: We should check all patches whether it is still necessary.
706
707* Fri Mar 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl13
708- update rpmpriorities (replace dev by udev)
709
710* Mon Dec 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl12
711- remove version deps of vine-keyring
712
713* Mon Dec 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl11
714- Patch10-16: import MDK/ALT patches
715
716* Sat Dec 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl10
717- drop Patch14 to disable AutoRebuildDB
718  - rebuilddb should be executed by external rpm command, not internal librpm
719
720* Sat Dec 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl9
721- rebuild
722
723* Fri Dec 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl8
724- rebuild with rpm-4.4.2
725- update Patch14 to support rpm-4.4
726
727* Wed Aug 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl7
728- update kernel-upgrade.lua to upgrade installed kernel only.
729
730* Mon Jul 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl6
731- add python-apt subpackage (disabled by default)
732
733* Tue Jun 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl5
734- add kernel26*, kernel-*devel as Allow-Duplicated (apt.conf)
735- update kernel-upgrade.lua to check kernel24 pacakge.
736
737* Wed Jun 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl4
738- update rpmpriorities (util-linux replaces mount)
739
740* Mon May 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl3
741- update ja.po to fix mistranslation.
742
743* Thu Apr 07 2005 KOBAYASHI Taizo <tkoba@vinelinux.org> 0.5.15.cnc.7-0vl2
744- fixed rebuilddb patch ([VineSeed:08550])
745  do rebuilddb after rpm upgrade
746
747* Thu Apr 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl1
748- new upstream release
749
750* Fri Feb 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl11
751- update rpmpriorities (coreutils releaces fileutils)
752
753* Sun Jan 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl10
754- fix kernel-upgrade.lua
755- update rpmpriorities
756
757* Sat Jan 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl9
758- add kernel-upgrade.lua to select and install suitable kernel.
759  - with this version, apt does not change lilo or grub settings.
760- do not Hold kernel-{doc,headers,source,pcmcia-cs}
761
762* Sat Jan 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl8
763- install {allow-duplicated,list-extras,list-nodeps}.conf to apt.conf.d
764- add Patch30 to disable hash progress bar in quiet mode.
765
766* Mon Aug 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl6
767- remove apt-files/apt-groupinstall which does not work with Vine Linux.
768
769* Mon Jul 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl5
770- build for Vine Linux 3.0
771  - use Vine Linux 3.0's apt-line
772
773* Mon Jun 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl4
774- remove unused vendor key from vendors.list
775
776* Mon Jun 21 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl3
777- update sources.list to use official apt line by default.
778
779* Wed Apr  7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl2
780- add Requires: vine-keyring >= 1.0 to verify apt repository's gpg signs.
781- add apt.conf.d/gpg-keyring.conf to read vine-keyring.
782
783* Tue Mar 23 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl1
784- new upstream release
785- add apt wrapper
786- install contrib lua scripts.
787
788* Wed Dec 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.5-0vl1
789- new upstream release
790
791* Thu Dec 04 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.4-0vl1
792- new upstream release
793- remove ja.po and Patch15 which are included in upstream now
794
795* Wed Nov 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.3-0vl1
796- new upstream release
797- update sources.list (remove old apt-line)
798
799* Thu Nov 13 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.2-0vl1
800- new upstream release
801- update ja.po
802
803* Thu Jun 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.6-0vl1
804- new upstream release
805
806* Sat Mar  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.4.1-0vl2
807- update ja.po
808
809* Sat Mar  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.4.1-0vl1
810- new upstream release 0.5.5cnc4.1
811  - new apt-shell command added
812- add Requires: readline >= 4.3 and BuildPreReq: readline >= 4.3
813
814* Tue Mar  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.3-0vl2
815- remove bogus comment from apt/preferences...
816
817* Tue Mar  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.3-0vl1
818- new upstream release 0.5.5cnc3
819- drop patch17
820- update patch10,patch12,patch15
821- update ja.po
822
823* Mon Dec 16 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl18
824- fixed typo
825- rebuild to fix dependancy
826
827* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl17
828- update ja.po to fix translations
829
830* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl16
831- update ja.po
832
833* Mon Nov 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl15
834- add BuildPreReq: db2-devel
835
836* Mon Nov 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl14
837- add Patch17 to disable allowduplicate for kernel.*.
838  kernel-{doc,headers,sources} is not duplicatable.
839  we use apt.conf to allow duplicate kernel package.
840
841* Mon Nov 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl13
842- add Patch0,1 from cnc package
843- renumber Vine patches.
844- update vendors.list
845
846* Fri Nov 22 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.4.cnc.9-0vl12
847- added Patch10 (archtable.patch) for athlon, powerpc/ppc
848
849* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl11
850- drop Patch6. apt not work with it...(FIXME)
851
852* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl10
853- add /etc/apt/apt.conf.d
854
855* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl9
856- add some missing files.
857- add Patch6 to make static libs.
858
859* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl8
860- add Patch4 to rebuilding rpmdb when rpm is upgraded.
861- add Patch5 to gettextize apt-cdrom.
862- update Patch0 to change some Distro name from Conectiva to Vine Linux
863- update ja.po
864
865* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl7
866- update ja.po
867
868* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl6
869- update ja.po
870
871* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl5
872- add Patch3 to replace $(ARCH) in sources.list any time.
873
874* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl4
875- fixed typo in %%triggerun script
876
877* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl3
878- update ja.po
879
880* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl2
881- add patch2 to add ja to ALL_LINGUAS
882
883* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl1
884- new upstream release
885- build on rpm-4.0.4
886
887* Sat Jul 13 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.1-1vl1
888- build for Vine Linux
889- new upstream release
890  * Fri May 10 2002 Gustavo Niemeyer <niemeyer@conectiva.com>
891  + apt-0.5.4cnc1-1cl
892  - New upstream release.
893
894* Sun Apr 14 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.19.cnc.55-3vl9
895- added static subpackage
896
897* Thu Mar 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl8
898- update sources.list
899
900* Tue Mar 12 2002 Toru Sagami <sagami@vinelinux.org> 0.3.19.cnc.55-3vl7
901- corrected Group
902
903* Sun Mar 10 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.19.cnc.55-3vl6
904- updated Patch110 (archtable: powerpc -> ppc, ppc -> ppc)
905
906* Thu Mar 07 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.19.cnc.55-3vl5
907- updated patch105 to allowdup kernel-mol and kernel22-mol
908  (but *-mol kernel package will be obsolete we hope...)
909
910* Thu Mar 07 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl4
911- change powerpc to ppc in archtable for $(ARCH)
912- hold kernel22 guys ( update patch105 )
913
914* Mon Feb 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl3
915- update sources.list for new aptdata
916- add hold information in apt.conf
917
918* Sun Feb 24 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl2
919- hold kernel24 guys ( update patch105 )
920
921* Sun Feb 10 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl1
922- new upstream version 0.3.19cnc55-3cl
923
924* Wed Jan 30 2002 Jun Nishii <jun@vinelinux.org> 0.3.19.cnc.53-2vl3
925- hold kernel related guys
926
927* Tue Jan 15 2002 Flavio Bruno Leitner <flavio@conectiva.com>
928+ apt-0.3.19cnc55-3cl
929- added nodeps.patch to fix the order of parameters passed to
930  rpm (closes: #4689, #4534)
931 
932* Wed Dec 12 2001 Flavio Bruno Leitner <flavio@conectiva.com>
933+ apt-0.3.19cnc55-2cl
934- Closes: #3950 (apt: falta internacionalizar algumas frases)
935  added new pt_BR.po reviewed by me
936   
937* Tue Dec 11 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
938+ apt-0.3.19cnc55-1cl
939- released version 0.3.19cnc55
940- removed config.cache from distribution
941- added --progress patch to gensrclist
942- added --flat option to gensrclist
943   
944* Fri Nov 30 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
945+ apt-0.3.19cnc54-1cl
946- released version 0.3.19cnc54
947- added RPM::IgnorePkgs option
948- added --progress option to most utilities
949        (Stelian Pop <stelian.pop@fr.alcove.com>)
950- added RPM::IgnoreRpmlibDeps
951
952* Sun Nov 25 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.53-2vl2
953- update ja.po
954- added apt-rpmmessage.patch to change message "Executing RPM(0)"
955  to "Executing RPM(-Uv)"
956
957* Fri Nov 23 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.53-2vl1
958- merged with new upstream version 0.3.19cnc53-2cl
959- update ja.po
960
961* Tue Nov 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
962+ apt-0.3.19cnc53-2cl
963- fixed bug in mirror patch
964
965* Tue Nov 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
966+ apt-0.3.19cnc53-1cl
967- released version 0.3.19cnc53
968- added kernel-tape to default AllowedDupPkgs
969- cleaned up gen{pkg,src}list (Alexander Bokovoy <ab@avilink.net>)
970- fixed crash bug in genpkglist
971- added patch to fix bug in genbasedir with empty dirs
972  (Stelian Pop <stelian.pop@fr.alcove.com>)
973- configure.in patch to detect rpmdb (Stelian Pop <stelian.pop@fr.alcove.com>)
974-       * Skips correctly over empty package directories
975-       * Adds the --bz2only argument which makes genbasedir
976-       to generate only the .bz2 compressed versions of pkglist
977-       and srclist (space gain...)
978-       * Doesn't change the timestamps on pkglists/srclists if
979-       the contents are not modified (making possible for example
980-       to make several consecutive runs of genbasedir without
981-       having the apt clients download the indexes again and again).
982-       * Some minor cleanups (remove the temporary files in /tmp
983-       at the end of the script etc).
984- (Stelian Pop <stelian.pop@fr.alcove.com>)
985- cleanup patch for gensrclist (Stelian Pop <stelian.pop@fr.alcove.com>)
986- fixed multi-arch pkg handling (Stelian Pop <stelian.pop@fr.alcove.com>)
987- added -K (RPM::Check-Signatures) option to verify rpm sigs
988- updated russian translation (Alexander Bokovoy <ab@avilink.net>)
989- updated i18n (Dmitry Levin <ldv@alt-linux.org>)
990- replaced Apt::GPG::Pubring with Apt::GPG::PubringPath
991  also uses --homedir instead of --keyring in gpg (Ivan Zakharyashev)
992- patch to detect replaced (instead of just removed) packages
993  Dmitry Levin <ldv@alt-linux.org>
994- updated mirrors patch
995   
996* Fri Oct 19 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
997+ apt-0.3.19cnc52-5cl
998- Fixed mirrors infinite loop bug (closes: #4420).
999   
1000* Sat Sep  8 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-4vl2
1001- add apt-genpkglist.patch to add pkgInitialize().
1002  FindDir in genpkglist does not work, because there is no pkgInitialize().
1003
1004* Thu Sep  6 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-4vl1
1005- Merged with apt-0.3.19cnc52-4cl
1006- add apt-rpmpriorities.vine.patch.
1007
1008* Wed Sep  5 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-3vl2
1009- FIXME: copy config.h.in from apt-0.3.19cnc50
1010         new config.h.in does not work with Vine Linux.
1011
1012* Sat Aug 11 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-3vl1
1013- Merged with apt-0.3.19cnc52-3cl
1014
1015* Thu Aug 09 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
1016+ apt-0.3.19cnc52-3cl
1017- Updated mirrors patch.
1018
1019* Tue Aug 07 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
1020+ apt-0.3.19cnc52-2cl
1021- Added mirrors patch.
1022
1023* Wed Aug 01 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1024+ apt-0.3.19cnc52-1cl
1025- released version 0.3.19cnc52
1026- fixed compile problem with gcc 2.96.x
1027- fixed bug in file method with authentication enabled
1028  (Alexander Bokovoy <ab@avilink.net>)
1029- added RPM::RemoveOptions and RPM::UpgradeOptions
1030- Included patch to add s390 to arch table.
1031
1032* Thu Jul 12 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1033+ apt-0.3.19cnc51-1cl
1034- released version 0.3.19cnc51
1035- included many portability (Solaris) fixes from
1036  AUSTIN MURPHY <amurphy@nbcs.rutgers.edu>
1037- make packages with same version and diff deps be ignored (closes: 1628)
1038
1039* Tue Jul  3 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.50-1vl2
1040- added Patch200 for playstation2
1041
1042* Tue Jul  3 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.50-1vl1
1043- merged with 0.3.19cnc50-1cl
1044
1045* Thu Jun 28 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.49-1vl1
1046- merged with 0.3.19cnc49-1cl
1047- added Patch106 to extend error message length (S[400] -> S[1024]).
1048
1049* Thu Jun 28 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
1050- 0.3.19.cnc.48-1vl2
1051- added Patch105 to allow kernel24{,-smp,-BOOT} to include AllowedDupPkgs
1052- modified Source1 (apt.conf) for the same reason
1053
1054* Wed Jun 27 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1055+ apt-0.3.19cnc49-1cl
1056- released version 0.3.19cnc49
1057- added workaround for kernel installations that require upgrde on mkinitrd
1058  (closes: #3889)
1059 
1060* Wed Jun 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.48-1vl1
1061- merged with 0.3.19cnc48-1cl
1062
1063* Mon Jun 25 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1064+ apt-0.3.19cnc48-1cl
1065- released version 0.3.19cnc48
1066- added RPM::AutoRebuildDB (enabled by default)
1067- added fetch status to CDROM method
1068- released (closes: #3905)
1069
1070* Sun Jun 24 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.47-1vl2
1071- updated ja.po
1072
1073* Sun Jun 24 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.47-1vl1
1074- merged with 0.3.19cnc47-1cl
1075- fixed bug in HoldPkgs
1076
1077* Fri Jun 22 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1078+ apt-0.3.19cnc47-1cl
1079- released version 0.3.19cnc47
1080- fixed bug in RPM::HoldPkgs (closes: #3838)
1081- removed debug msg
1082
1083* Tue Jun 19 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1084+ apt-0.3.19cnc46-1cl
1085- released version 0.3.19cnc46
1086- changed apt.conf to include RPM::AllowDupPkgs, RPM::HoldPkgs (closes: #3433)
1087- added Acquire::cdrom::copy, which will fetch all pkgs before installing (closes: #1024)
1088- added delay before file fetch retry (closes: #1294)
1089- fixed architecture selection (closes: #3606)
1090- iterating over Packages instead of Names to figure package count
1091
1092* Sat Jun 16 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.45-1vl3
1093- add kernel-BOOT to AllowDupPkgs list.
1094
1095* Sat Jun 16 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.45-1vl1
1096- merged with 0.3.19cnc45-1cl
1097
1098* Wed Jun 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1099+ apt-0.3.19cnc45-1cl
1100- released version 0.3.19cnc45
1101- fixed bug with progress update (closes: #2915)
1102
1103* Mon Jun 11 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1104+ apt-0.3.19cnc44-1cl
1105- released version 0.3.19cnc44
1106- removed %config from method drivers
1107- replaced option RPM::AllowedDupPackages with RPM::AllowedDupPkgs
1108- added option RPM::HoldPkgs (closes: #3462)
1109
1110* Fri Jun 1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.43-2vl2
1111- updated ja.po.
1112
1113* Fri Jun 1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.43-2vl1
1114- merged with 0.3.19cnc43-2cl
1115
1116* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl7
1117- fixed some translations in ja.po.
1118
1119* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl6
1120- fixed sources.list/vendor.list
1121
1122* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl5
1123- splited vine specific part from gettext patch.
1124
1125* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl4
1126- updated ja.po.
1127
1128* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl3
1129- updated gettext patch.
1130
1131* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl2
1132- vine gettext patch is comes back.
1133
1134* Sun May 20 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl1
1135- merge to upstream version 0.3.19cnc38-2cl
1136
1137* Fri May 18 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br>
1138+ apt-0.3.19cnc43-2cl
1139- New patch4. Closes: #3523 (apt-cdrom doesn't umount CD)
1140
1141* Fri May 18 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1142+ apt-0.3.19cnc43-1cl
1143- fixed bug with record offsets (shows bad pkg description under rpm4)
1144- fixed bug with apt-get source (closes: #3047)
1145
1146* Thu May 17 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1147+ apt-0.3.19cnc42-1cl
1148- released version 0.3.19cnc42
1149- merged all src patches into main src tree
1150- fixed stupid bug on rpminit header...
1151- extended Acquire::Retries to all file type acquirations (closes: #1617)
1152
1153* Mon May 14 2001 Claudio Matsuoka <claudio@conectiva.com>
1154+ apt-0.3.19cnc41-8cl
1155- added Ivan Zakharyaschev's line break patch (closes: #1616)
1156
1157* Wed May  9 2001 Claudio Matsuoka <claudio@conectiva.com>
1158+ apt-0.3.19cnc41-7cl
1159- adjusting rpmpriorities to reflect changes in conectiva's package base
1160  (glibc-base is marked as essential replacing glibc, elvis-tiny marked
1161  as essential, info and glib not marked as essential, etc.) (closes:
1162  #3115, #3117)
1163
1164* Fri May  4 2001 Claudio Matsuoka <claudio@conectiva.com>
1165+ apt-0.3.19cnc41-6cl
1166- spec cleanup: removing static components from buildrequires
1167
1168* Fri May  4 2001 Claudio Matsuoka <claudio@conectiva.com>
1169+ apt-0.3.19cnc41-5cl
1170- removing static link kludge added in 3cl, a better solution is in the works.
1171
1172* Fri Apr 27 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
1173+ apt-0.3.19cnc41-4cl
1174- Fixed NextRecord() and GetRecord() (Closes: #2915).
1175
1176* Thu Apr 26 2001 Claudio Matsuoka <claudio@conectiva.com>
1177+ apt-0.3.19cnc41-3cl
1178- statically linking rpmlib and friends to avoid lossage with glibc
1179  upgrade from conectiva 6.0 to snapshot
1180
1181* Sun Apr 15 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
1182+ apt-0.3.19cnc41-2cl
1183- Added patch for ia64.
1184
1185* Thu Mar 29 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1186+ apt-0.3.19cnc41-1cl
1187- released version 0.3.19cnc41
1188- auto rebuild rpmdb when rpm is upgraded
1189
1190* Tue Mar 27 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1191+ apt-0.3.19cnc40-1cl
1192- released version 0.3.19cnc40
1193- custom OrderInstall() (ignores all deb specific ordering/debconf stuff)
1194
1195* Fri Mar 23 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1196+ apt-0.3.19cnc39-1cl
1197- released version 0.3.19cnc39
1198- fixes problem with different rpmdb versions
1199
1200* Thu Mar 22 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1201+ apt-0.3.19cnc38-2cl
1202- autotester workaround...
1203
1204* Thu Mar 22 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1205+ apt-0.3.19cnc38-1cl
1206- released version 0.3.19cnc38
1207- fixed epoch display on apt-cache
1208- added user specified public keyring option for gpg
1209- added italian po file
1210- fixed bug on dependency resolution for virtual packages with mult.providers
1211
1212* Tue Feb 20 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1213+ apt-0.3.19cnc37-1cl
1214- released version 0.3.19cnc37
1215- noreplace put back for sources.list (closes: #1548)
1216- recompiled (closes: #1559)
1217- fixed dist-upgrade bogus msg (closes: #1254)
1218- fixed no_proxy handling
1219
1220* Sat Feb 17 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1221+ apt-0.3.19cnc36-1cl
1222- released version 0.3.19cnc36
1223- fixed problem with arch selection (I swear it works now!)
1224- fixed bug with rpm4
1225
1226* Wed Feb 14 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1227- released version 0.3.19cnc35
1228- fixed problem with case sensitiveness
1229- fixed rpmpriority interpretation
1230
1231* Wed Feb 14 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1232- released version 0.3.19cnc34
1233- rpm4 fix?
1234
1235* Wed Jan 24 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1236- released version 0.3.19cnc33
1237- added new gui hookz
1238
1239* Mon Jan 22 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1240- 0.3.19.cnc.27-6vl19
1241- Oops ring ftp dir was /pub/linux/..., not /pub/Linux/ :-(
1242- fixed Source100 (rpm-source should be rpm-src)
1243
1244* Sat Jan 20 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1245- released version 0.3.19cnc32
1246- fixed arch selection code
1247- fixed priority and section info in internal package structs
1248
1249* Fri Jan 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1250- 0.3.19.cnc.27-6vl18
1251- auto-generate sources.list using Source100 (thanks shom-san)
1252
1253* Fri Jan 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1254- 0.3.19.cnc.27-6vl17
1255- add VinePlus/2.1 entries
1256
1257* Fri Jan 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1258- 0.3.19.cnc.27-6vl16 (vl15 preserved for Vine-2.1.x ?)
1259- install arch-specific sources.list
1260
1261* Tue Jan 16 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1262- unbroke potfiles
1263
1264* Mon Jan 15 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1265- released version 0.3.19cnc31
1266
1267* Mon Jan 15 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1268- released version 0.3.19cnc30
1269
1270* Sat Jan 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1271- released version 0.3.19cnc29
1272
1273* Thu Jan 04 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1274- released version 0.3.19cnc28
1275- added gnupg dependency
1276
1277* Sun Dec 17 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl14
1278- remove noreplace tag from sources.list
1279
1280* Sat Dec 16 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl13
1281- update gettext patch
1282- update ja.po
1283
1284* Wed Dec 13 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl12
1285- update gettext patch
1286- update ja.po
1287
1288* Tue Dec 12 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl11
1289- update gettext patch  from Debianguru
1290- update ja.po
1291
1292* Tue Dec 12 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl10
1293- update gettext patch
1294- update ja.po
1295
1296* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl9
1297- update ja.po (almost translated)
1298
1299* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl8
1300- update ja.po
1301
1302* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl7
1303- update gettext patch
1304- update ja.po
1305
1306* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl6
1307- add gettext patch
1308- update ja.po
1309
1310* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl3
1311- update ja.po
1312
1313* Sat Dec 09 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl2
1314- rebuild on gcc-2.95.3
1315
1316* Sat Dec 09 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl1
1317- updated to 0.3.19cnc27-6cl
1318
1319* Thu Dec 07 2000 Andreas Hasenack <andreas@conectiva.com>
1320- damn! Wrong URL in sources.list, atualizacoes.conectiva.com
1321  doesn't exist, of course...
1322
1323* Thu Dec 07 2000 Andreas Hasenack <andreas@conectiva.com>
1324- updated sources.list with new mirrors and new download tree
1325- removed (noreplace) for the sources.list file for this
1326  upgrade. It will be easier for the user. The (noreplace)
1327  should be back in place after this update as we expect no
1328  further big modifications for that file, only new mirrors.
1329
1330* Wed Dec 06 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-0vl1
1331- updated to 0.3.19.cnc.27
1332
1333* Wed Dec 06 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1334- fixed prob in vendors.list
1335
1336* Tue Dec 05 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1337- released version 0.3.19cnc27
1338
1339* Wed Nov 08 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1340- released version 0.3.19cnc26
1341
1342* Tue Nov 07 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1343- added ad-hoc patch for gcc-2.95.x
1344
1345* Mon Nov 06 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1346- released version 0.3.19cnc25
1347
1348* Sun Nov  5 2000 Kazuhisa TAKEI <takei@vinelinux.org>
1349- modify for Vine Linux
1350
1351* Thu Nov 02 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1352- released version 0.3.19cnc24
1353
1354* Thu Nov 02 2000 Rud<E1> Moura <ruda@conectiva.com>
1355- updated source.list (again)
1356
1357* Thu Nov 02 2000 Rud<E1> Moura <ruda@conectiva.com>
1358- updated source.list
1359
1360* Wed Nov 01 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1361- released version 0.3.19cnc23
1362- added cache directories for gen{pkg,src}list
1363- pt_BR manpages
1364
1365* Tue Oct 31 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1366- released version 0.3.19cnc22
1367- Requires -> PreReq in apt-devel
1368
1369* Mon Oct 30 2000 Alfredo Kojima <kojima@conectiva.com>
1370- collapsed libapt-pkg-devel and -doc to apt-devel
1371
1372* Mon Oct 30 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1373- released version 0.3.19cnc21
1374
1375* Sun Oct 29 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1376- released version 0.3.19cnc20
1377
1378* Sun Oct 29 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1379- released version 0.3.19cnc19
1380- added gensrclist
1381- support for apt-get source
1382
1383* Fri Oct 27 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1384- released version 0.3.19cnc18
1385
1386* Thu Oct 26 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1387- released version 0.3.19cnc17
1388- new manpages
1389
1390* Wed Oct 25 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1391- released version 0.3.19cnc16
1392
1393* Sun Oct 22 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1394- released version 0.3.19cnc15
1395
1396* Sat Oct 21 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1397- released version 0.3.19cnc14
1398
1399* Thu Oct 19 2000 Claudio Matsuoka <claudio@conectiva.com>
1400- new upstream release: 0.3.9cnc13
1401
1402* Tue Oct 17 2000 Eliphas Levy Theodoro <eliphas@conectiva.com>
1403- added rpmpriorities to filelist and install
1404
1405* Tue Oct 17 2000 Claudio Matsuoka <claudio@conectiva.com>
1406- updated to 0.3.19cnc12
1407- fresh CVS snapshot including: support to Acquire::ComprExtension,
1408  debug messages removed, fixed apt-cdrom, RPM DB path, rpmlib call
1409  in pkgRpmLock::Close(), package priority kludge removed, i18n
1410  improvements, and genbasedir/genpkglist updates.
1411- handling language setting in genpkglist to make aptitude happy
1412
1413* Wed Oct 11 2000 Alfredo K. Kojima <kojima@conectiva.com>
1414- released version 0.3.19cnc11
1415- fixed problem with shard lib symlinks
1416
1417* Tue Oct 10 2000 Alfredo K. Kojima <kojima@conectiva.com>
1418- released version 0.3.19cnc10
1419
1420* Mon Oct  2 2000 Claudio Matsuoka <claudio@conectiva.com>
1421- fixed brown paper bag bug with method permissions
1422- added parameter --sign to genbasedir
1423- added html/text doc files
1424
1425* Sat Sep 30 2000 Claudio Matsuoka <claudio@conectiva.com>
1426- bumped to 0.3.19cnc9
1427- added vendors.list
1428- added gpg method
1429- fixed minor stuff to make Aptitude work
1430- added missing manpages
1431- fixed shared libs
1432- split in apt, libapt-pkg, libapt-pkg-devel, libapt-pkg-doc
1433- rewrote genbasedir in shell script (original was in TCL)
1434- misc cosmetic changes
1435
1436* Tue Sep 26 2000 Alfredo K. Kojima <kojima@conectiva.com>
1437- released version 0.3.19cnc8
1438
1439* Wed Sep 20 2000 Alfredo K. Kojima <kojima@conectiva.com>
1440- released version 0.3.19cnc7
1441
1442* Mon Sep 18 2000 Alfredo K. Kojima <kojima@conectiva.com>
1443- released version 0.3.19cnc6
1444
1445* Sat Sep 16 2000 Alfredo K. Kojima <kojima@conectiva.com>
1446- released version 0.3.19cnc5
1447
1448* Fri Sep 15 2000 Alfredo K. Kojima <kojima@conectiva.com>
1449- released version 0.3.19cnc4
1450
1451* Tue Sep 12 2000 Alfredo K. Kojima <kojima@conectiva.com>
1452- released version 0.3.19cnc3
1453
1454* Tue Sep 5 2000 Alfredo K. Kojima <kojima@conectiva.com>
1455- renamed package to apt, with version 0.3.19cncV
1456
1457* Tue Sep 5 2000 Alfredo K. Kojima <kojima@conectiva.com>
1458- 0.10
1459- added genpkglist and rapt-config
1460- program names changed back to apt-*
1461
1462* Mon Sep 4 2000 Alfredo K. Kojima <kojima@conectiva.com>
1463- 0.9
1464
1465* Mon Sep 4 2000 Alfredo K. Kojima <kojima@conectiva.com>
1466- 0.8
1467
1468* Mon Sep 4 2000 Alfredo K. Kojima <kojima@conectiva.com>
1469- 0.7
1470
1471* Fri Sep 1 2000 Alfredo K. Kojima <kojima@conectiva.com>
1472- fixed typo in sources.list
1473
1474* Thu Aug 31 2000 Alfredo K. Kojima <kojima@conectiva.com>
1475- version 0.6
1476
1477* Thu Aug 31 2000 Alfredo K. Kojima <kojima@conectiva.com>
1478- version 0.5
1479
1480* Thu Aug 31 2000 Alfredo K. Kojima <kojima@conectiva.com>
1481- version 0.4
1482
1483* Wed Aug 30 2000 Alfredo K. Kojima <kojima@conectiva.com>
1484- version 0.3
1485
1486* Mon Aug 28 2000 Alfredo K. Kojima <kojima@conectiva.com>
1487- second try. new release with direct hdlist handling
1488
1489* Thu Aug 10 2000 Alfredo K. Kojima <kojima@conectiva.com>
1490- initial package creation. Yeah, it's totally broken for sure.
1491
Note: See TracBrowser for help on using the repository browser.