kdebase-vl.spec 41 KB

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