apt-vl.spec 48 KB

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