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

Revision 9457, 50.0 KB checked in by inagaki, 9 years ago (diff)

2015-03-22 Ryoichi INAGAKI <ryo1@…>

  • apt, bc, gnupg: rebuilt with new readline
  • readline: updated


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