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

Revision 521, 46.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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