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

Revision 4078, 47.4 KB checked in by daisuke, 13 years ago (diff)

add revert patch to fix genpkglist

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