apt-vl.spec 50 KB

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