kdegraphics-vl.spec 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. Name: kdegraphics
  2. Summary: KDE Graphics Applications
  3. Summary(ja): KDE グラフィックアプリケーション集
  4. Version: 4.7.0
  5. Release: 1%{?_dist_release}
  6. Group: Applications/Graphics
  7. License: GPLv2
  8. URL: http://www.kde.org/
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildArch: noarch
  11. Requires: %{name}-libs = %{version}-%{release}
  12. Requires: gwenview >= %{version}
  13. Requires: kamera >= %{version}
  14. Requires: kcolorchooser >= %{version}
  15. Requires: kdegraphics-strigi-analyzer >= %{version}
  16. Requires: kdegraphics-thumbnailers >= %{version}
  17. Requires: kgamma >= %{version}
  18. Requires: kolourpaint >= %{version}
  19. Requires: kruler >= %{version}
  20. Requires: ksaneplugin >= %{version}
  21. Requires: ksnapshot >= %{version}
  22. Requires: okular >= %{version}
  23. Requires: svgpart >= %{version}
  24. Obsoletes: kdegraphics3
  25. Obsoletes: kdegraphics4 < %{version}-%{release}
  26. Provides: kdegraphics4 = %{version}-%{release}
  27. Vendor: Project Vine
  28. Distribution: Vine Linux
  29. Packager: inagaki
  30. %description
  31. Kdegraphics metapackage, to ease migration to split applications
  32. %description -l ja
  33. KDE 向けのグラフィックアプリケーションをインストールするためのメタパッケージです.
  34. %package libs
  35. Summary: Runtime libraries for %{name}
  36. Summary(ja): %{name} のランタイムライブラリ
  37. Group: System Environment/Libraries
  38. Requires: libkipi >= %{version}
  39. Requires: libkdcraw >= %{version}
  40. Requires: libkexiv2 >= %{version}
  41. Requires: libksane >= %{version}
  42. %description libs
  43. %{summary}.
  44. %description -l ja libs
  45. %{name} のランタイムライブラリをインストールするためのメタパッケージです.
  46. %package devel
  47. Summary: Development files for kdegraphics
  48. Summary(ja): %{name} の開発用ファイル
  49. Group: Development/Libraries
  50. Requires: %{name}-libs = %{version}-%{release}
  51. Requires: libkipi-devel
  52. Requires: libkdcraw-devel
  53. Requires: libkexiv2-devel
  54. Requires: libksane-devel
  55. Requires: okular-devel
  56. Provides: kdegraphics4-devel = %{version}-%{release}
  57. %description devel
  58. %{summary}.
  59. %description devel
  60. %{name} の開発用ファイルをインストールするためのメタパッケージです.
  61. %prep
  62. # blank
  63. %build
  64. # blank
  65. %install
  66. # blank
  67. %clean
  68. rm -rf $RPM_BUILD_ROOT
  69. %files
  70. # blank
  71. %files libs
  72. # blank
  73. %files devel
  74. # blank
  75. %changelog
  76. * Mon Aug 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-1
  77. - placeholder metapackage
  78. * Sat Jun 25 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
  79. - new upstream release
  80. * Wed Apr 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.6.1-2
  81. - add Patch53: kdegraphics-4.6.0-libjpeg_version-2.patch
  82. * Sun Mar 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
  83. - new upstream release
  84. * Tue Mar 1 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-2
  85. - added BR: libXfixes-devel, libXpm-devel and shared-desktop-ontologies-devel
  86. * Sun Feb 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1
  87. - new upstream release
  88. - added Patch50 and 51 from Fedora
  89. * Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
  90. - rebuilt with rpm-4.8.1 for pkg-config
  91. * Sun Sep 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
  92. - new upstream release
  93. - dropt Patch100 (merged into upstream)
  94. * Sun Aug 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-2
  95. - added Patch100 for CVE-2010-2575
  96. - updated Japanese summary
  97. - added Japanese description
  98. * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
  99. - new upstream release
  100. * Sun Jul 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
  101. - new upstream release
  102. - added Conflicts: kdegraphics3
  103. * Fri May 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
  104. - new upstream release
  105. * Wed May 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-2
  106. - rebuilt with exiv2-0.19
  107. * Wed Apr 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
  108. - new upstream release
  109. * Sun Mar 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
  110. - new upstream release
  111. * Sat Mar 6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.0-1
  112. - new upstream release
  113. - built with new toolchain
  114. * Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
  115. - new upstream release
  116. * Tue Nov 3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-2
  117. - rebuilt with poppler-qt4-devel 0.12.1
  118. * Sat Oct 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-1
  119. - new upstream release
  120. * Sat Sep 5 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
  121. - new upstream release
  122. - used %cmake macro
  123. * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
  124. - new upstream release
  125. - changed Group to Applications/Graphics
  126. * Sun May 10 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-3
  127. - rebuilt with kdelibs-3.5.8-2
  128. - added Japanese summary, spec in UTF-8
  129. - added %%post, %%postun section
  130. * Wed Apr 29 2009 TOSHI <milk-tea1977@dune.ocn.ne.jp> 3.5.8-2vl4
  131. - add Patch100 (CVE-2009-0166,CVE-2009-1180)
  132. - add Patch101 (CVE-2009-1182,CVE-2009-1183)
  133. - add BuildPrereq: arts-devel gamin-devel libidn-devel libart_lgpl-devel
  134. - applied vine versioning policy.
  135. * Thu Oct 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
  136. - rebuild for VineSeed
  137. * Thu Oct 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
  138. - new upstream release
  139. - drop Patch0
  140. - add Patch1 (CVE-2007-5393)
  141. * Thu Aug 2 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl4
  142. - add Patch0 (CVE-2007-3387)
  143. * Mon Jul 23 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.7-0vl3
  144. - added --with-qt-libraries configure option
  145. * Wed Jun 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
  146. - rebuild for VineSeed
  147. * Sat May 26 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
  148. - new upstream release
  149. * Tue Jan 23 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
  150. - new upstream release
  151. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
  152. - rebuild for VineSeed
  153. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
  154. - new upstream release
  155. * Tue Aug 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
  156. - rebuild for VineSeed
  157. * Tue Aug 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
  158. - new upstream release
  159. * Wed May 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
  160. - rebuild for VineSeed
  161. * Wed May 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
  162. - new upstream release
  163. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
  164. - rebuild for VineSeed
  165. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
  166. - new upstream release
  167. - drop Patch0
  168. * Mon Feb 6 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
  169. - add BuildPrereq: libexif-devel for VineSeed
  170. * Mon Feb 6 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
  171. - new upstream release
  172. - update Patch0
  173. * Thu Jan 5 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl3
  174. - rebuild for VineSeed
  175. * Thu Jan 5 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl3
  176. - update Patch0 (http://www.kde.org/info/security/advisory-20051207-2.txt)
  177. * Thu Dec 8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl2
  178. - rebuild for VineSeed
  179. * Thu Dec 8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl1
  180. - new upstream release
  181. - add Patch0 (post-3.5.0-kdegraphics-CAN-2005-3193.diff)
  182. * Mon Nov 14 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl0.rc1
  183. - new upstream release
  184. * Mon Oct 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.92-0vl1
  185. - new upstream release
  186. - delete all patches
  187. * Tue Sep 20 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.91-0vl1
  188. - new upstream release
  189. - add Patch1 - Patch2
  190. - drop Patch0
  191. * Fri Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl2
  192. - rebuild for VineSeed
  193. * Fri Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl1
  194. - new upstream release
  195. * Mon Jun 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl2
  196. - build for VineSeed
  197. - add --disable-rpath to configure option
  198. * Mon Jun 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl1
  199. - new upstream release
  200. - use %%{?_smp_mflags} for make option
  201. * Thu Mar 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl2
  202. - rebuild for VineSeed
  203. * Thu Mar 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl1
  204. - new upstream release
  205. - remove patch1 and patch2
  206. - build kamera, remove source1 and add Requires: gphoto2
  207. - update %%files
  208. * Fri Jan 21 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl4
  209. - build for VineSeed
  210. - add BuildPrereq: libusb-devel
  211. * Fri Jan 21 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl3
  212. - add Patch2 (http://www.kde.org/info/security/advisory-20050119-1.txt)
  213. * Sat Jan 1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
  214. - rebuild for VineSeed
  215. * Sat Jan 1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
  216. - new upstream release
  217. - add patch1 (http://www.kde.org/info/security/advisory-20041223-1.txt)
  218. * Sun Oct 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
  219. - source upgrade
  220. * Tue Aug 10 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
  221. - rebuild with qt32
  222. * Wed Jun 16 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
  223. - source upgrade
  224. - remove lines about vine26
  225. * Sat May 1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
  226. - source upgrade
  227. - add URL: http://www.kde.org
  228. - add BuildPrereq: lcms-devel >= 1.09 fribidi-devel >= 0.10.4
  229. * Tue Mar 23 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl2
  230. - add patch0 and Requires: xpdf (http://bugs.kde.org/76302)
  231. * Sun Mar 21 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
  232. - source upgrade
  233. * Sat Jan 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl2
  234. - rebuild for VineSeedPlus
  235. * Sun Jan 11 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl1
  236. - source upgrade
  237. - build for VinePlus/2.6
  238. - (VinePlus/2.6) BuildPrereq: autoconf258
  239. * Sun Dec 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl3
  240. - build for VineSeed with new toolchain and qt-3.2.3
  241. * Sun Nov 2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0.26vl2
  242. - rebuild with qt-3.2.1-0.26vl3
  243. * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl2
  244. - rebuild with qt-3.2.1-0vl3
  245. * Tue Sep 23 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl1
  246. - source upgrade
  247. - change spec to build with gcc-3.2.3
  248. * Sun Jul 20 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl1
  249. - source upgrade
  250. - change spec to build with gcc295
  251. - change make option for SMP and add script
  252. * Sat May 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
  253. - source upgrade
  254. - built with libpng >= 1.2.5 when %{vine26} is set to 0 (ie VineSeedPlus)
  255. * Sat Apr 12 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1a-0vl1
  256. - source upgrade
  257. - change spec to build both VineSeed and Vine2.5/2.6
  258. - change spec to make monolithic package only
  259. - revised description and files section
  260. * Sat Oct 19 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl2
  261. - objprelink2 support only ix86 (add %ifarch %{ix86} ... )
  262. * Sun Oct 13 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl1
  263. - source upgrade
  264. - BuildPrereq: autoconf253 objprelink2
  265. * Wed Sep 18 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl1
  266. - source upgrade
  267. * Sun Jul 14 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.2-0vl1
  268. - source upgrade
  269. * Wed May 8 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl2
  270. - source update to 3.0
  271. - add BuildPrereq: xpdf
  272. - some files are divided to kdegraphics-devel
  273. - kdvi now works
  274. * Sun Mar 31 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl1
  275. - merged with rawhide 3.0.0-0.cvs20020306.1
  276. - source update to cvs-20020329
  277. - add BuildPrereq: autoconf252 automake15
  278. - add %define with_kamera 0
  279. - add %define monolithic 1
  280. - delete kdvi (it is broken)
  281. - There is Vine's previous changes, hacked for Vine
  282. -- Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-0vl1
  283. - update to 2.2.2
  284. - stop removing kpaint (it works now)
  285. -- Fri Nov 30 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl1
  286. - Delete Epoch
  287. - Change BuildRequires and Requires
  288. - objprelink (i386 only)
  289. - Build for VineSeed
  290. - remove kpaint (it does not work)
  291. * Wed Mar 6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020306.1
  292. - Update
  293. - Rename subpackages
  294. - Don't build kamera on alpha
  295. * Wed Dec 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20011226.1
  296. - Update
  297. - Reorganize package
  298. * Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010726.1
  299. - The -devel package has kscan-related files -n only. Since kscan isn't built
  300. on s390/s390x, don't build the devel package there.
  301. * Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010724.1
  302. - Add more build dependencies (#48970)
  303. - Remove ia64 workarounds, no longer needed
  304. - Update
  305. * Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.1
  306. - Restore -devel package, got lost during the update
  307. - Fix build on s390/s390x
  308. - Update
  309. * Sun Jul 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010722.2
  310. - Make symlinks relative
  311. - Update
  312. * Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  313. - 2.1-respin
  314. * Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  315. - 2.1
  316. * Fri Feb 16 2001 Than Ngo <than@redhat.com>
  317. - fix to build against glibc
  318. * Tue Feb 6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  319. - Get rid of libkdefakes.so.0 dependency
  320. * Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  321. - Update
  322. * Mon Jan 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  323. - Update
  324. * Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  325. - Update
  326. - Stop excluding ia64
  327. * Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  328. - Update to HEAD
  329. * Fri Nov 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  330. - Update to KDE_2_0_BRANCH
  331. * Mon Oct 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  332. - 2.0 final
  333. * Thu Aug 24 2000 Than Ngo <than@redhat.com>
  334. - update to kdegraphics-1.93
  335. * Sun Aug 20 2000 Than Ngo <than@redhat.com>
  336. - add missing kdegraphic2 package
  337. * Mon Aug 7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  338. - new version
  339. * Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  340. - new snapshot
  341. - work around compiler bug by disabling kcoloredit for now, FIXME
  342. * Fri Jul 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  343. - new snapshot
  344. - SMPify build
  345. * Sun Jul 16 2000 Than Ngo <than@redhat.de>
  346. - use gcc 2.96
  347. - new snapshot
  348. - fix docdir
  349. * Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  350. - Add Epoch - for some reason, rpm thinks 1.1.2 > 1.92.20000623.
  351. * Tue Jun 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  352. - new snapshot
  353. - ExcludeArch ia64 for now
  354. * Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  355. - new snapshot
  356. - move it to /usr, where it belongs
  357. * Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.de>
  358. - Fix compilation
  359. * Fri Oct 22 1999 Bernhard Rosenkraenzer <bero@redhat.de>
  360. - 2.0 CVS
  361. * Fri Sep 24 1999 Preston Brown <pbrown@redhat.com>
  362. - mark doc files as such
  363. * Wed Sep 08 1999 Preston Brown <pbrown@redhat.com>
  364. - upgraded to 1.1.2 release
  365. * Fri Jun 11 1999 Preston Brown <pbrown@redhat.com>
  366. - snapshot, includes kde 1.1.1 + fixes
  367. * Mon Apr 19 1999 Preston Brown <pbrown@redhat.com>
  368. - last snapshot before release
  369. * Mon Apr 12 1999 Preston Brown <pbrown@redhat.com>
  370. - latest stable snapshot
  371. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  372. - Injected new description and group.
  373. * Mon Feb 08 1999 Preston Brown <pbrown@redhat.com>
  374. - upgraded to KDE 1.1 final.
  375. * Sat Feb 06 1999 Preston Brown <pbrown@redhat.com>
  376. - updates to new libstdc++ and rpm standards.
  377. * Wed Jan 06 1999 Preston Brown <pbrown@redhat.com>
  378. - re-merged in updates from Duncan Haldane