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

Revision 10473, 50.3 KB checked in by tomop, 8 years ago (diff)

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