synaptic-vl.spec 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. Name: synaptic
  2. Version: 0.57.2
  3. Release: 22%{?_dist_release}
  4. Summary: GTK based graphical front-end for APT
  5. Summary(ja): GTK ベースの APT グラフィカルフロントエンド
  6. Group: Applications/Administration
  7. License: GPL
  8. Source0: %{name}-%{version}.tar.gz
  9. Source10: synaptic-0.57.2-ja.po
  10. Source20: synaptic-dummy-grouplist.txt
  11. Source30: package-supported.png
  12. Patch1: synaptic-0.57.2-gcc41.patch
  13. Patch2: synaptic-0.57.2-repomd-1.patch
  14. Patch3: synaptic-0.57.2-showprog.patch
  15. Patch4: synaptic-0.57.2-progressapi-hack.patch
  16. Patch5: synaptic-0.57.2-gcc43.patch
  17. Patch6: synaptic-0.57.2-gcc44.patch
  18. Patch7: synaptic-0.57.2-gcc45.patch
  19. Patch10: synaptic-0.56-desktopfile.patch
  20. Patch11: synaptic-0.57.2-no-utf8-help.patch
  21. Patch13: synaptic-0.57.2-apt-cdrom.patch
  22. Patch14: synaptic-0.57.2-prefer-normal-upgrade.patch
  23. Patch15: synaptic-0.57.2-default-size.patch
  24. Patch16: synaptic-0.57.2-firefox.patch
  25. Patch20: synaptic-dummy-grouplist.patch
  26. Patch21: synaptic-0.57.2-convert-eucjp-to-utf8.patch
  27. Patch22: synaptic-0.57.2-fix-memory-corruption.patch
  28. Patch23: synaptic-0.57.2-fix-assertion-failure.patch
  29. Patch24: synaptic-0.57.2-no-skip-taskbar.patch
  30. Patch25: synaptic-0.57.2-add-default-filters.patch
  31. Patch26: synaptic-0.57.2-fix-repository-updown.patch
  32. Patch27: synaptic-0.57.2-fix-crash-on-font-change.patch
  33. Patch28: synaptic-0.57.2-fix-reinstall.patch
  34. Patch29: synaptic-0.57.2-fix-crash-in-lock-package.patch
  35. Patch100: synaptic-0.57.2-build-with-rpm-4.9.patch
  36. Requires: apt >= 0.5.15lorg3.93-0vl1
  37. Requires: usermode >= 1.69
  38. BuildRequires: bzip2-devel, zlib-devel
  39. BuildRequires: rpm-devel >= 4.8
  40. BuildRequires: apt-devel >= 0.5.15lorg3.95
  41. BuildRequires: gtk2-devel >= 2.4.0
  42. BuildRequires: libglade2-devel >= 2.0.1
  43. BuildRequires: vte-devel >= 0.11.10
  44. BuildRequires: xmlto
  45. BuildRequires: scrollkeeper
  46. BuildRequires: perl-XML-Parser
  47. BuildRequires: desktop-file-utils
  48. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  49. Vendor: Project Vine
  50. Distribution: Vine Linux
  51. Packager: daisuke
  52. %description
  53. Synaptic is a graphical front-end for APT (Advanced Package Tool). This
  54. version is written with the Gtk toolkit.
  55. Instead of using trees to display packages, Synaptic is heavily based on a
  56. powerful package filtering system. That greatly simplifies the interface
  57. while giving a lot more flexibility to browse through very long package
  58. lists.
  59. %description -l ja
  60. Synaptic は APT(Advanced Package Tool) の Gtk+ ベースのグラフィカル
  61. フロントエンドです。Synaptic はパッケージを単純にツリー表示するのでは
  62. なく、強力なパッケージフィルタリングシステムを用いてパッケージを表示
  63. しています。
  64. %prep
  65. %setup -q
  66. %patch1 -p1
  67. %patch2 -p1
  68. %patch3 -p1
  69. %patch4 -p1
  70. %patch5 -p1
  71. %patch6 -p1
  72. %patch7 -p1
  73. %patch10 -p1
  74. %patch11 -p1
  75. #%patch12 -p1
  76. %patch13 -p1
  77. %patch14 -p1
  78. %patch15 -p1
  79. %patch16 -p1
  80. %patch20 -p1
  81. %patch21 -p1
  82. %patch22 -p1
  83. %patch23 -p1
  84. %patch24 -p1
  85. %patch25 -p1
  86. %patch26 -p1
  87. %patch27 -p1
  88. %patch28 -p1
  89. %patch29 -p1
  90. %if "%{_dist_release}" >= "vl7"
  91. %patch100 -p1
  92. %endif
  93. cp -f po/ja.po po/ja.po.orig
  94. cp -f %{SOURCE10} po/ja.po
  95. cp -f %{SOURCE20} .
  96. cp -f %{SOURCE30} pixmaps/
  97. %build
  98. libtoolize --force --copy
  99. autoconf
  100. %configure --with-pkg-hold --with-vte --enable-scripts=yes --disable-dependency-tracking
  101. make -C po update-po
  102. make %{?_smp_mflags}
  103. %install
  104. rm -fr %{buildroot}
  105. %makeinstall
  106. # usermode setting
  107. mkdir -p %{buildroot}%{_bindir}
  108. mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
  109. mkdir -p %{buildroot}%{_sysconfdir}/pam.d
  110. ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/synaptic
  111. cat << EOF > %{buildroot}%{_sysconfdir}/security/console.apps/synaptic
  112. . config-util
  113. PROGRAM=%{_sbindir}/synaptic
  114. SESSION=true
  115. EOF
  116. cat << EOF > %{buildroot}%{_sysconfdir}/pam.d/synaptic
  117. #%PAM-1.0
  118. auth include config-util
  119. account include config-util
  120. session include config-util
  121. EOF
  122. desktop-file-install --vendor=synaptic \
  123. --delete-original \
  124. --dir %{buildroot}%{_datadir}/applications \
  125. --remove-key MultipleArgs \
  126. --add-category Application \
  127. --add-category System \
  128. --add-category Settings \
  129. %{buildroot}%{_datadir}/applications/%{name}.desktop
  130. # install japanese manpage
  131. mkdir -p %{buildroot}%{_mandir}/ja/man8/
  132. install man/synaptic.ja.8 %{buildroot}%{_mandir}/ja/man8/synaptic.8
  133. # fixed uri of manual.
  134. sed -i 's@file://usr@file:///usr@' %{buildroot}%{_datadir}/omf/synaptic/*.omf
  135. # remove uninstalled files
  136. rm -rf %{buildroot}/%{_localstatedir}/scrollkeeper
  137. rm -rf %{buildroot}/%{_sysconfdir}/X11
  138. rm -rf %{buildroot}/%{_datadir}/applications/%{name}-kde.desktop
  139. %clean
  140. rm -rf %{buildroot}
  141. %files
  142. %defattr(-,root,root)
  143. %doc COPYING* README* TODO
  144. %attr(755,root,root) %{_sbindir}/synaptic
  145. %attr(755,root,root) %{_bindir}/synaptic
  146. %{_sysconfdir}/security/console.apps/synaptic
  147. %{_sysconfdir}/pam.d/synaptic
  148. %{_datadir}/locale/*/LC_MESSAGES/%{name}.mo
  149. %{_datadir}/%{name}
  150. %{_datadir}/applications/%{name}.desktop
  151. %{_datadir}/pixmaps/%{name}.png
  152. %{_datadir}/omf/synaptic/*.omf
  153. %{_datadir}/gnome/help/synaptic
  154. %{_mandir}/man8/*
  155. %{_mandir}/ja/man8/*
  156. %changelog
  157. * Fri Jul 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.57.2-22
  158. - rebuilt with new toolchain.
  159. * Sun Oct 14 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-21
  160. - add patch29 to fix crash in "Lock package"
  161. * Mon Sep 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-20
  162. - rebuild with rpm-4.10.0
  163. * Wed Jan 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.57.2-19
  164. - fix Patch100
  165. * Wed Jan 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.57.2-18
  166. - add Patch100 (synaptic-0.57.2-build-with-rpm-4.9.patch) (fix <BTS:1244>)
  167. * Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-17
  168. - rebuild with rpm-4.9.1.2
  169. * Wed Jun 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-16
  170. - use config-util for pam/usermode settings
  171. * Mon May 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-15
  172. - rebuild with apt-0.5.15lorg3.95-10.git522
  173. * Mon Apr 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.57.2-14
  174. - update Source10 and Source20.
  175. * Wed Apr 13 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.57.2-13
  176. - fixed uri of manual.
  177. * Thu Jan 27 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.57.2-12
  178. - add Patch28: fix reinstall error (<BTS:VineLinux:356>)
  179. - add BuildRequires: desktop-file-utils
  180. * Fri Feb 5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.57.2-11
  181. - rebuilt with rpm-4.8.0-3 (on ppc)
  182. * Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-10
  183. - rebuild with rpm-4.8.0
  184. * Fri Aug 21 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.57.2-9
  185. - add %Patch26: fix segfault when changing repository order
  186. <BTS:VineLinux:0645>
  187. - add %Patch27: fix crash when changing fonts <BTS:VineLinux:0751>
  188. * Sun Aug 09 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.57.2-8
  189. - add %Patch25: add custom filter for multiple verision package
  190. - update Source10: add translation in ja.po
  191. - update Patch24: not to skip multiple version warning dialog
  192. * Sat Jul 11 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.57.2-7
  193. - add Patch24: don't skip taskbar when main window is hidden
  194. * Mon Jun 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-6
  195. - add Patch23: fix assertion failure on gtk_widget_hide
  196. * Sun Jun 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-5
  197. - add Patch21: fix memory corruption bug.
  198. - add Patch22: convert EUC text to UTF-8
  199. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-4
  200. - update ja.po
  201. - don't apply patch12
  202. * Tue Jul 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-3
  203. - update pam.d/synaptic for pam-1.0
  204. * Fri May 16 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.57.2-2
  205. - add BuildRequires perl-XML-Parser
  206. * Sat May 10 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.57.2-1
  207. - apply new versioning policy
  208. - rebuild with apt-0.5.15lorg3.94a
  209. * Wed Nov 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-0vl18
  210. - add "Applications/Accessories" and "Restricted Software" to grouplist
  211. - update ja.po
  212. * Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-0vl17
  213. - add Patch2,3,4 to support apt-0.5.15lorg3.93
  214. - renumber Patch16 to Patch1
  215. - add Patch16 to use firefox instead of mozilla
  216. * Sun Oct 14 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-0vl16
  217. - rebuild with apt-0.5.15lorg3.93
  218. * Sun Oct 14 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-0vl15
  219. - rebuild with rpm-4.4.2.2
  220. * Thu May 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-0vl14
  221. - rebuild with new environment
  222. - add patch16 to build with gcc4
  223. - add SOURCE30 to use vine icon for package-supported.png
  224. * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-0vl13
  225. - rebuild with vte-0.16
  226. * Sun Nov 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-0vl12
  227. - add Patch15 to modify default windows size and treeview font size
  228. * Sun Nov 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-0vl11
  229. - add Patch14 to change default upgrade method to normal upgrade
  230. instead of dist-upgrade.
  231. * Thu Nov 02 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.57.2-0vl10
  232. - update required-version of apt (>= 0.5.15lorg3.2-0vl7)
  233. - comes from libapt-pkg(MountCdrom) API change
  234. * Fri Oct 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-0vl9
  235. - add Patch13 for libapt-pkg(MountCdrom) API change.
  236. * Tue Sep 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-0vl8
  237. - add Patch12 to fix broken summary and descriptions on UTF-8 locale.
  238. - convert rpm summaries and descriptions to UTF-8 from EUC-JP.
  239. * Wed Aug 23 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.57.2-0vl7
  240. - add BuildRequires: scrollkeeper
  241. * Sun May 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.57.2-0vl6
  242. - rebuilt with apt-0.5.15org3.1
  243. * Sun May 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-0vl5
  244. - add Patch11 to use locale to show help messages instead of utf-8.
  245. * Tue Apr 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-0vl4
  246. - rebuild with new apt
  247. - change Group to Applications/Administration
  248. * Sat Feb 11 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.57.2-0vl3
  249. - update ja.po from [VineSeed:10523] etc...
  250. * Sat Feb 11 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.57.2-0vl2
  251. - update ja.po
  252. * Fri Dec 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.57.2-0vl1
  253. - new upstream release
  254. - update ja.po
  255. - build with rpm-4.4
  256. * Sun May 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.56-0vl1
  257. - new upstream release
  258. * Thu Apr 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.56-0vl0
  259. - new upstream version (0.56beta)
  260. * Thu Nov 04 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.55.1-0vl1
  261. - new upstream release
  262. * Tue Nov 02 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.55-0vl1
  263. - new upstream release
  264. - update ja.po
  265. * Mon Nov 01 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.53.4-0vl1
  266. - new upstream release
  267. - update ja.po
  268. * Sun Aug 15 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.53-0vl1
  269. - new upstream release
  270. - update ja.po
  271. * Tue Jul 06 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.52-0vl1
  272. - new upstream release
  273. * Fri Jun 25 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.51-0vl3
  274. - do not run automake/autoconf in %%build
  275. * Fri Jun 25 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.51-0vl2
  276. - add japanese man page.
  277. * Wed Jun 23 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.51-0vl1
  278. - new upstream release
  279. * Tue Jun 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.50-0vl2
  280. - more update ja.po
  281. * Tue Jun 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.50-0vl1
  282. - new upstream release
  283. - update ja.po (merged cvs head)
  284. - add patch10 to fix 'filter' on non-UTF8 locale (merged in cvs head)
  285. * Sat Apr 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.48.2-0vl1
  286. - new upstream release
  287. - remove obsolete ja.po that is included in upstream
  288. * Sat Mar 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.48.1-0vl1
  289. - new upstream release
  290. - update ja.po
  291. - add BuildRequires: xmlto to build manuals.
  292. * Sat Feb 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.48-0vl0.2
  293. - new upstream test release
  294. - fix desktopfile to use usermode instead of gksu.
  295. * Thu Dec 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-0vl1
  296. - new upstream release
  297. - Fixed many i18n issues (thanks to Ales Kapica and Jean-Michel Poure)
  298. - New Czech, Arabic translation
  299. - Updated Polish,Spanish,French,Japanese,Chinese,German translation
  300. - Minor documentation updates
  301. - Reworked the context menu for packages
  302. - Some ui improvements in the common tab
  303. - Use units according to the SI spec now
  304. - New summary window
  305. - A lot of minor bug and typo fixes
  306. * Tue Nov 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-0vl0
  307. - new upstream pre release
  308. * Tue Nov 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.46-0vl1
  309. - new upstream release
  310. - font selection added for default interface font and terminal
  311. - better support for translated descriptions (thanks johnnybgate)
  312. - dist-upgrade is gone from the menu, the user is asked what kind of
  313. upgrade he wants now
  314. - toolbar has a new style (text beside buttons) now
  315. - real docbook help added (yeah! thanks SEBASTIAN)
  316. - "hold" button gone from the gui, moved to menü
  317. - sections can translated and a more descriptive description is used
  318. - rpm-src-dir support added (thanks to Panu Matilainen)
  319. * Sun Oct 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.45-0vl1
  320. - fixed kanji code in spec file..
  321. - new upstream release
  322. - proxy can be configured with the gui now
  323. - new preferences dialog layout (thanks Sebastian Heinlein)
  324. - new filter dialog layout (thanks Sebastian Heinlein)
  325. - when adding filter, they are called "New Filter 1", "New Filter 2" etc
  326. - added "search lack", so that the interactive search does not start
  327. immediately
  328. - new quit dialog
  329. - speedup for the pattern filters
  330. - small ui-enhancements in the filter dialog
  331. - basic support for distribution selection (if you have more than one
  332. distro in your sources.list, you can choose which to use by default)
  333. - new about dialog (thanks Sebastian)
  334. - support to choose between different versions of a given package
  335. - updated japanese, chinese, polish, spanish, russian, frensh, german
  336. and italian translations
  337. * Wed Sep 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44-0vl1
  338. - new upstream release
  339. - two alternative main layouts can be choosen now
  340. - "clean cache now" implemented" in preferences window
  341. - the search entry in the main window is interactive again
  342. - much improved preferences dialog (thanks to Sebastian Heinlein)
  343. - new italian, spanish, russian, chinese translation
  344. - new belarussian translation
  345. - improved main window design (thanks Sebastian Heinlein)
  346. - added "rpm-dir" repository support (thanks Panu)
  347. - prepeared a lot of strings for better i18n (thanks Jean-Michel POURE)
  348. * Wed Sep 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44-0vl0.pre3
  349. - new upstream snapshot release
  350. * Sat Aug 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.43.1-0vl1
  351. - new upstream release
  352. - the descriptionParser for rpm has changed
  353. (the actuall parser is configurable now)
  354. - new find and changes dialog layout, more HIG compliant
  355. - more bugfixes in the PkgTreeView and the new sorting code
  356. * Tue Aug 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.42-0vl1
  357. - new upstream release
  358. - download percentage is now always calculated correctly
  359. - save selection on "pin", "update" and "proceed" now
  360. - some bugs fixed in the new sortable tree/list
  361. - the order of the columns in the treeview is configurable now
  362. - updated german/spanish/japanese/russian translation
  363. - [debian only] debian package tags support
  364. - sortable installed size column added
  365. - "Information" tab now scrollable
  366. * Wed Jul 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.40-0vl1
  367. - new upstream release
  368. * Tue Jul 8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.39-0vl2
  369. - remove BuildRequires: libzvt
  370. * Sat Jul 5 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.39-0vl1
  371. - new upstream release
  372. - update ja.po
  373. * Sat Jun 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.38-0vl2
  374. - update ja.po
  375. * Sat Jun 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.38-0vl1
  376. - new upstream release
  377. * Thu Jun 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.37-0vl1
  378. - new upstream release
  379. * Fri Apr 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.36.1-0vl1
  380. - new upstream release
  381. * Thu Apr 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.36-0vl1
  382. - new upstream release 0.36
  383. - fixed usermode configuration file.
  384. * Tue Apr 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.35.1-0vl2
  385. - rebuild with apt-0.5.5.cnc.5-0vl1
  386. * Wed Apr 2 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.35.1-0vl1
  387. - new upstream release 0.35.1
  388. - drop obsolete patch0 which included in upstream.
  389. - add modified synaptic.desktop entry.
  390. * Mon Mar 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.35-0vl2
  391. - add patch0 to fix compilation failure on apt-rpm.
  392. - add ja.po and patch10.
  393. * Sun Mar 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.35-0vl1
  394. - new upstream release
  395. * Fri Mar 28 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.32-0vl1
  396. - initial release.