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

Revision 12547, 51.6 KB checked in by tomop, 3 years ago (diff)

updated 2 packages

apt-0.5.15lorg3.95-32.git522

rpm-4.16.1.2-1

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