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

Revision 5058, 47.9 KB checked in by daisuke, 13 years ago (diff)

apt:

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