kdebase-vl.spec 39 KB

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