kdebase-vl.spec 38 KB

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