apt-vl.spec 47 KB

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