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

Revision 12494, 51.0 KB checked in by tomop, 3 years ago (diff)

updated 4 packages

apt-0.5.15lorg3.95-30.git522

lua-rex-2.9.1-1

lua-5.4.0-1

rpm-4.12.0.1-4

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