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

Revision 6825, 48.3 KB checked in by daisuke, 12 years ago (diff)

rebuild with rpm-4.10.0

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