apt-vl.spec 49 KB

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