apt-vl.spec 49 KB

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