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

Revision 1724, 46.8 KB checked in by daisuke, 14 years ago (diff)

modify summary/desc

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: 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-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.
121It provides the apt-get utility that provides a simpler,
122safer way to install and upgrade packages. APT features
123complete installation ordering, multiple source capability
124and 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* Mon Aug 30 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-XXX.git416
393- update Summary and Description
394
395* Fri Mar  5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.15lorg3.95-6.git416
396- add BR: lua-devel
397- add Patch180 (not only PreReq but also Requires(pre,post) as PreDepends)
398
399* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.15lorg3.95-5.git416
400- rebuilt with gcc-4.4.3-3 on ppc
401
402* Fri Feb  5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.15lorg3.95-4.git416
403- rebuilt with rpm-4.8.0-3 (on ppc)
404
405* Wed Feb 03 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-3.git416
406- added BR: python-devel.
407- changed PreReq: to Requires(pre):.
408
409* Wed Feb 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-2.git416
410- add Patch170 to use external rex module
411  - add R: lua-rex
412
413* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-1.git416
414- update to upstream git snapshot
415- add patch1-8 from fedora/upstream
416- build with rpm-4.8.0
417- disable static libs
418
419* Thu Aug 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-16
420- add triggerun script to upgrade from old apt (vine4.x's)
421
422* Sun May 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-15
423- update remove-old-kernels.lua
424  - add kernel-{pae,smp}-devel to remove list
425
426* Tue May 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-14
427- split out remove-old-kernels.lua from allow-duplicated.lua
428  - add exception/error handling
429  - remove Patch170
430
431* Sun May 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-13
432- add Patch170: remove kernel/kernel-devel older than current running
433                version. (by default) This feature can disable by apt
434                configuration file.
435- renumber patch130-patch1000
436
437* Thu May 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-12
438- add patch from upstream
439  - Patch22: Fix infinite loop in pkgAcquire::UriIterator
440
441* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-11
442- add patches from upstream git
443  - Patch17: add default constructor, required for aptitude 0.4.1
444  - Patch18: optimize redundant gettimeofday()
445  - Patch19: use --cachedir for gensrclist too
446  - Patch20: use find() instead of manual search for RPMHandler::HasFile()
447  - Patch21: apt-shell: quit from shell by Ctrl+D
448
449* Thu Mar 19 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.94a-10
450- bytecompile python module
451
452* Thu Mar 19 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.94a-9
453- enable building python-apt subpackage now
454
455* Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-8
456- add module-init-tools to rpmpriorities instead of modutils
457
458* Mon Feb 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-7
459- add kernel-pae* to system-duplicate-package.conf
460
461* Sun Feb 01 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-6
462- re-update Source10 (sources.list-0.5.15-vineseed) for sources.list separetion
463- add Requires: apt-sourceslist-main
464
465* Tue Jan 27 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-5
466- update Source10 (sources.list-0.5.15-vineseed) for sources.list separetion
467
468* Sun Aug 31 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-4
469- spec in UTF-8
470- update Source100 (ja.po) <BTS:VineLinux:626 & 636>
471- add japanese description for devel and python-apt sub packages
472
473* Wed Jul  2 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.94a-3
474- update Source30 (util-linux-ng instead of util-linux)
475
476* Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-2
477- add /etc/apt/sources.list.d
478- add /var/lib/apt, /var/lib/apt/lists
479- use BuildRequires instead of BuildPreReq
480- use Requires(post,postun,triggers) instead of PreReq
481
482* Sat May 10 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-1
483- new upstream release
484- update Patch900
485- remove %{_var}/state/apt from %%files list (no longer supported)
486- apply new versioning policy
487
488* Mon Sep 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.93-0vl2
489- update ja.po
490- add Patch900 to translate more messages
491- add Patch1000 to ignore rpm scriptlet failure in apt-get transaction
492
493* Sun Sep 14 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.93-0vl1
494- new upstream release
495
496* Sat Sep 13 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl15
497- rebuild with rpm-4.4.2.2
498
499* Tue Sep 02 2007 Takuya Kobayashi <ruby11@cocoa.ocn.ne.jp> 0.5.15lorg3.2-0vl14
500- add Japanese translation of man pages.
501  - add Source110
502- update Patch15
503  - close unclosed tags.
504- add Vendor: Project Vine
505
506* Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.2-0vl13
507- rebuilt with new toolchain and db-4.3.x
508
509* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl12
510- remove apt pin setting from /etc/apt/preferences
511
512* Thu Mar 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl11
513- rebuild for VineSeed
514
515* Thu Mar 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl10
516- fix bug in allow-duplicated.lua. ([vine-users:076523])
517  - select newest version of kernel on upgrade-mode.
518
519* Thu Jan 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl9
520- build for Vine Linux 4.1
521
522* Thu Oct 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl8.1
523- build for Vine Linux 4.0
524
525* Thu Oct 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl8
526- update ja.po
527- fix typo in descriptions
528
529* Thu Oct 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl7
530- add Patch700
531  apt-cdrom mounts cdrom device fstab entry.
532- add triggerun script to upgrade sources.list
533
534* Sun Oct 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl6.1
535- change sources.list for Vine Linux 4.0
536
537* Tue Sep 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl6
538- remove extras from sources.list
539
540* Fri Sep 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl5
541- add Patch600 to set "HOME=/root" on exec gpg.
542
543* Sat Aug 19 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.5.15lorg3.2-0vl4
544- add BuildPreReq: cvs (required to run autoreconf)
545- add BuildPreReq: libxml2-devel >= 2.6
546
547* Sun Aug 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl3
548- add BuildPreReq: docbook-utils
549
550* Tue Jul 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl2
551- add "^kernel-module" to system-duplicate-package.conf
552
553* Thu Jun 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl1
554- new upstream release
555- drop Patch600, merged in upstream.
556
557* Fri Jun 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.1-0vl2
558- add Patch600 to fix segv on installing new package.
559  (merged in upstream)
560
561* Tue May 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.1-0vl1
562- update to 0.5.15lorg3.1
563- drop Patch120,300,400, merged in upstream.
564- drop unneeded Patch14.
565
566* Fri May 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl3
567- drop kernel-upgrade.lua, use allow-duplicated.lua to upgrade kernels
568  (BTS:39)
569- fix line endings of apt-wrapper (convert CRLF to LF)
570  (BTS:38)
571
572* Fri May 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl2
573- update ja.po
574
575* Thu May 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl1
576- update to 0.5.15lorg3 final
577
578* Sun Apr 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.rc2.2
579- change scripts dir to %%{_datadir} instead of %{_libdir}
580  (BTS:37)
581
582* Wed Apr 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.rc2.1
583- update to 0.5.15lorg3-rc2
584- update mirror URLs in sources.list
585
586* Tue Apr 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.rc1.1
587- update to 0.5.15lorg3-rc1
588- change Group to Applications/Administration
589
590* Sat Apr 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.pre4.1
591- new upstream release
592  - upstream auther is changed from Mandriva(aka Conectiva)
593    to Panu Matilainen.
594  - add Url: http://laiskiainen.org/
595- TODO: We should check all patches whether it is still necessary.
596
597* Fri Mar 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl13
598- update rpmpriorities (replace dev by udev)
599
600* Mon Dec 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl12
601- remove version deps of vine-keyring
602
603* Mon Dec 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl11
604- Patch10-16: import MDK/ALT patches
605
606* Sat Dec 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl10
607- drop Patch14 to disable AutoRebuildDB
608  - rebuilddb should be executed by external rpm command, not internal librpm
609
610* Sat Dec 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl9
611- rebuild
612
613* Fri Dec 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl8
614- rebuild with rpm-4.4.2
615- update Patch14 to support rpm-4.4
616
617* Wed Aug 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl7
618- update kernel-upgrade.lua to upgrade installed kernel only.
619
620* Mon Jul 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp>  0.5.15.cnc.7-0vl6
621- add python-apt subpackage (disabled by default)
622
623* Tue Jun 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl5
624- add kernel26*, kernel-*devel as Allow-Duplicated (apt.conf)
625- update kernel-upgrade.lua to check kernel24 pacakge.
626
627* Wed Jun 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl4
628- update rpmpriorities (util-linux replaces mount)
629
630* Mon May 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl3
631- update ja.po to fix mistranslation.
632
633* Thu Apr 07 2005 KOBAYASHI Taizo <tkoba@vinelinux.org> 0.5.15.cnc.7-0vl2
634- fixed rebuilddb patch ([VineSeed:08550])
635  do rebuilddb after rpm upgrade
636
637* Thu Apr 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl1
638- new upstream release
639
640* Fri Feb 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl11
641- update rpmpriorities (coreutils releaces fileutils)
642
643* Sun Jan 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl10
644- fix kernel-upgrade.lua
645- update rpmpriorities
646
647* Sat Jan 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl9
648- add kernel-upgrade.lua to select and install suitable kernel.
649  - with this version, apt does not change lilo or grub settings.
650- do not Hold kernel-{doc,headers,source,pcmcia-cs}
651
652* Sat Jan 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl8
653- install {allow-duplicated,list-extras,list-nodeps}.conf to apt.conf.d
654- add Patch30 to disable hash progress bar in quiet mode.
655
656* Mon Aug 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl6
657- remove apt-files/apt-groupinstall which does not work with Vine Linux.
658
659* Mon Jul 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl5
660- build for Vine Linux 3.0
661  - use Vine Linux 3.0's apt-line
662
663* Mon Jun 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl4
664- remove unused vendor key from vendors.list
665
666* Mon Jun 21 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl3
667- update sources.list to use official apt line by default.
668
669* Wed Apr  7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl2
670- add Requires: vine-keyring >= 1.0 to verify apt repository's gpg signs.
671- add apt.conf.d/gpg-keyring.conf to read vine-keyring.
672
673* Tue Mar 23 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl1
674- new upstream release
675- add apt wrapper
676- install contrib lua scripts.
677
678* Wed Dec 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.5-0vl1
679- new upstream release
680
681* Thu Dec 04 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.4-0vl1
682- new upstream release
683- remove ja.po and Patch15 which are included in upstream now
684
685* Wed Nov 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.3-0vl1
686- new upstream release
687- update sources.list (remove old apt-line)
688
689* Thu Nov 13 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.2-0vl1
690- new upstream release
691- update ja.po
692
693* Thu Jun 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.6-0vl1
694- new upstream release
695
696* Sat Mar  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.4.1-0vl2
697- update ja.po
698
699* Sat Mar  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.4.1-0vl1
700- new upstream release 0.5.5cnc4.1
701  - new apt-shell command added
702- add Requires: readline >= 4.3 and BuildPreReq: readline >= 4.3
703
704* Tue Mar  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.3-0vl2
705- remove bogus comment from apt/preferences...
706
707* Tue Mar  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.3-0vl1
708- new upstream release 0.5.5cnc3
709- drop patch17
710- update patch10,patch12,patch15
711- update ja.po
712
713* Mon Dec 16 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl18
714- fixed typo
715- rebuild to fix dependancy
716
717* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl17
718- update ja.po to fix translations
719
720* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl16
721- update ja.po
722
723* Mon Nov 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl15
724- add BuildPreReq: db2-devel
725
726* Mon Nov 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl14
727- add Patch17 to disable allowduplicate for kernel.*.
728  kernel-{doc,headers,sources} is not duplicatable.
729  we use apt.conf to allow duplicate kernel package.
730
731* Mon Nov 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl13
732- add Patch0,1 from cnc package
733- renumber Vine patches.
734- update vendors.list
735
736* Fri Nov 22 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.4.cnc.9-0vl12
737- added Patch10 (archtable.patch) for athlon, powerpc/ppc
738
739* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl11
740- drop Patch6. apt not work with it...(FIXME)
741
742* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl10
743- add /etc/apt/apt.conf.d
744
745* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl9
746- add some missing files.
747- add Patch6 to make static libs.
748
749* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl8
750- add Patch4 to rebuilding rpmdb when rpm is upgraded.
751- add Patch5 to gettextize apt-cdrom.
752- update Patch0 to change some Distro name from Conectiva to Vine Linux
753- update ja.po
754
755* Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl7
756- update ja.po
757
758* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl6
759- update ja.po
760
761* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl5
762- add Patch3 to replace $(ARCH) in sources.list any time.
763
764* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl4
765- fixed typo in %%triggerun script
766
767* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl3
768- update ja.po
769
770* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl2
771- add patch2 to add ja to ALL_LINGUAS
772
773* Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl1
774- new upstream release
775- build on rpm-4.0.4
776
777* Sat Jul 13 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.1-1vl1
778- build for Vine Linux
779- new upstream release
780  * Fri May 10 2002 Gustavo Niemeyer <niemeyer@conectiva.com>
781  + apt-0.5.4cnc1-1cl
782  - New upstream release.
783
784* Sun Apr 14 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.19.cnc.55-3vl9
785- added static subpackage
786
787* Thu Mar 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl8
788- update sources.list
789
790* Tue Mar 12 2002 Toru Sagami <sagami@vinelinux.org> 0.3.19.cnc.55-3vl7
791- corrected Group
792
793* Sun Mar 10 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.19.cnc.55-3vl6
794- updated Patch110 (archtable: powerpc -> ppc, ppc -> ppc)
795
796* Thu Mar 07 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.19.cnc.55-3vl5
797- updated patch105 to allowdup kernel-mol and kernel22-mol
798  (but *-mol kernel package will be obsolete we hope...)
799
800* Thu Mar 07 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl4
801- change powerpc to ppc in archtable for $(ARCH)
802- hold kernel22 guys ( update patch105 )
803
804* Mon Feb 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl3
805- update sources.list for new aptdata
806- add hold information in apt.conf
807
808* Sun Feb 24 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl2
809- hold kernel24 guys ( update patch105 )
810
811* Sun Feb 10 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl1
812- new upstream version 0.3.19cnc55-3cl
813
814* Wed Jan 30 2002 Jun Nishii <jun@vinelinux.org> 0.3.19.cnc.53-2vl3
815- hold kernel related guys
816
817* Tue Jan 15 2002 Flavio Bruno Leitner <flavio@conectiva.com>
818+ apt-0.3.19cnc55-3cl
819- added nodeps.patch to fix the order of parameters passed to
820  rpm (closes: #4689, #4534)
821 
822* Wed Dec 12 2001 Flavio Bruno Leitner <flavio@conectiva.com>
823+ apt-0.3.19cnc55-2cl
824- Closes: #3950 (apt: falta internacionalizar algumas frases)
825  added new pt_BR.po reviewed by me
826   
827* Tue Dec 11 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
828+ apt-0.3.19cnc55-1cl
829- released version 0.3.19cnc55
830- removed config.cache from distribution
831- added --progress patch to gensrclist
832- added --flat option to gensrclist
833   
834* Fri Nov 30 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
835+ apt-0.3.19cnc54-1cl
836- released version 0.3.19cnc54
837- added RPM::IgnorePkgs option
838- added --progress option to most utilities
839        (Stelian Pop <stelian.pop@fr.alcove.com>)
840- added RPM::IgnoreRpmlibDeps
841
842* Sun Nov 25 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.53-2vl2
843- update ja.po
844- added apt-rpmmessage.patch to change message "Executing RPM(0)"
845  to "Executing RPM(-Uv)"
846
847* Fri Nov 23 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.53-2vl1
848- merged with new upstream version 0.3.19cnc53-2cl
849- update ja.po
850
851* Mon Nov 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
852+ apt-0.3.19cnc53-2cl
853- fixed bug in mirror patch
854
855* Mon Nov 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
856+ apt-0.3.19cnc53-1cl
857- released version 0.3.19cnc53
858- added kernel-tape to default AllowedDupPkgs
859- cleaned up gen{pkg,src}list (Alexander Bokovoy <ab@avilink.net>)
860- fixed crash bug in genpkglist
861- added patch to fix bug in genbasedir with empty dirs
862  (Stelian Pop <stelian.pop@fr.alcove.com>)
863- configure.in patch to detect rpmdb (Stelian Pop <stelian.pop@fr.alcove.com>)
864-       * Skips correctly over empty package directories
865-       * Adds the --bz2only argument which makes genbasedir
866-       to generate only the .bz2 compressed versions of pkglist
867-       and srclist (space gain...)
868-       * Doesn't change the timestamps on pkglists/srclists if
869-       the contents are not modified (making possible for example
870-       to make several consecutive runs of genbasedir without
871-       having the apt clients download the indexes again and again).
872-       * Some minor cleanups (remove the temporary files in /tmp
873-       at the end of the script etc).
874- (Stelian Pop <stelian.pop@fr.alcove.com>)
875- cleanup patch for gensrclist (Stelian Pop <stelian.pop@fr.alcove.com>)
876- fixed multi-arch pkg handling (Stelian Pop <stelian.pop@fr.alcove.com>)
877- added -K (RPM::Check-Signatures) option to verify rpm sigs
878- updated russian translation (Alexander Bokovoy <ab@avilink.net>)
879- updated i18n (Dmitry Levin <ldv@alt-linux.org>)
880- replaced Apt::GPG::Pubring with Apt::GPG::PubringPath
881  also uses --homedir instead of --keyring in gpg (Ivan Zakharyashev)
882- patch to detect replaced (instead of just removed) packages
883  Dmitry Levin <ldv@alt-linux.org>
884- updated mirrors patch
885   
886* Fri Oct 19 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
887+ apt-0.3.19cnc52-5cl
888- Fixed mirrors infinite loop bug (closes: #4420).
889   
890* Sat Sep  8 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-4vl2
891- add apt-genpkglist.patch to add pkgInitialize().
892  FindDir in genpkglist does not work, because there is no pkgInitialize().
893
894* Thu Sep  6 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-4vl1
895- Merged with apt-0.3.19cnc52-4cl
896- add apt-rpmpriorities.vine.patch.
897
898* Wed Sep  5 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-3vl2
899- FIXME: copy config.h.in from apt-0.3.19cnc50
900         new config.h.in does not work with Vine Linux.
901
902* Sat Aug 11 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-3vl1
903- Merged with apt-0.3.19cnc52-3cl
904
905* Thu Aug 09 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
906+ apt-0.3.19cnc52-3cl
907- Updated mirrors patch.
908
909* Tue Aug 07 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
910+ apt-0.3.19cnc52-2cl
911- Added mirrors patch.
912
913* Wed Aug 01 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
914+ apt-0.3.19cnc52-1cl
915- released version 0.3.19cnc52
916- fixed compile problem with gcc 2.96.x
917- fixed bug in file method with authentication enabled
918  (Alexander Bokovoy <ab@avilink.net>)
919- added RPM::RemoveOptions and RPM::UpgradeOptions
920- Included patch to add s390 to arch table.
921
922* Thu Jul 12 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
923+ apt-0.3.19cnc51-1cl
924- released version 0.3.19cnc51
925- included many portability (Solaris) fixes from
926  AUSTIN MURPHY <amurphy@nbcs.rutgers.edu>
927- make packages with same version and diff deps be ignored (closes: 1628)
928
929* Tue Jul  3 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.50-1vl2
930- added Patch200 for playstation2
931
932* Tue Jul  3 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.50-1vl1
933- merged with 0.3.19cnc50-1cl
934
935* Thu Jun 28 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.49-1vl1
936- merged with 0.3.19cnc49-1cl
937- added Patch106 to extend error message length (S[400] -> S[1024]).
938
939* Thu Jun 28 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
940- 0.3.19.cnc.48-1vl2
941- added Patch105 to allow kernel24{,-smp,-BOOT} to include AllowedDupPkgs
942- modified Source1 (apt.conf) for the same reason
943
944* Wed Jun 27 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
945+ apt-0.3.19cnc49-1cl
946- released version 0.3.19cnc49
947- added workaround for kernel installations that require upgrde on mkinitrd
948  (closes: #3889)
949 
950* Wed Jun 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.48-1vl1
951- merged with 0.3.19cnc48-1cl
952
953* Mon Jun 25 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
954+ apt-0.3.19cnc48-1cl
955- released version 0.3.19cnc48
956- added RPM::AutoRebuildDB (enabled by default)
957- added fetch status to CDROM method
958- released (closes: #3905)
959
960* Sun Jun 24 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.47-1vl2
961- updated ja.po
962
963* Sun Jun 24 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.47-1vl1
964- merged with 0.3.19cnc47-1cl
965- fixed bug in HoldPkgs
966
967* Fri Jun 22 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
968+ apt-0.3.19cnc47-1cl
969- released version 0.3.19cnc47
970- fixed bug in RPM::HoldPkgs (closes: #3838)
971- removed debug msg
972
973* Tue Jun 19 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
974+ apt-0.3.19cnc46-1cl
975- released version 0.3.19cnc46
976- changed apt.conf to include RPM::AllowDupPkgs, RPM::HoldPkgs (closes: #3433)
977- added Acquire::cdrom::copy, which will fetch all pkgs before installing (closes: #1024)
978- added delay before file fetch retry (closes: #1294)
979- fixed architecture selection (closes: #3606)
980- iterating over Packages instead of Names to figure package count
981
982* Sat Jun 16 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.45-1vl3
983- add kernel-BOOT to AllowDupPkgs list.
984
985* Sat Jun 16 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.45-1vl1
986- merged with 0.3.19cnc45-1cl
987
988* Wed Jun 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
989+ apt-0.3.19cnc45-1cl
990- released version 0.3.19cnc45
991- fixed bug with progress update (closes: #2915)
992
993* Mon Jun 11 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
994+ apt-0.3.19cnc44-1cl
995- released version 0.3.19cnc44
996- removed %config from method drivers
997- replaced option RPM::AllowedDupPackages with RPM::AllowedDupPkgs
998- added option RPM::HoldPkgs (closes: #3462)
999
1000* Sat Jun 1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.43-2vl2
1001- updated ja.po.
1002
1003* Sat Jun 1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.43-2vl1
1004- merged with 0.3.19cnc43-2cl
1005
1006* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl7
1007- fixed some translations in ja.po.
1008
1009* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl6
1010- fixed sources.list/vendor.list
1011
1012* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl5
1013- splited vine specific part from gettext patch.
1014
1015* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl4
1016- updated ja.po.
1017
1018* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl3
1019- updated gettext patch.
1020
1021* Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl2
1022- vine gettext patch is comes back.
1023
1024* Sun May 20 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl1
1025- merge to upstream version 0.3.19cnc38-2cl
1026
1027* Fri May 18 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br>
1028+ apt-0.3.19cnc43-2cl
1029- New patch4. Closes: #3523 (apt-cdrom doesn't umount CD)
1030
1031* Fri May 18 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1032+ apt-0.3.19cnc43-1cl
1033- fixed bug with record offsets (shows bad pkg description under rpm4)
1034- fixed bug with apt-get source (closes: #3047)
1035
1036* Thu May 17 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1037+ apt-0.3.19cnc42-1cl
1038- released version 0.3.19cnc42
1039- merged all src patches into main src tree
1040- fixed stupid bug on rpminit header...
1041- extended Acquire::Retries to all file type acquirations (closes: #1617)
1042
1043* Mon May 14 2001 Claudio Matsuoka <claudio@conectiva.com>
1044+ apt-0.3.19cnc41-8cl
1045- added Ivan Zakharyaschev's line break patch (closes: #1616)
1046
1047* Wed May  9 2001 Claudio Matsuoka <claudio@conectiva.com>
1048+ apt-0.3.19cnc41-7cl
1049- adjusting rpmpriorities to reflect changes in conectiva's package base
1050  (glibc-base is marked as essential replacing glibc, elvis-tiny marked
1051  as essential, info and glib not marked as essential, etc.) (closes:
1052  #3115, #3117)
1053
1054* Fri May  4 2001 Claudio Matsuoka <claudio@conectiva.com>
1055+ apt-0.3.19cnc41-6cl
1056- spec cleanup: removing static components from buildrequires
1057
1058* Fri May  4 2001 Claudio Matsuoka <claudio@conectiva.com>
1059+ apt-0.3.19cnc41-5cl
1060- removing static link kludge added in 3cl, a better solution is in the works.
1061
1062* Fri Apr 27 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
1063+ apt-0.3.19cnc41-4cl
1064- Fixed NextRecord() and GetRecord() (Closes: #2915).
1065
1066* Thu Apr 26 2001 Claudio Matsuoka <claudio@conectiva.com>
1067+ apt-0.3.19cnc41-3cl
1068- statically linking rpmlib and friends to avoid lossage with glibc
1069  upgrade from conectiva 6.0 to snapshot
1070
1071* Sun Apr 15 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
1072+ apt-0.3.19cnc41-2cl
1073- Added patch for ia64.
1074
1075* Thu Mar 29 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1076+ apt-0.3.19cnc41-1cl
1077- released version 0.3.19cnc41
1078- auto rebuild rpmdb when rpm is upgraded
1079
1080* Tue Mar 27 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1081+ apt-0.3.19cnc40-1cl
1082- released version 0.3.19cnc40
1083- custom OrderInstall() (ignores all deb specific ordering/debconf stuff)
1084
1085* Fri Mar 23 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1086+ apt-0.3.19cnc39-1cl
1087- released version 0.3.19cnc39
1088- fixes problem with different rpmdb versions
1089
1090* Thu Mar 22 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1091+ apt-0.3.19cnc38-2cl
1092- autotester workaround...
1093
1094* Thu Mar 22 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1095+ apt-0.3.19cnc38-1cl
1096- released version 0.3.19cnc38
1097- fixed epoch display on apt-cache
1098- added user specified public keyring option for gpg
1099- added italian po file
1100- fixed bug on dependency resolution for virtual packages with mult.providers
1101
1102* Tue Feb 20 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1103+ apt-0.3.19cnc37-1cl
1104- released version 0.3.19cnc37
1105- noreplace put back for sources.list (closes: #1548)
1106- recompiled (closes: #1559)
1107- fixed dist-upgrade bogus msg (closes: #1254)
1108- fixed no_proxy handling
1109
1110* Sat Feb 17 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1111+ apt-0.3.19cnc36-1cl
1112- released version 0.3.19cnc36
1113- fixed problem with arch selection (I swear it works now!)
1114- fixed bug with rpm4
1115
1116* Wed Feb 14 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1117- released version 0.3.19cnc35
1118- fixed problem with case sensitiveness
1119- fixed rpmpriority interpretation
1120
1121* Wed Feb 14 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1122- released version 0.3.19cnc34
1123- rpm4 fix?
1124
1125* Wed Jan 24 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1126- released version 0.3.19cnc33
1127- added new gui hookz
1128
1129* Mon Jan 22 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1130- 0.3.19.cnc.27-6vl19
1131- Oops ring ftp dir was /pub/linux/..., not /pub/Linux/ :-(
1132- fixed Source100 (rpm-source should be rpm-src)
1133
1134* Sat Jan 20 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1135- released version 0.3.19cnc32
1136- fixed arch selection code
1137- fixed priority and section info in internal package structs
1138
1139* Fri Jan 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1140- 0.3.19.cnc.27-6vl18
1141- auto-generate sources.list using Source100 (thanks shom-san)
1142
1143* Fri Jan 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1144- 0.3.19.cnc.27-6vl17
1145- add VinePlus/2.1 entries
1146
1147* Fri Jan 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1148- 0.3.19.cnc.27-6vl16 (vl15 preserved for Vine-2.1.x ?)
1149- install arch-specific sources.list
1150
1151* Tue Jan 16 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1152- unbroke potfiles
1153
1154* Mon Jan 15 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1155- released version 0.3.19cnc31
1156
1157* Mon Jan 15 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1158- released version 0.3.19cnc30
1159
1160* Sat Jan 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1161- released version 0.3.19cnc29
1162
1163* Thu Jan 04 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
1164- released version 0.3.19cnc28
1165- added gnupg dependency
1166
1167* Sun Dec 17 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl14
1168- remove noreplace tag from sources.list
1169
1170* Sat Dec 16 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl13
1171- update gettext patch
1172- update ja.po
1173
1174* Wed Dec 13 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl12
1175- update gettext patch
1176- update ja.po
1177
1178* Tue Dec 12 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl11
1179- update gettext patch  from Debianguru
1180- update ja.po
1181
1182* Tue Dec 12 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl10
1183- update gettext patch
1184- update ja.po
1185
1186* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl9
1187- update ja.po (almost translated)
1188
1189* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl8
1190- update ja.po
1191
1192* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl7
1193- update gettext patch
1194- update ja.po
1195
1196* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl6
1197- add gettext patch
1198- update ja.po
1199
1200* Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl3
1201- update ja.po
1202
1203* Sat Dec 09 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl2
1204- rebuild on gcc-2.95.3
1205
1206* Sat Dec 09 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl1
1207- updated to 0.3.19cnc27-6cl
1208
1209* Thu Dec 07 2000 Andreas Hasenack <andreas@conectiva.com>
1210- damn! Wrong URL in sources.list, atualizacoes.conectiva.com
1211  doesn't exist, of course...
1212
1213* Thu Dec 07 2000 Andreas Hasenack <andreas@conectiva.com>
1214- updated sources.list with new mirrors and new download tree
1215- removed (noreplace) for the sources.list file for this
1216  upgrade. It will be easier for the user. The (noreplace)
1217  should be back in place after this update as we expect no
1218  further big modifications for that file, only new mirrors.
1219
1220* Wed Dec 06 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-0vl1
1221- updated to 0.3.19.cnc.27
1222
1223* Wed Dec 06 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1224- fixed prob in vendors.list
1225
1226* Tue Dec 05 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1227- released version 0.3.19cnc27
1228
1229* Wed Nov 08 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1230- released version 0.3.19cnc26
1231
1232* Tue Nov 07 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
1233- added ad-hoc patch for gcc-2.95.x
1234
1235* Mon Nov 06 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1236- released version 0.3.19cnc25
1237
1238* Sun Nov  5 2000 Kazuhisa TAKEI <takei@vinelinux.org>
1239- modify for Vine Linux
1240
1241* Thu Nov 02 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1242- released version 0.3.19cnc24
1243
1244* Thu Nov 02 2000 Rud<E1> Moura <ruda@conectiva.com>
1245- updated source.list (again)
1246
1247* Thu Nov 02 2000 Rud<E1> Moura <ruda@conectiva.com>
1248- updated source.list
1249
1250* Wed Nov 01 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1251- released version 0.3.19cnc23
1252- added cache directories for gen{pkg,src}list
1253- pt_BR manpages
1254
1255* Tue Oct 31 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1256- released version 0.3.19cnc22
1257- Requires -> PreReq in apt-devel
1258
1259* Mon Oct 30 2000 Alfredo Kojima <kojima@conectiva.com>
1260- collapsed libapt-pkg-devel and -doc to apt-devel
1261
1262* Mon Oct 30 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1263- released version 0.3.19cnc21
1264
1265* Sun Oct 29 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1266- released version 0.3.19cnc20
1267
1268* Sun Oct 29 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1269- released version 0.3.19cnc19
1270- added gensrclist
1271- support for apt-get source
1272
1273* Fri Oct 27 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1274- released version 0.3.19cnc18
1275
1276* Thu Oct 26 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1277- released version 0.3.19cnc17
1278- new manpages
1279
1280* Wed Oct 25 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1281- released version 0.3.19cnc16
1282
1283* Sun Oct 22 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1284- released version 0.3.19cnc15
1285
1286* Sat Oct 21 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
1287- released version 0.3.19cnc14
1288
1289* Thu Oct 19 2000 Claudio Matsuoka <claudio@conectiva.com>
1290- new upstream release: 0.3.9cnc13
1291
1292* Tue Oct 17 2000 Eliphas Levy Theodoro <eliphas@conectiva.com>
1293- added rpmpriorities to filelist and install
1294
1295* Tue Oct 17 2000 Claudio Matsuoka <claudio@conectiva.com>
1296- updated to 0.3.19cnc12
1297- fresh CVS snapshot including: support to Acquire::ComprExtension,
1298  debug messages removed, fixed apt-cdrom, RPM DB path, rpmlib call
1299  in pkgRpmLock::Close(), package priority kludge removed, i18n
1300  improvements, and genbasedir/genpkglist updates.
1301- handling language setting in genpkglist to make aptitude happy
1302
1303* Wed Oct 11 2000 Alfredo K. Kojima <kojima@conectiva.com>
1304- released version 0.3.19cnc11
1305- fixed problem with shard lib symlinks
1306
1307* Tue Oct 10 2000 Alfredo K. Kojima <kojima@conectiva.com>
1308- released version 0.3.19cnc10
1309
1310* Mon Oct  2 2000 Claudio Matsuoka <claudio@conectiva.com>
1311- fixed brown paper bag bug with method permissions
1312- added parameter --sign to genbasedir
1313- added html/text doc files
1314
1315* Sat Sep 30 2000 Claudio Matsuoka <claudio@conectiva.com>
1316- bumped to 0.3.19cnc9
1317- added vendors.list
1318- added gpg method
1319- fixed minor stuff to make Aptitude work
1320- added missing manpages
1321- fixed shared libs
1322- split in apt, libapt-pkg, libapt-pkg-devel, libapt-pkg-doc
1323- rewrote genbasedir in shell script (original was in TCL)
1324- misc cosmetic changes
1325
1326* Tue Sep 26 2000 Alfredo K. Kojima <kojima@conectiva.com>
1327- released version 0.3.19cnc8
1328
1329* Wed Sep 20 2000 Alfredo K. Kojima <kojima@conectiva.com>
1330- released version 0.3.19cnc7
1331
1332* Mon Sep 18 2000 Alfredo K. Kojima <kojima@conectiva.com>
1333- released version 0.3.19cnc6
1334
1335* Sat Sep 16 2000 Alfredo K. Kojima <kojima@conectiva.com>
1336- released version 0.3.19cnc5
1337
1338* Fri Sep 15 2000 Alfredo K. Kojima <kojima@conectiva.com>
1339- released version 0.3.19cnc4
1340
1341* Mon Sep 12 2000 Alfredo K. Kojima <kojima@conectiva.com>
1342- released version 0.3.19cnc3
1343
1344* Mon Sep 5 2000 Alfredo K. Kojima <kojima@conectiva.com>
1345- renamed package to apt, with version 0.3.19cncV
1346
1347* Mon Sep 5 2000 Alfredo K. Kojima <kojima@conectiva.com>
1348- 0.10
1349- added genpkglist and rapt-config
1350- program names changed back to apt-*
1351
1352* Mon Sep 4 2000 Alfredo K. Kojima <kojima@conectiva.com>
1353- 0.9
1354
1355* Mon Sep 4 2000 Alfredo K. Kojima <kojima@conectiva.com>
1356- 0.8
1357
1358* Mon Sep 4 2000 Alfredo K. Kojima <kojima@conectiva.com>
1359- 0.7
1360
1361* Fri Sep 1 2000 Alfredo K. Kojima <kojima@conectiva.com>
1362- fixed typo in sources.list
1363
1364* Tue Aug 31 2000 Alfredo K. Kojima <kojima@conectiva.com>
1365- version 0.6
1366
1367* Tue Aug 31 2000 Alfredo K. Kojima <kojima@conectiva.com>
1368- version 0.5
1369
1370* Tue Aug 31 2000 Alfredo K. Kojima <kojima@conectiva.com>
1371- version 0.4
1372
1373* Wed Aug 30 2000 Alfredo K. Kojima <kojima@conectiva.com>
1374- version 0.3
1375
1376* Thu Aug 28 2000 Alfredo K. Kojima <kojima@conectiva.com>
1377- second try. new release with direct hdlist handling
1378
1379* Thu Aug 10 2000 Alfredo K. Kojima <kojima@conectiva.com>
1380- initial package creation. Yeah, it's totally broken for sure.
1381
Note: See TracBrowser for help on using the repository browser.