kdebase-vl.spec 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140
  1. Name: kdebase
  2. Summary: KDE Core Applications
  3. Summary(ja): KDE の中心を構成するアプリケーション群
  4. Version: 4.5.1
  5. Release: 1%{?_dist_release}
  6. License: GPLv2
  7. Group: User Interface/Desktops
  8. URL: http://www.kde.org/
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdebase-%{version}.tar.bz2
  11. Patch0: kdebase-4.1.80-nsplugins-paths.patch
  12. Patch1: kdebase-4.1.70-konsole-session.patch
  13. Patch2: kdebase-4.2.1-home-icon.patch
  14. Provides: dolphin = 1.0.2-1
  15. Provides: kdebase4 = %{version}-%{release}
  16. Obsoletes: dolphin < 1.0.2-1
  17. Obsoletes: d3lphin
  18. Obsoletes: kdebase4 < %{version}-%{release}
  19. Obsoletes: %{name}-extras < %{version}-%{release}
  20. Requires: %{name}-libs = %{version}-%{release}
  21. Requires: eject
  22. # FIXME: remove BRs which are only needed for stuff now in -runtime
  23. BuildRequires: cmake >= 2.6.2
  24. BuildRequires: glib2-devel
  25. BuildRequires: kdelibs4-devel >= %{version}
  26. BuildRequires: kdepimlibs-devel >= %{version}
  27. BuildRequires: phonon-devel
  28. BuildRequires: plasma-devel >= %{version}
  29. BuildRequires: openssl-devel
  30. BuildRequires: qimageblitz-devel
  31. BuildRequires: shared-desktop-ontologies-devel
  32. BuildRequires: soprano-devel >= 2.0.97
  33. BuildRequires: strigi-devel >= 0.5.7
  34. BuildRequires: zlib-devel
  35. # Dolphin needs the ioslaves from kdebase-runtime (#438632)
  36. Requires: kdebase-runtime
  37. Conflicts: kdebase3
  38. %description
  39. Core applications for KDE 4.
  40. %description -l ja
  41. KDE 4 の中心となるアプリケーション集です.
  42. %package libs
  43. Summary: Runtime libraries for %{name}
  44. Summary(ja): %{name} のランタイムライブラリ
  45. Group: System Environment/Libraries
  46. Requires: kdelibs4 >= %{version}
  47. Requires: kdepimlibs >= %{version}
  48. %description libs
  49. %{summary}.
  50. %package devel
  51. Summary: Development files for %{name}
  52. Summary(ja): %{name} の開発用ファイル
  53. Group: Development/Libraries
  54. Requires: %{name}-libs = %{version}-%{release}
  55. Requires: kdelibs4-devel
  56. Requires: kdepimlibs4-devel
  57. Provides: kdebase4-devel = %{version}-%{release}
  58. Obsoletes: kdebase4-devel < %{version}-%{release}
  59. %description devel
  60. %{summary}.
  61. %prep
  62. %setup -q -n kdebase-%{version}
  63. %patch0 -p1 -b .nsplugins-paths
  64. %patch1 -p1 -b .konsole-session
  65. %patch2 -p1 -b .home-icon
  66. # fix incorrect assumption that we're building in a combined kdebase tree
  67. sed -i -e 's/EXISTS "${kdebase_SOURCE_DIR}"/0/g' apps/CMakeLists.txt
  68. %build
  69. mkdir -p %{_target_platform}
  70. pushd %{_target_platform}
  71. unset QTDIR || : ; . /etc/profile.d/qt4.sh
  72. %cmake \
  73. -DCMAKE_BUILD_TYPE=release \
  74. -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
  75. -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
  76. -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
  77. -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
  78. -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
  79. ..
  80. popd
  81. make %{?_smp_mflags} -C %{_target_platform}
  82. %install
  83. rm -rf %{buildroot}
  84. make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
  85. # move devel symlinks
  86. mkdir -p %{buildroot}%{_libdir}/kde4/devel
  87. pushd %{buildroot}%{_libdir}
  88. for i in lib*.so
  89. do
  90. case "$i" in
  91. libkdeinit4_*.so|libkonsoleprivate.so)
  92. ;;
  93. *)
  94. linktarget=`readlink "$i"`
  95. rm -f "$i"
  96. ln -sf "../../$linktarget" "kde4/devel/$i"
  97. ;;
  98. esac
  99. done
  100. popd
  101. # konquerorsu only show in KDE
  102. echo 'OnlyShowIn=KDE;' >> %{buildroot}%{_datadir}/applications/kde4/konquerorsu.desktop
  103. %clean
  104. rm -rf %{buildroot}
  105. %post
  106. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  107. %posttrans
  108. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  109. update-desktop-database -q &> /dev/null ||:
  110. %postun
  111. if [ $1 -eq 0 ] ; then
  112. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  113. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  114. update-desktop-database -q &> /dev/null ||:
  115. fi
  116. %post libs -p /sbin/ldconfig
  117. %postun libs -p /sbin/ldconfig
  118. %files
  119. %defattr(-,root,root,-)
  120. %{_bindir}/*
  121. %{_datadir}/applications/kde4/*
  122. %{_datadir}/kde4/apps/*
  123. %{_datadir}/config.kcfg/*
  124. %{_datadir}/dbus-1/interfaces/*
  125. #{_datadir}/icons/oxygen/*/*/*
  126. %{_datadir}/kde4/services/*
  127. %{_datadir}/kde4/servicetypes/*
  128. %{_docdir}/HTML/en/*
  129. %{_libdir}/kde4/*
  130. %exclude %{_libdir}/kde4/devel/
  131. %{_mandir}/man1/*
  132. %{_datadir}/autostart/*
  133. %{_datadir}/config/*
  134. %{_datadir}/templates/*
  135. %{_datadir}/templates/.source/*
  136. %{_datadir}/icons/hicolor/*/*/*
  137. %{_libdir}/libkdeinit4_*.so
  138. %{_libdir}/libkonsoleprivate.so
  139. %files libs
  140. %defattr(-,root,root,-)
  141. %{_libdir}/lib*.so.*
  142. %files devel
  143. %defattr(-,root,root,-)
  144. %{_includedir}/kde4/*
  145. %{_libdir}/kde4/devel/lib*.so
  146. %changelog
  147. * Sun Sep 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.1-1
  148. - new upstream release
  149. * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.0-1
  150. - new upstream release
  151. * Sun Jul 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.5-1
  152. - new upstream release
  153. - added Conflicts: kdebase3
  154. * Fri May 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
  155. - new upstream release
  156. * Sun Apr 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
  157. - new upstream release
  158. * Sun Mar 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
  159. - new upstream release
  160. * Tue Mar 2 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.0-1
  161. - new upstream release
  162. - built with new toolchain
  163. * Sun Nov 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
  164. - new upstream release
  165. * Sat Oct 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-1
  166. - new upstream release
  167. * Sat Sep 5 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
  168. - new upstream release
  169. - used %%cmake macro
  170. * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-3
  171. - fixed %%post and %%postun section
  172. * Tue Aug 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-2
  173. - new upstream release (based on Fedora)
  174. * Sun May 10 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
  175. - applied new versioning policy
  176. - added Patch706 based on 77_fix_ftbfs_ucred_redefinition.diff
  177. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520074
  178. * Mon Dec 10 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl7
  179. - rebuild for VineSeed
  180. * Mon Dec 10 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl6
  181. - add Patch1 and 2
  182. - update Patch705
  183. * Tue Dec 4 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl5
  184. - rebuild for VineSeed
  185. * Tue Dec 4 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl4
  186. - add Patch705 (BTS:564)
  187. * Sun Nov 25 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
  188. - dropped obsolete Patch704
  189. * Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
  190. - rebuild for VineSeed
  191. * Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
  192. - new upstream release
  193. - drop Patch1 and Patch2
  194. * Thu Sep 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl3
  195. - add Patch1 (CVE-2007-4224, CVE-2007-4225, CVE-2007-3820)
  196. - add Patch2 (CVE-2007-4569)
  197. * Wed Jul 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
  198. - build for VineSeed
  199. - add Patch101
  200. * Wed Jul 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1.1
  201. - add Patch0 (SA26091)
  202. * Sun May 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
  203. - new upstream release
  204. - add BuildPrereq: dbus-qt3-devel samba-libsmbclient-devel
  205. * Mon Jan 22 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
  206. - new upstream release
  207. - remove Patch0
  208. - add Requires: hicolor-icon-theme
  209. * Wed Dec 20 2006 Hideki MIWA <miwa@c.csce.kyushu-u.ac.jp> 3.5.5-0vl5
  210. - added: Patch704: kdebase-3.5.5-Xsession.patch
  211. * Sat Nov 11 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl4
  212. - updated pam.d setting
  213. - dropped: Patch702: kdebase-3.5.1-pam_console.diff
  214. - added: Patch703: kdebase-3.5.5-pamd.patch
  215. * Sat Oct 14 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl3
  216. - added --with-qt-libraries and --enable-libsuffix option
  217. - removed --libdir=%%{_libdir} option
  218. * Tue Oct 10 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
  219. - rebuild for VineSeed
  220. * Tue Oct 10 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
  221. - new upstream release
  222. - add Patch0 from kde.org (SVN commit 593835)
  223. * Tue Sep 05 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.4-0vl4
  224. - added --libdir=%%{_libdir} configure option
  225. * Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.4-0vl3
  226. - rebuilt with openldap-2.3.27-0vl1
  227. * Tue Jul 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
  228. - rebuild for VineSeed
  229. * Tue Jul 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
  230. - new upstream release
  231. - drop Patch0
  232. * Thu Jun 15 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl5
  233. - rebuild for VineSeed
  234. * Thu Jun 15 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl4
  235. - add Patch0 (CVE-2006-2449)
  236. * Wed Jun 14 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.5.3-0vl3
  237. - rebuilt with gamin-devel in place of fam-devel
  238. * Tue May 30 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
  239. - rebuild for VineSeed
  240. * Tue May 30 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
  241. - new upstream release
  242. * Fri Apr 21 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl4
  243. - rebuild for VineSeed
  244. * Fri Apr 21 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl3
  245. - remove firefox icon (BTS:33)
  246. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
  247. - rebuild for VineSeed
  248. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
  249. - new upstream release
  250. - drop Patch0
  251. * Fri Mar 17 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl5
  252. - update Patch702 (support for ldap)
  253. - drop Patch701
  254. * Thu Feb 16 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl4
  255. - rebuild for VineSeed
  256. * Thu Feb 16 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl3
  257. - add Patch0 (https://bugs.kde.org/show_bug.cgi?id=121087)
  258. - add %%{_datadir}/doc/kdm/README to %%files
  259. * Tue Jan 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
  260. - rebuild for VineSeed
  261. * Tue Jan 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
  262. - new upstream release
  263. * Thu Dec 8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl2
  264. - rebuild for VineSeed
  265. * Mon Nov 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl1
  266. - new upstream release
  267. * Fri Nov 11 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl0.rc1
  268. - new upstream release
  269. * Mon Oct 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.92-0vl1
  270. - new upstream release
  271. - update Patch701 and BuildPrereq (VineSeed-Plus:03341)
  272. - delete Patch0, 700, and 800
  273. * Mon Sep 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.91-0vl1
  274. - new upstream release
  275. - remove Patch0
  276. - update %%files
  277. - add Patch0
  278. * Fri Sep 9 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl6
  279. - rebuild for VineSeed
  280. * Fri Sep 9 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl5
  281. - add Patch702 (VineSeed-Plus:03276)
  282. * Tue Sep 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl4
  283. - rebuild for VineSeed
  284. * Tue Sep 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl3
  285. - add Patch0 (CAN-2005-2494)
  286. * Thu Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl2
  287. - rebuild for VineSeed
  288. * Thu Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl1
  289. - new upstream release
  290. * Thu Jun 30 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl2
  291. - build for VineSeed
  292. - add --disable-rpath to configure option
  293. * Wed Jun 1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl1
  294. - new upstream release
  295. - build for Vine3.1
  296. - use %%{?_smp_mflags} for make option
  297. - stop using %%{SOURCE4}
  298. * Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl2
  299. - rebuild for VineSeed
  300. * Thu Mar 10 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl1
  301. - new upstream release
  302. * Wed Mar 2 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl0.rc1
  303. - new upstream release (3.4.0-rc1)
  304. - add BuildPrereq: gettext
  305. * Mon Feb 7 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.92-0vl1
  306. - new upstream release
  307. * Wed Jan 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.91-0vl1
  308. - new upstream release
  309. * Sat Dec 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
  310. - rebuild for VineSeed
  311. - remove Patch0
  312. * Sat Dec 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
  313. - source upgrade
  314. - build for Vine Linux 3.1
  315. - add patch0 (http://www.kde.org/info/security/advisory-20041213-1.txt)
  316. * Sat Oct 30 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl2
  317. - add BuildPrereq: cyrus-sasl-devel ncurses-devel
  318. - add Requires: samba-libsmbclient
  319. * Sat Oct 9 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
  320. - source upgrade
  321. * Thu Sep 23 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.0-0vl1
  322. - source upgrade
  323. - remove patch0
  324. * Mon Aug 16 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl3
  325. - rebuild with qt32
  326. - add Patch0 from kde.org
  327. * Tue Jun 22 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
  328. - replace gdm session file
  329. * Sat Jun 5 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
  330. - source upgrade
  331. - remove lines about vine26
  332. * Sat May 1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
  333. - source upgrade
  334. * Fri Mar 26 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl2
  335. - rebuild with openssl-0.9.7d
  336. * Tue Mar 9 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
  337. - source upgrade
  338. * Mon Feb 2 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.0-0vl1
  339. - source upgrade
  340. - add BuildPrereq: libtiff-devel jasper-devel samba-libsmbclient
  341. * Sat Jan 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl2
  342. - rebuild for VineSeedPlus
  343. * Fri Dec 26 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl1
  344. - source upgrade
  345. - build for VinePlus/2.6
  346. - (VinePlus/2.6) BuildPrereq: autoconf258
  347. * Sun Dec 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl3
  348. - build for VineSeed with new toolchain and qt-3.2.3
  349. * Fri Oct 3 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0.26vl2
  350. - rebuild for Vine2.6
  351. * Thu Oct 2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl2
  352. - OOPS! Patch701 did not used
  353. * Wed Sep 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl1
  354. - source upgrade
  355. - build with gcc-3.2.3
  356. * Thu Jul 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl1
  357. - source upgrade
  358. * Sat Jul 5 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl5
  359. - change spec to build with gcc295
  360. - change make option for SMP and add script
  361. * Thu Jun 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl4
  362. - change spec to build with g++-2.95.3
  363. * Sat May 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl3
  364. - source upgrade (MD5SUMS = a90feb5273e9f524a2b19d9021ece7a6)
  365. * Tue May 13 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl2
  366. - source upgrade (MD5SUMS = 4019643c77c818d96bf873c91faa9119)
  367. * Sat May 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
  368. - source upgrade
  369. - stop using patch700 and patch800 (they do not need, maybe)
  370. - do not install source8 (this version reads .Xresources)
  371. - built with libpng >= 1.2.5 when %{vine26} is set to 0 (ie VineSeedPlus)
  372. - add BuildPrereq: libjpeg-devel
  373. - remove /etc/skel/.kde (they do not need)
  374. * Thu Apr 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1a-0vl1
  375. - security release
  376. - remove patch0, patch1 and patch2 (included in this source)
  377. * Sun Mar 23 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
  378. - source upgrade
  379. - add patch0 (http://lists.kde.org/?l=kde-cvs&m=104766756731187&w=2)
  380. - add patch1 and patch2
  381. (http://lists.kde.org/?l=kde-cvs&m=104758242610505&w=2)
  382. - add patch701 for Xsession of kdm
  383. * Sun Feb 16 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl2
  384. - change spec to build both VineSeed and Vine2.5/2.6
  385. * Thu Jan 30 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl1
  386. - source upgrade to 3.1-stable
  387. * Mon Jan 20 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc7vl1
  388. - source upgrade to 3.1rc7
  389. * Wed Jan 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc6vl2
  390. - remove patches except patch1
  391. * Sun Jan 12 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc6vl1
  392. - source upgrade to 3.1rc6
  393. - stop using objprelink2, it does not work with gcc3
  394. - add BuildPrereq: openMotif-devel instead of lesstif-devel
  395. - add BuildPrereq: openssl-devel libart_lgpl-devel
  396. - add Requires: openMotif libart_lgpl
  397. - update and revised patches
  398. * Sat Dec 28 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5a-0vl1
  399. - source upgrade
  400. - revised patch0
  401. * Wed Oct 16 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl2
  402. - objprelink2 support only i386 (add %ifarch i386 ... again)
  403. * Sun Oct 13 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl1
  404. - source upgrade
  405. - revised patch0
  406. * Tue Oct 8 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl2
  407. - rebuild with qt-3.0.5-0vl1
  408. - BuildPrereq: autoconf253 objprelink2
  409. * Thu Aug 22 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl1
  410. - source upgrade
  411. - revised patch0
  412. * Mon Aug 5 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.2-0vl3
  413. - add kio_httprc to source4 (fix Japanese search at google.co.jp)
  414. * Wed Jul 24 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.2-0vl2
  415. - rebuild with libvorbis-1.0-0vl1
  416. * Thu Jul 4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.2-0vl1
  417. - source upgrade
  418. - revised patch0
  419. - add source8 to read .Xresources
  420. * Fri Jun 7 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.1-0vl1
  421. - source update to 3.0.1
  422. * Mon Apr 15 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl2
  423. - source update to 3.0
  424. - add patch800 from kde.gr.jp
  425. - change source4 (default font == kochi-gothic)
  426. - add BuildPrereq: lesstif-static
  427. * Sat Mar 30 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl1
  428. - merged with rawhide 3.0-0.cvs20020314.4
  429. - source update to cvs-20020329
  430. - revised patch0, 1
  431. - delete patch7
  432. - add BuildPrereq: autoconf252 automake15
  433. - There is Vine's previous changes, hacked for Vine
  434. -- Sat Mar 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-0vl1
  435. - source and patch upgrade to 2.2.2
  436. - Build with kdelibs-2.2.2-0vl1
  437. - add BuildPrereq: pam-devel lesstif-devel
  438. -- Wed Nov 28 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl3
  439. - Set Charset=jisx0208.1983-0
  440. - Build with kdelibs-2.2.1-1vl3
  441. - Stop runnning kappfinder and add applnk of kterm
  442. -- Thu Oct 18 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl2
  443. - Add patches from kde.gr.jp (Thanks for Mr.ASAKI)
  444. -- Source 4
  445. -- Patch 202, 203
  446. - Use objprelink option (i386 only)
  447. - Fix spec to run kappfinder
  448. -- Sun Oct 14 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl1
  449. - Update patches from kde.gr.jp
  450. * Tue Mar 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020314.4
  451. - Fix updating from KDE 2.x
  452. * Mon Mar 18 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020314.3
  453. - Add patches from Than to fix up menu i18n and kdm sessions
  454. - Put back %{?_smp_mflags}
  455. * Tue Mar 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020314.1
  456. - Add patch from Than to scale down icons for submenus pointing to legacy
  457. applications rather than keeping them at 32x32
  458. * Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020311.1
  459. - Add patch to kicker allowing it to display just the app descriptions instead
  460. of names
  461. * Fri Mar 1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020301.1
  462. - Update
  463. - Remove separate kdm package
  464. * Thu Feb 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020214.1
  465. - Build --with-xinerama
  466. * Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020129.1
  467. - Manually add Provides: libkateinterfaces.so to work around rpm bug
  468. * Sun Jan 20 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020120.1
  469. - Update to get API changes
  470. - Clean up old temp files in startkde some more
  471. * Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020117.2
  472. - Make sure the correct kdelibs is in the build environment before building
  473. kdebase
  474. * Mon Jan 7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020107.1
  475. - Update, sync with kdelibs API changes
  476. * Sat Dec 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011229.1
  477. - Update
  478. * Wed Dec 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011226.1
  479. - Update
  480. - Disable ia64 temporarily (because of bug #57833)
  481. * Sat Dec 15 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011215.1
  482. - Update
  483. - Make kdm a separate package
  484. * Fri Dec 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011214.1
  485. - Update
  486. - Exclude alpha for now (compiler bugs)
  487. * Sun Aug 5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010805.1
  488. - Fix anti-aliased fonts
  489. - Remove Japanese konsole patch, it breaks changing fonts in all other
  490. languages
  491. - BuildRequire lesstif-devel to make sure recompiled versions of Konqueror
  492. support Netscape plugins
  493. - Remove language detection hacks from startkde, they're now in kpersonalizer
  494. - Personalize kicker in kpersonalizer
  495. - Power off when halting the system in kdm (#50847)
  496. * Thu Aug 2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010802.1
  497. - Remove Japanese Konsole patch, it breaks other languages (#50619)
  498. * Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010731.1
  499. - Remove some patches that made it into cvs
  500. - Fix up the Japanese patch, it messed up konsole fonts on "normal"
  501. languages
  502. * Mon Jul 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010730.1
  503. - Fix up audiocd ioslave (#50310)
  504. - Initialize kpersonalizer to $LANG (#50311)
  505. - Add Japanese patch
  506. * Wed Jul 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010725.1
  507. - Fix error messages on first startup
  508. * Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010724.1
  509. - remove ia64 workarounds
  510. - fix default configurations
  511. - update
  512. - remove dupes from kdeartwork
  513. * Sun Jul 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010722.1
  514. - rebuild after fixing the build root
  515. * Sat Jul 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010721.1
  516. - rebuild - somehow an application got linked against an older version of
  517. itself from the buildroot
  518. - update
  519. * Fri Jul 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010720.1
  520. - update
  521. - get rid of some rpmlint warnings
  522. - remove kappfinder (we maintain /etc/X11/applnk)
  523. - work around ia64 breakage
  524. * Wed Jun 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010627.1
  525. - update
  526. - adapt patches
  527. * Sat Jun 16 2001 Alan Eldridge <alane@geeksrus.net> 2.2-0.cvs20010616.1
  528. - updated for current CVS
  529. * Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.alpha2.2
  530. - Work around NFS-mounted home directories residing on servers with
  531. ultimately broken OSes (#40711)
  532. - Fix desktopconv compilation without optimizations (#40144)
  533. - Move old config files rather than deleting them (#38107)
  534. - Add explicit requirements on lm_sensors and kdelibs-sound (#32678)
  535. - Fix doc generation (#40087)
  536. - s/Copyright:/License:/
  537. * Sun May 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.alpha2.1
  538. - 2.2 alpha 2
  539. * Sun May 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010513.1
  540. - Fix up default settings; KSpell should use Aspell right away
  541. - Split out -devel subpackage; with KWin and Kate moving to plugin systems,
  542. this is getting big...
  543. * Sat May 12 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010512.1
  544. - Update, adapt patches
  545. - Fix up desktop devices patch, we want the "Eject" action for CD-ROMs,
  546. CD-Writers, CD-RWs, ZIP and JAZ-Drives and LS120.
  547. * Fri Apr 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  548. - 2.2alpha1
  549. - kill /usr/share/icons/locolor/16x16/actions/bookmark_folder.png
  550. (dupe from kdelibs)
  551. * Tue Apr 3 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  552. - Fix deadkeys handling in kdm
  553. - Fix uninitialized variable in konsole, patch
  554. from Tim Waugh (#34452)
  555. * Fri Mar 30 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  556. - Fix rpmfind shortcut (Bugzilla #34057, KDE Bug #21100)
  557. - Add patch from KDE_2_1_BRANCH to get rid of debug output in
  558. the ktar IO slave
  559. * Wed Mar 28 2001 Than Ngo <than@redhat.com>
  560. - fix a bug in desktopconv (bug #33374)
  561. * Tue Mar 27 2001 Than Ngo <than@redhat.com>
  562. - fix charmap/encoding problem
  563. - fix MinimumFontSize in konqueror, default is 10
  564. - set correct DefaultEncoding for konqueror
  565. - clean up startkde
  566. - disable Israel and Thai, it's broken in qt
  567. * Fri Mar 23 2001 Preston Brown <pbrown@redhat.com>
  568. - remove CD-ROM / Floppy .desktop files, they are generated automatically now
  569. - remove some other old obsolete default config files
  570. * Thu Mar 22 2001 Preston Brown <pbrown@redhat.com>
  571. - patch to dynamically create icons for removable/user controllable
  572. devices on desktop
  573. * Wed Mar 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-2
  574. - Log utmp/wtmp correctly in konsole, using utempter
  575. - Remove setuid state from konsole_grantpty, it's no longer needed now
  576. that we use utempter.
  577. - Fix escaping in the konsole KPart
  578. - Fix grammar and order in the arts control module
  579. * Tue Mar 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-1
  580. - 2.1.1
  581. - Don't crash if kfmexec is invoked without arguments (#32029)
  582. - Various desktopconv fixes:
  583. - Allow removing or ignoring KDE 1.x files
  584. - convert the printer icon we had on the desktop by default.
  585. - Support i18n
  586. - Add mailsettings tool (generates sane kcmemail defaults at first
  587. startup)
  588. - Fix up support for Brazil Portuguese and Chinese
  589. - Fix loading of child panel config files (harald)
  590. - remove -T and --title in konsole, use instead --caption (#31483) (Than Ngo)
  591. - More i18n fixes (zh_HK is closer to zh_TW than to zh_CN...)
  592. * Mon Mar 20 2001 Than Ngo <than@redhat.com>
  593. - fix Login Screen Red Hat logo (Bug #32241)
  594. - fix kdm background color
  595. - fix a bug in setting font size (Bug #32258)
  596. * Fri Mar 17 2001 Than Ngo <than@redhat.com> 2.1-11
  597. - fix placed icons on desktop (Bug #31985)
  598. - some bugfixes in startkde
  599. - restore support for Russian (bero)
  600. - merge bugfix patch from KDE_2_1_BRANCH, Ctrl-U could crash Konqueror
  601. under certain circumstances (bero)
  602. - Fix up the effects patch (if everything was disabled, no radio button
  603. was checked by default, rather than the "No effects" button) (bero)
  604. * Thu Mar 15 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-10
  605. - Fix up i18n support
  606. - Don't use predictable tmp file names in krdb
  607. - Remove the printer icon from the desktop. It uses klpq which is in kdeutils,
  608. so the icon should come from there.
  609. - fix error.c in kdebase-2.1-fixes.patch, It's broken (Than Ngo)
  610. - better fix for konsole keyboard mappings (Preston Brown)
  611. * Tue Mar 13 2001 Than Ngo <than@redhat.com>
  612. - fix default profile for konqueror in webbrowser mode
  613. - set lucidatypewriter as fixed-width font for konqueror
  614. * Mon Mar 12 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-9
  615. - Fix locale settings (old versions didn't check the user's locale settings
  616. and always started up in English)
  617. - Fix some braindead code in kwrite
  618. * Sat Mar 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-8
  619. - Add option to save backtraces to a file (#30867)
  620. - Fix kdm looking horrible on 8 bit displays
  621. - Revert to /usr/share/config with an exception for kdmrc
  622. - Add /etc/skel/Desktop/.directory (the /etc/skel/Desktop/* glob doesn't include
  623. /etc/skel/Desktop/.* ...)
  624. - Don't apply konsole-noxft patch anymore (workaround for an X bug
  625. that was fixed in 11.4)
  626. * Fri Mar 9 2001 Preston Brown <pbrown@redhat.com>
  627. - fix home and end default mapping in konsole
  628. * Wed Feb 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  629. - /usr/share/config -> /etc/kde
  630. - Don't throw all config files at every user's home directory; 2.x supports
  631. changing global defaults
  632. - Get rid of bogus "can't find schema named" warning
  633. - Fix various bugs in konsole (don't connect to a NULL slot, etc.)
  634. - Cripple kxmlrpcd by default (#23253)
  635. - Add a sane icon arrangement at first startup (#25026)
  636. * Tue Feb 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  637. - Add fixes from KDE_2_1_BRANCH:
  638. - Fix up cookie handling in konqueror
  639. - Fix a potential crash in kcontrol when using config files from
  640. cvs snapshots
  641. - Fix possible khotkeys segfault
  642. - Fix up Konqueror User Agent dialog
  643. - Log in to "default" session by default (#29157)
  644. * Thu Feb 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  645. - 2.1 second (and hopefully last) respin
  646. * Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  647. - 2.1-respin
  648. - Drop the old anotherlevel session type in kdm (#28593)
  649. * Mon Feb 19 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  650. - 2.1
  651. * Wed Feb 14 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  652. - Fix up konsole_grantpty to work with the /dev/pts filesystem and
  653. /dev/ptmx rather than the old /dev/ptyXX system
  654. - Replace ktip logo with Red Hat logo, the old one could be considered
  655. offensive by some people
  656. - Fix build with glibc 2.2.2
  657. - Turn off icon view in kdm
  658. - Other minor changes to default config
  659. * Mon Feb 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  660. - desktopconv: Don't strip off .png/.xpm/.gif in Icon= if it is
  661. provided as a full pathname
  662. - Build with --disable-debug
  663. - Fix a bug causing all icons to appear in the upper-left corner
  664. - Don't use antialiased fonts in konsole even if they're turned on.
  665. Konsole can't deal with them.
  666. - Don't show the postgres and amanda users in kdm
  667. - Add rhbug/bz shortcut to Bugzilla
  668. - Add ftpsearch/fs shortcut to FTP Search
  669. - Add "Eject" option to CD-ROM icon (RFE #26301)
  670. - Fix permissions on some files in /etc/skel/Desktop (having them readable
  671. by root only is not really useful ;) )
  672. - Fix PAM exiting (#25232, Patch from Tim Waugh)
  673. - Fix utmp handling in konsole (Bug #25048)
  674. - Rewrite desktopconv and run it from startkde, ensures
  675. clean updates from KDE 1.x (Bug #25473)
  676. - Add $HOME/bin to PATH in kdm (Bug #25743)
  677. * Fri Feb 2 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  678. - Link the greeter into kdm statically, pulling in libpthreads
  679. Fixes crash with glibc-2.2.1-3 i686
  680. * Fri Jan 26 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  681. - exec ksmserver rather than just starting it - there's no need to keep
  682. that shell in memory.
  683. * Thu Jan 25 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  684. - Turn off anti-aliasing by default
  685. - Restore the turning AA on/off and "apply styles to non-KDE-apps"
  686. functionality, someone managed to break them just in time for
  687. 2.1 beta 2.
  688. * Tue Jan 23 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  689. - Fix bugs #23136 and #24709
  690. * Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  691. - Kill /usr/share/icons/hicolor/22x22/actions/view_tree.png, it's in
  692. kdelibs
  693. - restore missing /etc/kderc (Bug #24601)
  694. * Sat Jan 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  695. - Fix update if Autostart directory exists, but is empty
  696. - Fix usage of mktemp in startkde (#24415)
  697. * Fri Jan 19 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  698. - Update CVS (fixed #24298, #24242)
  699. - Hack in support for turning anti-aliasing on and off, as requested
  700. by Than. Unfortunately, this patch probably won't go into the base 2.1
  701. because of the message freeze.
  702. * Wed Jan 17 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  703. - Update to CVS; I fixed building with OpenLDAP 2.x in there.
  704. * Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  705. - Add kscreensaver pam file (copy the xscreensaver one, don't
  706. use the broken one from KDE CVS)
  707. * Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  708. - Don't replace a directory with a symlink (#23671)
  709. * Mon Jan 8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  710. - Fix background (#20910)
  711. * Mon Jan 8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  712. - kdm shouldn't show gdm and mailnull users (#23136)
  713. - don't install the konsole fonts, they're now
  714. included in XFree86 (#23467)
  715. - Obsoletes kdebase2 (from 7.0-preview)
  716. - Add config files (used to be in kdesupport) (#22601)
  717. * Mon Jan 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  718. - Update
  719. * Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  720. - Update
  721. - Obsolete kdebase-3d-screensavers, kdebase-locolor-icons,
  722. kapm kcmlaptop (optional stuff from KDE 1.x)
  723. * Thu Nov 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  724. - Update to HEAD branch
  725. - s/Prereq/Requires(post,postun)/
  726. * Thu Nov 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  727. - Some fixes to startkde:
  728. - if /etc/skel/.kde doesn't exist, don't copy it
  729. - remove stale .DCOPserver* files at startup
  730. - Rebuild with fixed kdoc
  731. * Tue Oct 31 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  732. - Move include files to /usr/include/kde
  733. - Don't install any of the mini-lesstif files, we need them at
  734. build time only
  735. - Fix consolehelper config for kappfinder
  736. * Sat Oct 28 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  737. - Update to KDE_2_0_BRANCH, now that the ".0 release" bugs are fixed
  738. - Get rid of the Red Hat menu, it's merged now
  739. - Fix up the gdm session file
  740. - Fix up kappfinder, run it through consolehelper (Bug #19903)
  741. - Enable Netscape plugin support, add a stripped down version of lesstif
  742. to allow this
  743. * Mon Oct 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  744. - 2.0 final
  745. * Sun Oct 1 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  746. - new CVS
  747. - fix installation of fonts
  748. * Sat Sep 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  749. - new CVS snapshot
  750. - fix up spec file
  751. * Wed Aug 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  752. - get rid of the 3d-screensavers package - now that qt-GL is part of qt,
  753. there's no need to keep them separate to avoid the dependency.
  754. * Mon Aug 21 2000 Than Ngo <than@redhat.com>
  755. - fix gnome-session so that KDE2 can be started from gdm
  756. - pam/kde2 instead pam/kde to avoid problem with KDE1
  757. - don't requires qt-GL, It's now in qt
  758. * Sun Aug 20 2000 Than Ngo <than@redhat.com>
  759. - fix dependency problem with KDE1 so that KDE1 and KDE2 can be installed
  760. at the same time
  761. - add missing ldconfig in %post anf %postun
  762. - fix for reading config files in /etc/X11/xdm, add Xsession to requires
  763. * Tue Aug 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  764. - Fix keytable in konsole (Bug #15682)
  765. * Sun Aug 6 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  766. - rebuild, now that kdelibs2 works on alpha
  767. - use the same ugly hack to get kdebase to compile
  768. - remove ksysguard on alpha (even more compiler problems)
  769. * Fri Aug 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  770. - new snapshot (fixed libGL detection in CVS)
  771. * Wed Aug 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  772. - move to /usr/lib/kde2
  773. - new snapshot
  774. * Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
  775. - fix the --xdmdir arg to be correct (oops)
  776. * Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
  777. - move kdm config files from /usr/config to /etc/X11 by forcing xdmdir
  778. * Fri Jul 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  779. - new snapshot
  780. - some fixes to spec file
  781. * Tue Jul 18 2000 Than Ngo <than@redhat.de>
  782. - rebuilt against glibc-2.1.92-14, gcc-2.96-40
  783. * Sun Jul 16 2000 Than Ngo <than@redhat.de>
  784. - use new snapshot
  785. - disable Motif
  786. * Tue Jul 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  787. - use gcc 2.96
  788. - new snapshot
  789. * Sun Jul 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  790. - Epoch 3
  791. - Update to current
  792. - Use egcs++
  793. * Fri Jun 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  794. - Update (I put the fixes directly to CVS rather than collecting them
  795. in the spec)
  796. * Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  797. - remove man2html; we get that from man
  798. - new snapshot
  799. * Tue Jun 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  800. - new snapshot
  801. - ExcludeArch ia64 for now
  802. - remove gnome .desktop file, we get it from gnome-core now.
  803. * Wed Apr 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  804. - remove dependency on xpm (now in XFree86)
  805. * Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  806. - new snapshot
  807. - move it to /usr, where it belongs
  808. * Sat Dec 25 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  809. - Build the OpenGL screensavers, and move them to a separate package
  810. - Improve the spec file (BuildPrereqs etc.)
  811. * Thu Dec 16 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  812. - remove patch #3 (obsoleted by kwin)
  813. * Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.de>
  814. - 2.0 CVS snapshot
  815. - fix compilation
  816. * Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
  817. - clean up files in /tmp from startkde
  818. - mark doc files as such
  819. * Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
  820. - start autorun if present in startkde
  821. - check for configured soundcard before running sound services
  822. * Mon Sep 20 1999 Preston Brown <pbrown@redhat.com>
  823. - made kdelnks display Name property if they are of type Link
  824. * Thu Sep 16 1999 Preston Brown <pbrown@redhat.com>
  825. - moved png handling here (from kdelibs)
  826. - changed low color icon directory name to locolor
  827. * Tue Sep 14 1999 Preston Brown <pbrown@redhat.com>
  828. - added optional session management to logout dialog
  829. - include GNOME menus
  830. * Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
  831. - added link to /etc/X11/applnk, .directory file
  832. - included lowcolor icon sub-package
  833. - enable .desktop file access
  834. * Fri Sep 10 1999 Preston Brown <pbrown@redhat.com>
  835. - customized startkde script to set up user environment if not present.
  836. - mention kthememgr in description.
  837. * Wed Sep 08 1999 Preston Brown <pbrown@redhat.com>
  838. - upgraded to 1.1.2 release
  839. - kvt is back
  840. - kde icon included
  841. - linux console fonts included
  842. * Thu Jul 15 1999 Preston Brown <pbrown@redhat.com>
  843. - PAM console logout problem solved.
  844. * Mon Jul 12 1999 Preston Brown <pbrown@redhat.com>
  845. - now includes screensaver password security fix
  846. * Fri Jun 11 1999 Preston Brown <pbrown@redhat.com>
  847. - snapshot, includes kde 1.1.1 + fixes
  848. - kvt removed for security reasons. It is a steaming pile of...
  849. * Mon Apr 19 1999 Preston Brown <pbrown@redhat.com>
  850. - last snapshot before release
  851. * Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
  852. - today's snapshot makes kfm a bit nicer and some other fixes
  853. - moved default rc files to kdesupport
  854. * Thu Apr 15 1999 Preston Brown <pbrown@redhat.com>
  855. - SUID bit removed from konsole_grantpty -- not needed w/glibc 2.1
  856. * Wed Apr 14 1999 Preston Brown <pbrown@redhat.com>
  857. - built with today's snapshot -- had to rebuild to fix pam problems.
  858. * Tue Apr 13 1999 Preston Brown <pbrown@redhat.com>
  859. - new snapshot fixes mimetype video/x-flic problem
  860. * Mon Apr 12 1999 Preston Brown <pbrown@redhat.com>
  861. - latest stable snapshot
  862. * Fri Apr 09 1999 Preston Brown <pbrown@redhat.com>
  863. - removed bell.xpm (used to be in fvwm2-icons, don't want installer to see
  864. - this previous connection and autoselect kdebase for upgrade).
  865. * Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
  866. - moved gdm patch
  867. * Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
  868. - added gdm session control file
  869. * Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
  870. - added pam-console stuff to kde pam file
  871. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  872. - Injected new description and group.
  873. * Mon Feb 07 1999 Preston Brown <pbrown@redhat.com>
  874. - upgraded to KDE 1.1 final.
  875. * Tue Jan 19 1999 Preston Brown <pbrown@redhat.com>
  876. - updated macros for RPM 3.0, removed red hat logo.
  877. * Tue Jan 05 1999 Preston Brown <pbrown@redhat.com>
  878. - re-merged from Duncan Haldane's stuff