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

Revision 12276, 50.8 KB checked in by tomop, 5 years ago (diff)

apt-0.5.15lorg3.95-29.git522

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