apt-vl.spec 48 KB

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