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

Revision 10487, 50.5 KB checked in by tomop, 8 years ago (diff)

apt-0.5.15lorg3.95-27.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: 27.%{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%doc AUTHORS* COPYING* TODO*
373%doc doc/examples/
374%doc contrib/allow-duplicated contrib/apt-wrapper contrib/guess contrib/install-devel
375%doc contrib/list-extras contrib/list-nodeps contrib/proxypasswd contrib/log
376%{_mandir}/man?/*
377%{_mandir}/ja/man?/*
378%{_libdir}/*.so.*
379%{_datadir}/locale/*/LC_MESSAGES/*
380%dir %{_sysconfdir}/apt
381%dir %{_sysconfdir}/apt/apt.conf.d
382%dir %{_sysconfdir}/apt/translate.list.d
383%dir %{_sysconfdir}/apt/sources.list.d
384%dir %{_sysconfdir}/apt/vendors.list.d
385%config(noreplace) %{_sysconfdir}/apt/apt.conf
386%config(noreplace) %{_sysconfdir}/apt/preferences
387%config(noreplace) %verify(not mtime) %{_sysconfdir}/apt/sources.list
388%{_sysconfdir}/apt/sources.list.dist
389%config %{_sysconfdir}/apt/apt.conf.d/*
390%config %{_sysconfdir}/apt/vendors.list
391%config %{_sysconfdir}/apt/rpmpriorities
392%dir %{_var}/cache/apt
393%{_var}/cache/apt
394%dir %{_var}/lib/apt
395%{_var}/lib/apt
396%defattr(755,root,root)
397%dir %{_libdir}/apt
398%dir %{_libdir}/apt/methods
399%dir %{_datadir}/apt/scripts
400%{_libdir}/apt/methods/*
401%{_datadir}/apt/scripts/*
402%{_bindir}/*
403
404%files devel
405%defattr(0644,root,root,755)
406%{_libdir}/*.so
407%dir %{_includedir}/apt-pkg
408%{_includedir}/apt-pkg/*
409%{_libdir}/pkgconfig/libapt-pkg.pc
410
411%if %{with_python}
412%files -n python-apt
413%defattr(0644,root,root,755)
414%{python_sitearch}/*.so
415%{python_sitearch}/*.py*
416%endif
417
418%changelog
419* Sat Jul  2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-27.git522
420- added Patch310.
421
422* Fri Jul  1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-26.git522
423- rebuilt with new toolchain.
424- added Patch300 for rpm-4.12.
425
426* Sat Mar 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.15lorg3.95-25.git522
427- rebuilt with readline 6.3
428
429* Sun Jun 29 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 0.5.15lorg3.95-24.git522
430- remove Patch230 which breaks some lua scripts..
431
432* Thu Jun 26 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-23.git522
433- really remove udev from rpmpriorities..
434
435* Mon Jun 16 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-22.git522
436- remove udev from rpmpriorities
437- add Patch230 to build with lua5.2/5.1 (bts:2727)
438- drop python-apt
439
440* Sun Jan 26 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-21.git522
441- remove patch3, broken with lua-5.1
442
443* Sun Jan 19 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-20.git522
444- add patch3 to build with lua >= 5.2
445
446* Tue Oct 01 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-19.git522
447- fix allow-duplicated.{lua,conf}
448- modify spec file to support vine6 build
449
450* Wed Feb 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-18.git522
451- update ja.po (apply patch from okano-san)
452- add /etc/apt/vendors.list.d
453
454* Mon Sep 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-17.git522
455- rebuild with rpm-4.10.0
456
457* Thu Jun 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-16.git522
458- remove module-init-tools from rpmpriorities
459
460* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.15lorg3.95-15.git522
461- rebuild with python-2.7.2
462
463* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-14.git522
464- rebuild with rpm-4.9.1.2
465
466* Sat Oct 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-13.git522
467- remove patch200, add BR: swig => 2.0.4
468- add patch201 to fix python-apt
469
470* Sun Jun 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-12.git522
471- modify apt.conf
472  - Acquire::Retiries "3";
473- add acquire-default.conf to set default parameters.
474  - Acquire::Retiries "3"; Acquire::Queue-mode "access";
475 
476* Wed Jun 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-11.git522
477- add another revert patch
478  new genpkglist/gensrclist does not handle userfulFile correctly.
479  http://apt-rpm.org/scm/?p=apt.git;a=commit;h=0cc8fd20721f543bb8feb2cd98102dcc63c921b0
480  http://apt-rpm.org/scm/?p=apt.git;a=commit;h=70f33318cc6a391a92f77a37a4f7773e6008dc36
481
482* Sun May 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-10.git522
483- add revert patch
484  this commit breaks local package install...
485  http://apt-rpm.org/scm/?p=apt.git;a=commit;h=33283508cae4d598062561fe7c096238649adcba
486
487* Sun May 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-9.git522
488- update to upstream git snapshot
489  - drop upstreamed patches
490
491* Sat Mar 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-8.git416
492- drop vine4 support
493- add vine5 support
494- update rpmpriorities for VineSeed (s/util-linux-ng/utillinux)
495
496* Mon Aug 30 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-7.git416
497- update Summary and Description
498- update remove-old-kernels.lua
499  - check /boot/vmlinuz and latest kernel package.
500
501* Fri Mar  5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.15lorg3.95-6.git416
502- add BR: lua-devel
503- add Patch180 (not only PreReq but also Requires(pre,post) as PreDepends)
504
505* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.15lorg3.95-5.git416
506- rebuilt with gcc-4.4.3-3 on ppc
507
508* Fri Feb  5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.15lorg3.95-4.git416
509- rebuilt with rpm-4.8.0-3 (on ppc)
510
511* Wed Feb 03 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-3.git416
512- added BR: python-devel.
513- changed PreReq: to Requires(pre):.
514
515* Wed Feb 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-2.git416
516- add Patch170 to use external rex module
517  - add R: lua-rex
518
519* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-1.git416
520- update to upstream git snapshot
521- add patch1-8 from fedora/upstream
522- build with rpm-4.8.0
523- disable static libs
524
525* Thu Aug 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-16
526- add triggerun script to upgrade from old apt (vine4.x's)
527
528* Sun May 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-15
529- update remove-old-kernels.lua
530  - add kernel-{pae,smp}-devel to remove list
531
532* Tue May 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-14
533- split out remove-old-kernels.lua from allow-duplicated.lua
534  - add exception/error handling
535  - remove Patch170
536
537* Sun May 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-13
538- add Patch170: remove kernel/kernel-devel older than current running
539                version. (by default) This feature can disable by apt
540                configuration file.
541- renumber patch130-patch1000
542
543* Thu May 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-12
544- add patch from upstream
545  - Patch22: Fix infinite loop in pkgAcquire::UriIterator
546
547* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-11
548- add patches from upstream git
549  - Patch17: add default constructor, required for aptitude 0.4.1
550  - Patch18: optimize redundant gettimeofday()
551  - Patch19: use --cachedir for gensrclist too
552  - Patch20: use find() instead of manual search for RPMHandler::HasFile()
553  - Patch21: apt-shell: quit from shell by Ctrl+D
554
555* Thu Mar 19 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.94a-10
556- bytecompile python module
557
558* Thu Mar 19 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.94a-9
559- enable building python-apt subpackage now
560
561* Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-8
562- add module-init-tools to rpmpriorities instead of modutils
563
564* Mon Feb 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-7
565- add kernel-pae* to system-duplicate-package.conf
566
567* Sun Feb 01 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-6
568- re-update Source10 (sources.list-0.5.15-vineseed) for sources.list separetion
569- add Requires: apt-sourceslist-main
570
571* Tue Jan 27 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-5
572- update Source10 (sources.list-0.5.15-vineseed) for sources.list separetion
573
574* Sun Aug 31 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-4
575- spec in UTF-8
576- update Source100 (ja.po) <BTS:VineLinux:626 & 636>
577- add japanese description for devel and python-apt sub packages
578
579* Wed Jul  2 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.94a-3
580- update Source30 (util-linux-ng instead of util-linux)
581
582* Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-2
583- add /etc/apt/sources.list.d
584- add /var/lib/apt, /var/lib/apt/lists
585- use BuildRequires instead of BuildPreReq
586- use Requires(post,postun,triggers) instead of PreReq
587
588* Sat May 10 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-1
589- new upstream release
590- update Patch900
591- remove %{_var}/state/apt from %%files list (no longer supported)
592- apply new versioning policy
593
594* Sat Sep 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.93-0vl2
595- update ja.po
596- add Patch900 to translate more messages
597- add Patch1000 to ignore rpm scriptlet failure in apt-get transaction
598
599* Fri Sep 14 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.93-0vl1
600- new upstream release
601
602* Thu Sep 13 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl15
603- rebuild with rpm-4.4.2.2
604
605* Sun Sep 02 2007 Takuya Kobayashi <ruby11@cocoa.ocn.ne.jp> 0.5.15lorg3.2-0vl14
606- add Japanese translation of man pages.
607  - add Source110
608- update Patch15
609  - close unclosed tags.
610- add Vendor: Project Vine
611
612* Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.2-0vl13
613- rebuilt with new toolchain and db-4.3.x
614
615* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl12
616- remove apt pin setting from /etc/apt/preferences
617
618* Thu Mar 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl11
619- rebuild for VineSeed
620
621* Thu Mar 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl10
622- fix bug in allow-duplicated.lua. ([vine-users:076523])
623  - select newest version of kernel on upgrade-mode.
624
625* Thu Jan 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl9
626- build for Vine Linux 4.1
627
628* Thu Oct 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl8.1
629- build for Vine Linux 4.0
630
631* Thu Oct 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl8
632- update ja.po
633- fix typo in descriptions
634
635* Thu Oct 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl7
636- add Patch700
637  apt-cdrom mounts cdrom device fstab entry.
638- add triggerun script to upgrade sources.list
639
640* Sun Oct 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl6.1
641- change sources.list for Vine Linux 4.0
642
643* Tue Sep 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl6
644- remove extras from sources.list
645
646* Fri Sep 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl5
647- add Patch600 to set "HOME=/root" on exec gpg.
648
649* Sat Aug 19 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.5.15lorg3.2-0vl4
650- add BuildPreReq: cvs (required to run autoreconf)
651- add BuildPreReq: libxml2-devel >= 2.6
652
653* Sun Aug 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl3
654- add BuildPreReq: docbook-utils
655
656* Tue Jul 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl2
657- add "^kernel-module" to system-duplicate-package.conf
658
659* Thu Jun 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl1
660- new upstream release
661- drop Patch600, merged in upstream.
662
663* Fri Jun 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.1-0vl2
664- add Patch600 to fix segv on installing new package.
665  (merged in upstream)
666
667* Tue May 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.1-0vl1
668- update to 0.5.15lorg3.1
669- drop Patch120,300,400, merged in upstream.
670- drop unneeded Patch14.
671
672* Fri May 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl3
673- drop kernel-upgrade.lua, use allow-duplicated.lua to upgrade kernels
674  (BTS:39)
675- fix line endings of apt-wrapper (convert CRLF to LF)
676  (BTS:38)
677
678* Fri May 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl2
679- update ja.po
680
681* Thu May 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl1
682- update to 0.5.15lorg3 final
683
684* Sun Apr 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.rc2.2
685- change scripts dir to %%{_datadir} instead of %{_libdir}
686  (BTS:37)
687
688* Wed Apr 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.rc2.1
689- update to 0.5.15lorg3-rc2
690- update mirror URLs in sources.list
691
692* Tue Apr 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.rc1.1
693- update to 0.5.15lorg3-rc1
694- change Group to Applications/Administration
695
696* Sat Apr 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.pre4.1
697- new upstream release
698  - upstream auther is changed from Mandriva(aka Conectiva)
699    to Panu Matilainen.
700  - add Url: http://laiskiainen.org/
701- TODO: We should check all patches whether it is still necessary.
702
703* Fri Mar 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl13
704- update rpmpriorities (replace dev by udev)
705
706* Mon Dec 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl12
707- remove version deps of vine-keyring
708
709* Mon Dec 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl11
710- Patch10-16: import MDK/ALT patches
711
712* Sat Dec 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl10
713- drop Patch14 to disable AutoRebuildDB
714  - rebuilddb should be executed by external rpm command, not internal librpm
715
716* Sat Dec 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl9
717- rebuild
718
719* Fri Dec 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl8
720- rebuild with rpm-4.4.2
721- update Patch14 to support rpm-4.4
722
723* Wed Aug 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl7
724- update kernel-upgrade.lua to upgrade installed kernel only.
725
726* Mon Jul 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl6
727- add python-apt subpackage (disabled by default)
728
729* Tue Jun 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl5
730- add kernel26*, kernel-*devel as Allow-Duplicated (apt.conf)
731- update kernel-upgrade.lua to check kernel24 pacakge.
732
733* Wed Jun 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl4
734- update rpmpriorities (util-linux replaces mount)
735
736* Mon May 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl3
737- update ja.po to fix mistranslation.
738
739* Thu Apr 07 2005 KOBAYASHI Taizo <tkoba@vinelinux.org> 0.5.15.cnc.7-0vl2
740- fixed rebuilddb patch ([VineSeed:08550])
741  do rebuilddb after rpm upgrade
742
743* Thu Apr 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl1
744- new upstream release
745
746* Fri Feb 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl11
747- update rpmpriorities (coreutils releaces fileutils)
748
749* Sun Jan 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl10
750- fix kernel-upgrade.lua
751- update rpmpriorities
752
753* Sat Jan 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl9
754- add kernel-upgrade.lua to select and install suitable kernel.
755  - with this version, apt does not change lilo or grub settings.
756- do not Hold kernel-{doc,headers,source,pcmcia-cs}
757
758* Sat Jan 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl8
759- install {allow-duplicated,list-extras,list-nodeps}.conf to apt.conf.d
760- add Patch30 to disable hash progress bar in quiet mode.
761
762* Mon Aug 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl6
763- remove apt-files/apt-groupinstall which does not work with Vine Linux.
764
765* Mon Jul 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl5
766- build for Vine Linux 3.0
767  - use Vine Linux 3.0's apt-line
768
769* Mon Jun 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl4
770- remove unused vendor key from vendors.list
771
772* Mon Jun 21 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl3
773- update sources.list to use official apt line by default.
774
775* Wed Apr  7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl2
776- add Requires: vine-keyring >= 1.0 to verify apt repository's gpg signs.
777- add apt.conf.d/gpg-keyring.conf to read vine-keyring.
778
779* Tue Mar 23 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl1
780- new upstream release
781- add apt wrapper
782- install contrib lua scripts.
783
784* Wed Dec 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.5-0vl1
785- new upstream release
786
787* Thu Dec 04 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.4-0vl1
788- new upstream release
789- remove ja.po and Patch15 which are included in upstream now
790
791* Wed Nov 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.3-0vl1
792- new upstream release
793- update sources.list (remove old apt-line)
794
795* Thu Nov 13 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.2-0vl1
796- new upstream release
797- update ja.po
798
799* Thu Jun 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.6-0vl1
800- new upstream release
801
802* Sat Mar  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.4.1-0vl2
803- update ja.po
804
805* Sat Mar  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.4.1-0vl1
806- new upstream release 0.5.5cnc4.1
807  - new apt-shell command added
808- add Requires: readline >= 4.3 and BuildPreReq: readline >= 4.3
809
810* Tue Mar  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.3-0vl2
811- remove bogus comment from apt/preferences...
812
813* Tue Mar  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.3-0vl1
814- new upstream release 0.5.5cnc3
815- drop patch17
816- update patch10,patch12,patch15
817- update ja.po
818
819* Mon Dec 16 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl18
820- fixed typo
821- rebuild to fix dependancy
822
823* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl17
824- update ja.po to fix translations
825
826* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl16
827- update ja.po
828
829* Mon Nov 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl15
830- add BuildPreReq: db2-devel
831
832* Mon Nov 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl14
833- add Patch17 to disable allowduplicate for kernel.*.
834  kernel-{doc,headers,sources} is not duplicatable.
835  we use apt.conf to allow duplicate kernel package.
836
837* Mon Nov 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl13
838- add Patch0,1 from cnc package
839- renumber Vine patches.
840- update vendors.list
841
842* Fri Nov 22 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.4.cnc.9-0vl12
843- added Patch10 (archtable.patch) for athlon, powerpc/ppc
844
845* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl11
846- drop Patch6. apt not work with it...(FIXME)
847
848* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl10
849- add /etc/apt/apt.conf.d
850
851* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl9
852- add some missing files.
853- add Patch6 to make static libs.
854
855* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl8
856- add Patch4 to rebuilding rpmdb when rpm is upgraded.
857- add Patch5 to gettextize apt-cdrom.
858- update Patch0 to change some Distro name from Conectiva to Vine Linux
859- update ja.po
860
861* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl7
862- update ja.po
863
864* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl6
865- update ja.po
866
867* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl5
868- add Patch3 to replace $(ARCH) in sources.list any time.
869
870* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl4
871- fixed typo in %%triggerun script
872
873* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl3
874- update ja.po
875
876* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl2
877- add patch2 to add ja to ALL_LINGUAS
878
879* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl1
880- new upstream release
881- build on rpm-4.0.4
882
883* Sat Jul 13 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.1-1vl1
884- build for Vine Linux
885- new upstream release
886  * Fri May 10 2002 Gustavo Niemeyer <niemeyer@conectiva.com>
887  + apt-0.5.4cnc1-1cl
888  - New upstream release.
889
890* Sun Apr 14 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.19.cnc.55-3vl9
891- added static subpackage
892
893* Thu Mar 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl8
894- update sources.list
895
896* Tue Mar 12 2002 Toru Sagami <sagami@vinelinux.org> 0.3.19.cnc.55-3vl7
897- corrected Group
898
899* Sun Mar 10 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.19.cnc.55-3vl6
900- updated Patch110 (archtable: powerpc -> ppc, ppc -> ppc)
901
902* Thu Mar 07 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.19.cnc.55-3vl5
903- updated patch105 to allowdup kernel-mol and kernel22-mol
904  (but *-mol kernel package will be obsolete we hope...)
905
906* Thu Mar 07 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl4
907- change powerpc to ppc in archtable for $(ARCH)
908- hold kernel22 guys ( update patch105 )
909
910* Mon Feb 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl3
911- update sources.list for new aptdata
912- add hold information in apt.conf
913
914* Sun Feb 24 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl2
915- hold kernel24 guys ( update patch105 )
916
917* Sun Feb 10 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl1
918- new upstream version 0.3.19cnc55-3cl
919
920* Wed Jan 30 2002 Jun Nishii <jun@vinelinux.org> 0.3.19.cnc.53-2vl3
921- hold kernel related guys
922
923* Tue Jan 15 2002 Flavio Bruno Leitner <flavio@conectiva.com>
924+ apt-0.3.19cnc55-3cl
925- added nodeps.patch to fix the order of parameters passed to
926  rpm (closes: #4689, #4534)
927 
928* Wed Dec 12 2001 Flavio Bruno Leitner <flavio@conectiva.com>
929+ apt-0.3.19cnc55-2cl
930- Closes: #3950 (apt: falta internacionalizar algumas frases)
931  added new pt_BR.po reviewed by me
932   
933* Tue Dec 11 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
934+ apt-0.3.19cnc55-1cl
935- released version 0.3.19cnc55
936- removed config.cache from distribution
937- added --progress patch to gensrclist
938- added --flat option to gensrclist
939   
940* Fri Nov 30 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
941+ apt-0.3.19cnc54-1cl
942- released version 0.3.19cnc54
943- added RPM::IgnorePkgs option
944- added --progress option to most utilities
945        (Stelian Pop <stelian.pop@fr.alcove.com>)
946- added RPM::IgnoreRpmlibDeps
947
948* Sun Nov 25 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.53-2vl2
949- update ja.po
950- added apt-rpmmessage.patch to change message "Executing RPM(0)"
951  to "Executing RPM(-Uv)"
952
953* Fri Nov 23 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.53-2vl1
954- merged with new upstream version 0.3.19cnc53-2cl
955- update ja.po
956
957* Tue Nov 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
958+ apt-0.3.19cnc53-2cl
959- fixed bug in mirror patch
960
961* Tue Nov 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
962+ apt-0.3.19cnc53-1cl
963- released version 0.3.19cnc53
964- added kernel-tape to default AllowedDupPkgs
965- cleaned up gen{pkg,src}list (Alexander Bokovoy <ab@avilink.net>)
966- fixed crash bug in genpkglist
967- added patch to fix bug in genbasedir with empty dirs
968  (Stelian Pop <stelian.pop@fr.alcove.com>)
969- configure.in patch to detect rpmdb (Stelian Pop <stelian.pop@fr.alcove.com>)
970-       * Skips correctly over empty package directories
971-       * Adds the --bz2only argument which makes genbasedir
972-       to generate only the .bz2 compressed versions of pkglist
973-       and srclist (space gain...)
974-       * Doesn't change the timestamps on pkglists/srclists if
975-       the contents are not modified (making possible for example
976-       to make several consecutive runs of genbasedir without
977-       having the apt clients download the indexes again and again).
978-       * Some minor cleanups (remove the temporary files in /tmp
979-       at the end of the script etc).
980- (Stelian Pop <stelian.pop@fr.alcove.com>)
981- cleanup patch for gensrclist (Stelian Pop <stelian.pop@fr.alcove.com>)
982- fixed multi-arch pkg handling (Stelian Pop <stelian.pop@fr.alcove.com>)
983- added -K (RPM::Check-Signatures) option to verify rpm sigs
984- updated russian translation (Alexander Bokovoy <ab@avilink.net>)
985- updated i18n (Dmitry Levin <ldv@alt-linux.org>)
986- replaced Apt::GPG::Pubring with Apt::GPG::PubringPath
987  also uses --homedir instead of --keyring in gpg (Ivan Zakharyashev)
988- patch to detect replaced (instead of just removed) packages
989  Dmitry Levin <ldv@alt-linux.org>
990- updated mirrors patch
991   
992* Fri Oct 19 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
993+ apt-0.3.19cnc52-5cl
994- Fixed mirrors infinite loop bug (closes: #4420).
995   
996* Sat Sep  8 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-4vl2
997- add apt-genpkglist.patch to add pkgInitialize().
998  FindDir in genpkglist does not work, because there is no pkgInitialize().
999
1000* Thu Sep  6 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-4vl1
1001- Merged with apt-0.3.19cnc52-4cl
1002- add apt-rpmpriorities.vine.patch.
1003
1004* Wed Sep  5 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-3vl2
1005- FIXME: copy config.h.in from apt-0.3.19cnc50
1006         new config.h.in does not work with Vine Linux.
1007
1008* Sat Aug 11 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-3vl1
1009- Merged with apt-0.3.19cnc52-3cl
1010
1011* Thu Aug 09 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
1012+ apt-0.3.19cnc52-3cl
1013- Updated mirrors patch.
1014
1015* Tue Aug 07 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
1016+ apt-0.3.19cnc52-2cl
1017- Added mirrors patch.
1018
1019* Wed Aug 01 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1020+ apt-0.3.19cnc52-1cl
1021- released version 0.3.19cnc52
1022- fixed compile problem with gcc 2.96.x
1023- fixed bug in file method with authentication enabled
1024  (Alexander Bokovoy <ab@avilink.net>)
1025- added RPM::RemoveOptions and RPM::UpgradeOptions
1026- Included patch to add s390 to arch table.
1027
1028* Thu Jul 12 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1029+ apt-0.3.19cnc51-1cl
1030- released version 0.3.19cnc51
1031- included many portability (Solaris) fixes from
1032  AUSTIN MURPHY <amurphy@nbcs.rutgers.edu>
1033- make packages with same version and diff deps be ignored (closes: 1628)
1034
1035* Tue Jul  3 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.50-1vl2
1036- added Patch200 for playstation2
1037
1038* Tue Jul  3 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.50-1vl1
1039- merged with 0.3.19cnc50-1cl
1040
1041* Thu Jun 28 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.49-1vl1
1042- merged with 0.3.19cnc49-1cl
1043- added Patch106 to extend error message length (S[400] -> S[1024]).
1044
1045* Thu Jun 28 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
1046- 0.3.19.cnc.48-1vl2
1047- added Patch105 to allow kernel24{,-smp,-BOOT} to include AllowedDupPkgs
1048- modified Source1 (apt.conf) for the same reason
1049
1050* Wed Jun 27 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1051+ apt-0.3.19cnc49-1cl
1052- released version 0.3.19cnc49
1053- added workaround for kernel installations that require upgrde on mkinitrd
1054  (closes: #3889)
1055 
1056* Wed Jun 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.48-1vl1
1057- merged with 0.3.19cnc48-1cl
1058
1059* Mon Jun 25 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1060+ apt-0.3.19cnc48-1cl
1061- released version 0.3.19cnc48
1062- added RPM::AutoRebuildDB (enabled by default)
1063- added fetch status to CDROM method
1064- released (closes: #3905)
1065
1066* Sun Jun 24 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.47-1vl2
1067- updated ja.po
1068
1069* Sun Jun 24 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.47-1vl1
1070- merged with 0.3.19cnc47-1cl
1071- fixed bug in HoldPkgs
1072
1073* Fri Jun 22 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1074+ apt-0.3.19cnc47-1cl
1075- released version 0.3.19cnc47
1076- fixed bug in RPM::HoldPkgs (closes: #3838)
1077- removed debug msg
1078
1079* Tue Jun 19 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1080+ apt-0.3.19cnc46-1cl
1081- released version 0.3.19cnc46
1082- changed apt.conf to include RPM::AllowDupPkgs, RPM::HoldPkgs (closes: #3433)
1083- added Acquire::cdrom::copy, which will fetch all pkgs before installing (closes: #1024)
1084- added delay before file fetch retry (closes: #1294)
1085- fixed architecture selection (closes: #3606)
1086- iterating over Packages instead of Names to figure package count
1087
1088* Sat Jun 16 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.45-1vl3
1089- add kernel-BOOT to AllowDupPkgs list.
1090
1091* Sat Jun 16 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.45-1vl1
1092- merged with 0.3.19cnc45-1cl
1093
1094* Wed Jun 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1095+ apt-0.3.19cnc45-1cl
1096- released version 0.3.19cnc45
1097- fixed bug with progress update (closes: #2915)
1098
1099* Mon Jun 11 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1100+ apt-0.3.19cnc44-1cl
1101- released version 0.3.19cnc44
1102- removed %config from method drivers
1103- replaced option RPM::AllowedDupPackages with RPM::AllowedDupPkgs
1104- added option RPM::HoldPkgs (closes: #3462)
1105
1106* Fri Jun 1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.43-2vl2
1107- updated ja.po.
1108
1109* Fri Jun 1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.43-2vl1
1110- merged with 0.3.19cnc43-2cl
1111
1112* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl7
1113- fixed some translations in ja.po.
1114
1115* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl6
1116- fixed sources.list/vendor.list
1117
1118* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl5
1119- splited vine specific part from gettext patch.
1120
1121* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl4
1122- updated ja.po.
1123
1124* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl3
1125- updated gettext patch.
1126
1127* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl2
1128- vine gettext patch is comes back.
1129
1130* Sun May 20 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl1
1131- merge to upstream version 0.3.19cnc38-2cl
1132
1133* Fri May 18 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br>
1134+ apt-0.3.19cnc43-2cl
1135- New patch4. Closes: #3523 (apt-cdrom doesn't umount CD)
1136
1137* Fri May 18 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1138+ apt-0.3.19cnc43-1cl
1139- fixed bug with record offsets (shows bad pkg description under rpm4)
1140- fixed bug with apt-get source (closes: #3047)
1141
1142* Thu May 17 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1143+ apt-0.3.19cnc42-1cl
1144- released version 0.3.19cnc42
1145- merged all src patches into main src tree
1146- fixed stupid bug on rpminit header...
1147- extended Acquire::Retries to all file type acquirations (closes: #1617)
1148
1149* Mon May 14 2001 Claudio Matsuoka <claudio@conectiva.com>
1150+ apt-0.3.19cnc41-8cl
1151- added Ivan Zakharyaschev's line break patch (closes: #1616)
1152
1153* Wed May  9 2001 Claudio Matsuoka <claudio@conectiva.com>
1154+ apt-0.3.19cnc41-7cl
1155- adjusting rpmpriorities to reflect changes in conectiva's package base
1156  (glibc-base is marked as essential replacing glibc, elvis-tiny marked
1157  as essential, info and glib not marked as essential, etc.) (closes:
1158  #3115, #3117)
1159
1160* Fri May  4 2001 Claudio Matsuoka <claudio@conectiva.com>
1161+ apt-0.3.19cnc41-6cl
1162- spec cleanup: removing static components from buildrequires
1163
1164* Fri May  4 2001 Claudio Matsuoka <claudio@conectiva.com>
1165+ apt-0.3.19cnc41-5cl
1166- removing static link kludge added in 3cl, a better solution is in the works.
1167
1168* Fri Apr 27 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
1169+ apt-0.3.19cnc41-4cl
1170- Fixed NextRecord() and GetRecord() (Closes: #2915).
1171
1172* Thu Apr 26 2001 Claudio Matsuoka <claudio@conectiva.com>
1173+ apt-0.3.19cnc41-3cl
1174- statically linking rpmlib and friends to avoid lossage with glibc
1175  upgrade from conectiva 6.0 to snapshot
1176
1177* Sun Apr 15 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
1178+ apt-0.3.19cnc41-2cl
1179- Added patch for ia64.
1180
1181* Thu Mar 29 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1182+ apt-0.3.19cnc41-1cl
1183- released version 0.3.19cnc41
1184- auto rebuild rpmdb when rpm is upgraded
1185
1186* Tue Mar 27 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1187+ apt-0.3.19cnc40-1cl
1188- released version 0.3.19cnc40
1189- custom OrderInstall() (ignores all deb specific ordering/debconf stuff)
1190
1191* Fri Mar 23 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1192+ apt-0.3.19cnc39-1cl
1193- released version 0.3.19cnc39
1194- fixes problem with different rpmdb versions
1195
1196* Thu Mar 22 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1197+ apt-0.3.19cnc38-2cl
1198- autotester workaround...
1199
1200* Thu Mar 22 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1201+ apt-0.3.19cnc38-1cl
1202- released version 0.3.19cnc38
1203- fixed epoch display on apt-cache
1204- added user specified public keyring option for gpg
1205- added italian po file
1206- fixed bug on dependency resolution for virtual packages with mult.providers
1207
1208* Tue Feb 20 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1209+ apt-0.3.19cnc37-1cl
1210- released version 0.3.19cnc37
1211- noreplace put back for sources.list (closes: #1548)
1212- recompiled (closes: #1559)
1213- fixed dist-upgrade bogus msg (closes: #1254)
1214- fixed no_proxy handling
1215
1216* Sat Feb 17 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1217+ apt-0.3.19cnc36-1cl
1218- released version 0.3.19cnc36
1219- fixed problem with arch selection (I swear it works now!)
1220- fixed bug with rpm4
1221
1222* Wed Feb 14 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1223- released version 0.3.19cnc35
1224- fixed problem with case sensitiveness
1225- fixed rpmpriority interpretation
1226
1227* Wed Feb 14 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1228- released version 0.3.19cnc34
1229- rpm4 fix?
1230
1231* Wed Jan 24 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1232- released version 0.3.19cnc33
1233- added new gui hookz
1234
1235* Mon Jan 22 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1236- 0.3.19.cnc.27-6vl19
1237- Oops ring ftp dir was /pub/linux/..., not /pub/Linux/ :-(
1238- fixed Source100 (rpm-source should be rpm-src)
1239
1240* Sat Jan 20 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1241- released version 0.3.19cnc32
1242- fixed arch selection code
1243- fixed priority and section info in internal package structs
1244
1245* Fri Jan 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1246- 0.3.19.cnc.27-6vl18
1247- auto-generate sources.list using Source100 (thanks shom-san)
1248
1249* Fri Jan 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1250- 0.3.19.cnc.27-6vl17
1251- add VinePlus/2.1 entries
1252
1253* Fri Jan 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1254- 0.3.19.cnc.27-6vl16 (vl15 preserved for Vine-2.1.x ?)
1255- install arch-specific sources.list
1256
1257* Tue Jan 16 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1258- unbroke potfiles
1259
1260* Mon Jan 15 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1261- released version 0.3.19cnc31
1262
1263* Mon Jan 15 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1264- released version 0.3.19cnc30
1265
1266* Sat Jan 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1267- released version 0.3.19cnc29
1268
1269* Thu Jan 04 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1270- released version 0.3.19cnc28
1271- added gnupg dependency
1272
1273* Sun Dec 17 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl14
1274- remove noreplace tag from sources.list
1275
1276* Sat Dec 16 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl13
1277- update gettext patch
1278- update ja.po
1279
1280* Wed Dec 13 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl12
1281- update gettext patch
1282- update ja.po
1283
1284* Tue Dec 12 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl11
1285- update gettext patch  from Debianguru
1286- update ja.po
1287
1288* Tue Dec 12 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl10
1289- update gettext patch
1290- update ja.po
1291
1292* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl9
1293- update ja.po (almost translated)
1294
1295* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl8
1296- update ja.po
1297
1298* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl7
1299- update gettext patch
1300- update ja.po
1301
1302* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl6
1303- add gettext patch
1304- update ja.po
1305
1306* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl3
1307- update ja.po
1308
1309* Sat Dec 09 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl2
1310- rebuild on gcc-2.95.3
1311
1312* Sat Dec 09 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl1
1313- updated to 0.3.19cnc27-6cl
1314
1315* Thu Dec 07 2000 Andreas Hasenack <andreas@conectiva.com>
1316- damn! Wrong URL in sources.list, atualizacoes.conectiva.com
1317  doesn't exist, of course...
1318
1319* Thu Dec 07 2000 Andreas Hasenack <andreas@conectiva.com>
1320- updated sources.list with new mirrors and new download tree
1321- removed (noreplace) for the sources.list file for this
1322  upgrade. It will be easier for the user. The (noreplace)
1323  should be back in place after this update as we expect no
1324  further big modifications for that file, only new mirrors.
1325
1326* Wed Dec 06 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-0vl1
1327- updated to 0.3.19.cnc.27
1328
1329* Wed Dec 06 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1330- fixed prob in vendors.list
1331
1332* Tue Dec 05 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1333- released version 0.3.19cnc27
1334
1335* Wed Nov 08 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1336- released version 0.3.19cnc26
1337
1338* Tue Nov 07 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1339- added ad-hoc patch for gcc-2.95.x
1340
1341* Mon Nov 06 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1342- released version 0.3.19cnc25
1343
1344* Sun Nov  5 2000 Kazuhisa TAKEI <takei@vinelinux.org>
1345- modify for Vine Linux
1346
1347* Thu Nov 02 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1348- released version 0.3.19cnc24
1349
1350* Thu Nov 02 2000 Rud<E1> Moura <ruda@conectiva.com>
1351- updated source.list (again)
1352
1353* Thu Nov 02 2000 Rud<E1> Moura <ruda@conectiva.com>
1354- updated source.list
1355
1356* Wed Nov 01 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1357- released version 0.3.19cnc23
1358- added cache directories for gen{pkg,src}list
1359- pt_BR manpages
1360
1361* Tue Oct 31 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1362- released version 0.3.19cnc22
1363- Requires -> PreReq in apt-devel
1364
1365* Mon Oct 30 2000 Alfredo Kojima <kojima@conectiva.com>
1366- collapsed libapt-pkg-devel and -doc to apt-devel
1367
1368* Mon Oct 30 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1369- released version 0.3.19cnc21
1370
1371* Sun Oct 29 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1372- released version 0.3.19cnc20
1373
1374* Sun Oct 29 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1375- released version 0.3.19cnc19
1376- added gensrclist
1377- support for apt-get source
1378
1379* Fri Oct 27 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1380- released version 0.3.19cnc18
1381
1382* Thu Oct 26 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1383- released version 0.3.19cnc17
1384- new manpages
1385
1386* Wed Oct 25 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1387- released version 0.3.19cnc16
1388
1389* Sun Oct 22 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1390- released version 0.3.19cnc15
1391
1392* Sat Oct 21 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1393- released version 0.3.19cnc14
1394
1395* Thu Oct 19 2000 Claudio Matsuoka <claudio@conectiva.com>
1396- new upstream release: 0.3.9cnc13
1397
1398* Tue Oct 17 2000 Eliphas Levy Theodoro <eliphas@conectiva.com>
1399- added rpmpriorities to filelist and install
1400
1401* Tue Oct 17 2000 Claudio Matsuoka <claudio@conectiva.com>
1402- updated to 0.3.19cnc12
1403- fresh CVS snapshot including: support to Acquire::ComprExtension,
1404  debug messages removed, fixed apt-cdrom, RPM DB path, rpmlib call
1405  in pkgRpmLock::Close(), package priority kludge removed, i18n
1406  improvements, and genbasedir/genpkglist updates.
1407- handling language setting in genpkglist to make aptitude happy
1408
1409* Wed Oct 11 2000 Alfredo K. Kojima <kojima@conectiva.com>
1410- released version 0.3.19cnc11
1411- fixed problem with shard lib symlinks
1412
1413* Tue Oct 10 2000 Alfredo K. Kojima <kojima@conectiva.com>
1414- released version 0.3.19cnc10
1415
1416* Mon Oct  2 2000 Claudio Matsuoka <claudio@conectiva.com>
1417- fixed brown paper bag bug with method permissions
1418- added parameter --sign to genbasedir
1419- added html/text doc files
1420
1421* Sat Sep 30 2000 Claudio Matsuoka <claudio@conectiva.com>
1422- bumped to 0.3.19cnc9
1423- added vendors.list
1424- added gpg method
1425- fixed minor stuff to make Aptitude work
1426- added missing manpages
1427- fixed shared libs
1428- split in apt, libapt-pkg, libapt-pkg-devel, libapt-pkg-doc
1429- rewrote genbasedir in shell script (original was in TCL)
1430- misc cosmetic changes
1431
1432* Tue Sep 26 2000 Alfredo K. Kojima <kojima@conectiva.com>
1433- released version 0.3.19cnc8
1434
1435* Wed Sep 20 2000 Alfredo K. Kojima <kojima@conectiva.com>
1436- released version 0.3.19cnc7
1437
1438* Mon Sep 18 2000 Alfredo K. Kojima <kojima@conectiva.com>
1439- released version 0.3.19cnc6
1440
1441* Sat Sep 16 2000 Alfredo K. Kojima <kojima@conectiva.com>
1442- released version 0.3.19cnc5
1443
1444* Fri Sep 15 2000 Alfredo K. Kojima <kojima@conectiva.com>
1445- released version 0.3.19cnc4
1446
1447* Tue Sep 12 2000 Alfredo K. Kojima <kojima@conectiva.com>
1448- released version 0.3.19cnc3
1449
1450* Tue Sep 5 2000 Alfredo K. Kojima <kojima@conectiva.com>
1451- renamed package to apt, with version 0.3.19cncV
1452
1453* Tue Sep 5 2000 Alfredo K. Kojima <kojima@conectiva.com>
1454- 0.10
1455- added genpkglist and rapt-config
1456- program names changed back to apt-*
1457
1458* Mon Sep 4 2000 Alfredo K. Kojima <kojima@conectiva.com>
1459- 0.9
1460
1461* Mon Sep 4 2000 Alfredo K. Kojima <kojima@conectiva.com>
1462- 0.8
1463
1464* Mon Sep 4 2000 Alfredo K. Kojima <kojima@conectiva.com>
1465- 0.7
1466
1467* Fri Sep 1 2000 Alfredo K. Kojima <kojima@conectiva.com>
1468- fixed typo in sources.list
1469
1470* Thu Aug 31 2000 Alfredo K. Kojima <kojima@conectiva.com>
1471- version 0.6
1472
1473* Thu Aug 31 2000 Alfredo K. Kojima <kojima@conectiva.com>
1474- version 0.5
1475
1476* Thu Aug 31 2000 Alfredo K. Kojima <kojima@conectiva.com>
1477- version 0.4
1478
1479* Wed Aug 30 2000 Alfredo K. Kojima <kojima@conectiva.com>
1480- version 0.3
1481
1482* Mon Aug 28 2000 Alfredo K. Kojima <kojima@conectiva.com>
1483- second try. new release with direct hdlist handling
1484
1485* Thu Aug 10 2000 Alfredo K. Kojima <kojima@conectiva.com>
1486- initial package creation. Yeah, it's totally broken for sure.
1487
Note: See TracBrowser for help on using the repository browser.