apt-vl.spec 47 KB

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