apt-vl.spec 52 KB

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