kdebase-vl.spec 40 KB

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