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

Revision 7495, 48.6 KB checked in by daisuke, 11 years ago (diff)

apt: update ja.po

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