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

Revision 3011, 46.8 KB checked in by daisuke, 13 years ago (diff)

apt:

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