kdebase-vl.spec 41 KB

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