kdelibs-vl.spec 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295
  1. %define attica_ver 0.1.4
  2. %define dbusmenu_qt_ver 0.5.2
  3. %define phonon_ver 4.4.0
  4. %define soprano_ver 2.4.631
  5. %define strigi_ver 0.7
  6. Summary: K Desktop Environment 4 - Libraries
  7. Summary(ja): K デスクトップ環境 4 - ライブラリ
  8. Name: kdelibs
  9. Version: 4.5.0
  10. Release: 1%{?_dist_release}
  11. License: LGPLv2+
  12. Group: System Environment/Libraries
  13. URL: http://www.kde.org/
  14. Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
  15. # These scripts are in kde-settings now.
  16. #Source1: kde4.sh
  17. #Source2: kde4.csh
  18. # make -devel packages parallel-installable
  19. Patch0: kdelibs-4.4.85-parallel_devel.patch
  20. # fix kde#149705
  21. Patch2: kdelibs-4.2.85-kde149705.patch
  22. # install all .css files and Doxyfile.global in kdelibs-common to build
  23. # kdepimlibs-apidocs against
  24. Patch8: kdelibs-4.3.90-install_all_css.patch
  25. # add Fedora/V-R to KHTML UA string
  26. Patch9: kdelibs-4.0.2-branding.patch
  27. # don't cache kdeglobals paths because they change after profile directories
  28. # are loaded from kde4rc
  29. Patch10: kdelibs-4.1.72-no-cache-kdeglobals-paths.patch
  30. # workaround for policykit
  31. Patch11: kdelibs-4.4.80-policykit-workaround.patch
  32. # COMMENT ME PLEASE
  33. Patch12: kdelibs-4.1.0-xdg-menu.patch
  34. # patch KStandardDirs to use %{_libexecdir}/kde4 instead of %{_libdir}/kde4/libexec
  35. Patch14: kdelibs-4.4.80-libexecdir.patch
  36. # kstandarddirs changes: search /etc/kde, find %{_kde4_libexecdir}
  37. Patch18: kdelibs-4.1.72-kstandarddirs.patch
  38. # COMMENT ME PLEASE
  39. Patch20: kdelibs-4.1.70-cmake.patch
  40. # disable drkonqi by default, RHEL prefers/wants abrt
  41. Patch24: kdelibs-4.3.1-drkonq.patch
  42. # die rpath die, since we're using standard paths, we can avoid
  43. # this extra hassle (even though cmake is *supposed* to not add standard
  44. # paths (like /usr/lib64) already! With this, we can drop
  45. # -DCMAKE_SKIP_RPATH:BOOL=ON (finally)
  46. Patch27: kdelibs-4.4.80-no_rpath.patch
  47. # upstreamable
  48. # 4.4 upstream
  49. # security fix
  50. ## Not Upstreamed? why not ? -- Rex
  51. Patch200: kdelibs-4.3.1-CVE-2009-2702.patch
  52. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  53. BuildRequires: qt4-devel >= 4.6.0
  54. BuildRequires: alsa-lib-devel
  55. BuildRequires: aspell-devel
  56. BuildRequires: attica-devel >= %{attica_ver}
  57. BuildRequires: automoc4 >= 0.9.88
  58. BuildRequires: avahi-devel
  59. BuildRequires: bison flex
  60. BuildRequires: bzip2-devel
  61. BuildRequires: cmake >= 2.6.2-3
  62. BuildRequires: cups-devel cups
  63. BuildRequires: docbook-dtds docbook-style-xsl
  64. BuildRequires: enchant-devel
  65. BuildRequires: gamin-devel
  66. BuildRequires: gettext-devel
  67. BuildRequires: giflib-devel
  68. BuildRequires: jasper-devel
  69. BuildRequires: krb5-devel
  70. BuildRequires: libacl-devel libattr-devel
  71. BuildRequires: libjpeg-devel
  72. BuildRequires: libpng-devel
  73. BuildRequires: libtiff-devel
  74. BuildRequires: libxslt-devel libxml2-devel
  75. BuildRequires: libutempter-devel
  76. BuildRequires: OpenEXR-devel
  77. BuildRequires: openssl-devel
  78. BuildRequires: pcre-devel
  79. BuildRequires: phonon-devel >= %{phonon_ver}
  80. BuildRequires: polkit-qt-devel
  81. BuildRequires: qca2-devel
  82. BuildRequires: shared-desktop-ontologies-devel >= 0.4
  83. BuildRequires: shared-mime-info
  84. BuildRequires: soprano-devel >= %{soprano_ver}
  85. BuildRequires: strigi-devel >= %{strigi_ver}
  86. %if %{?_dist_release} != "vl4" && %{?_dist_release} != "vl5"
  87. BuildRequires: xz-devel
  88. %endif
  89. BuildRequires: zlib-devel
  90. BuildRequires: dbusmenu-qt-devel
  91. BuildRequires: libSM-devel libXcomposite-devel libXdamage-devel
  92. BuildRequires: libxkbfile-devel libXpm-devel libXScrnSaver-devel
  93. BuildRequires: libXtst-devel libXv-devel libXxf86misc-devel
  94. BuildRequires: openssh-clients
  95. BuildRequires: subversion
  96. # for apidoc
  97. BuildRequires: doxygen
  98. BuildRequires: graphviz
  99. BuildRequires: qt4-doc
  100. Requires: kde-settings
  101. Requires: xdg-utils
  102. Requires: hicolor-icon-theme
  103. Requires: kdelibs-common
  104. Requires: qt4 >= 4.6.0
  105. Requires: phonon >= %{phonon_ver}
  106. Requires: shared-desktop-ontologies
  107. Requires: soprano >= %{soprano_ver}
  108. Requires: strigi-libs >= %{strigi_ver}
  109. Requires(post): shared-mime-info, desktop-file-utils, coreutils, gtk2
  110. Requires(postun): shared-mime-info, desktop-file-utils, coreutils, gtk2
  111. Obsoletes: kdesupport
  112. Obsoletes: kdelibs4 < %{version}-%{release}
  113. Provides: kdelibs4 = %{version}-%{release}
  114. Provides: kross(javascript) = %{version}-%{release}
  115. Provides: kross(qtscript) = %{version}-%{release}
  116. Obsoletes: kdelibs-experimental < 4.3.75
  117. Provides: kdelibs-experimental = %{version}-%{release}
  118. # because kjscmd
  119. Conflicts: kdebindings3
  120. %description
  121. Libraries for the K Desktop Environment 4.
  122. %description -l ja
  123. K デスクトップ環境用(バージョン 4)のライブラリ
  124. %package common
  125. Summary: Common files for KDE 3 and KDE 4 libraries
  126. Summary(ja): KDE 3, KDE 4 ライブラリの共用ファイル
  127. Group: System Environment/Libraries
  128. %description common
  129. This package includes the common files for the KDE 3 and KDE 4 libraries.
  130. %package devel
  131. Summary: Header files for compiling KDE 4 applications.
  132. Summary(ja): KDE 4 アプリケーションをコンパイルするためのヘッダーファイル
  133. Group: Development/Libraries
  134. Requires: %{name} = %{version}-%{release}
  135. Requires: attica-devel >= %{attica_ver}
  136. Requires: automoc4 >= 0.9.88
  137. Requires: cmake >= 2.6.2-3
  138. Requires: openssl-devel
  139. Requires: phonon-devel
  140. # considered part of nepomuk-devel
  141. Requires: shared-desktop-ontologies-devel
  142. Requires: qt4-devel
  143. # do we really still need all these below? -- Rex
  144. Requires: strigi-devel
  145. Requires: bzip2-devel gamin-devel libacl-devel
  146. Obsoletes: kdelibs4-devel < %{version}-%{release}
  147. Provides: kdelibs4-devel = %{version}-%{release}
  148. Obsoletes: kdelibs-experimental-devel < 4.3.75
  149. Provides: kdelibs-experimental-devel = %{version}-%{release}
  150. Provides: plasma-devel = %{version}-%{release}
  151. Obsoletes: kdesupport-devel
  152. %description devel
  153. This package includes the header files you will need to compile
  154. applications for KDE.
  155. %description devel -l ja
  156. このパッケージは KDE アプリケーションのコンパイルに必要なヘッダフ
  157. ァイルを含んでいます。
  158. %package apidocs
  159. Summary: KDE 4 API documentation
  160. Summary(ja): KDE 4 API ドキュメント
  161. Group: Development/Documentation
  162. Provides: kdelibs4-apidocs = %{version}-%{release}
  163. %description apidocs
  164. This package includes the KDE 4 API documentation in HTML
  165. format for easy browsing.
  166. %description -l ja apidocs
  167. このパッケージは、読みやすい HTML フォーマットによる、KDE 4 の
  168. API ドキュメントを含んでいます。
  169. %prep
  170. %setup -q
  171. %patch0 -p1 -b .parallel_devel
  172. %patch2 -p1 -b .kde149705
  173. %patch8 -p1 -b .install_all_css
  174. %patch9 -p1 -b .branding
  175. %patch11 -p1 -b .policykit-workaround
  176. %patch12 -p1 -b .Administration-menu
  177. %patch14 -p1 -b .libexecdir
  178. %patch18 -p1 -b .kstandarddirs
  179. %patch20 -p1 -b .xxcmake
  180. #patch24 -p1 -b .drkonq
  181. %patch27 -p1 -b .no_rpath
  182. # upstreamable patches
  183. # upstream patches
  184. # security fix
  185. ## Not Upstreamed? why not ? -- Rex
  186. %patch200 -p1 -b .CVE-2009-2702
  187. %build
  188. # add release version
  189. sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanager.cpp
  190. mkdir -p %{_target_platform}
  191. pushd %{_target_platform}
  192. unset QTDIR || : ; . /etc/profile.d/qt4.sh
  193. PATH=$PATH:%{_prefix}/kerberos/bin \
  194. %cmake \
  195. -DCMAKE_BUILD_TYPE=release \
  196. -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
  197. -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
  198. -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
  199. -DLIB_INSTALL_DIR:PATH=%{_libdir} \
  200. -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
  201. -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
  202. -DKDE_DISTRIBUTION_TEXT="%{version}-%{release} Vine" \
  203. ..
  204. popd
  205. make %{?_smp_mflags} -C %{_target_platform}
  206. # make KDE API documentation
  207. export QTDOCDIR=`pkg-config --variable=docdir Qt`
  208. doc/api/doxygen.sh .
  209. %install
  210. rm -rf $RPM_BUILD_ROOT
  211. make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
  212. # see also use-of/patching of XDG_MENU_PREFIX in kdebase/kde-settings
  213. mv $RPM_BUILD_ROOT%{_sysconfdir}/xdg/menus/applications.menu \
  214. $RPM_BUILD_ROOT%{_sysconfdir}/xdg/menus/kde4-applications.menu
  215. # create/own, see http://bugzilla.redhat.com/483318
  216. mkdir -p $RPM_BUILD_ROOT%{_libdir}/kconf_update_bin
  217. # move devel symlinks
  218. mkdir -p $RPM_BUILD_ROOT%{_libdir}/kde4/devel
  219. pushd $RPM_BUILD_ROOT%{_libdir}
  220. for i in lib*.so
  221. do
  222. case "$i" in
  223. libkdeinit4_*.so)
  224. ;;
  225. ## FIXME/TODO: imo, should leave everything except for known-conflicts -- Rex
  226. *)
  227. linktarget=`readlink "$i"`
  228. rm -f "$i"
  229. ln -sf "../../$linktarget" "kde4/devel/$i"
  230. ;;
  231. esac
  232. done
  233. popd
  234. #install -p -m 644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/kde4.sh
  235. #install -p -m 644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/kde4.csh
  236. # fix Sonnet documentation multilib conflict
  237. bunzip2 $RPM_BUILD_ROOT%{_docdir}/HTML/en/sonnet/index.cache.bz2
  238. sed -i -e 's!<a name="id[0-9]*"></a>!!g' $RPM_BUILD_ROOT%{_docdir}/HTML/en/sonnet/index.cache
  239. bzip2 -9 $RPM_BUILD_ROOT%{_docdir}/HTML/en/sonnet/index.cache
  240. # install apidocs and generator script
  241. install -p -D doc/api/doxygen.sh $RPM_BUILD_ROOT%{_bindir}/kde4-doxygen.sh
  242. mkdir -p $RPM_BUILD_ROOT%{_docdir}/HTML/en
  243. cp -prf kdelibs-%{version}-apidocs $RPM_BUILD_ROOT%{_docdir}/HTML/en/kdelibs4-apidocs
  244. rm -vf $RPM_BUILD_ROOT%{_docdir}/HTML/en/kdelibs4-apidocs/*.tmp
  245. %clean
  246. rm -rf $RPM_BUILD_ROOT
  247. %post
  248. /sbin/ldconfig
  249. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  250. %postun
  251. /sbin/ldconfig
  252. if [ $1 -eq 0 ] ; then
  253. update-desktop-database -q &> /dev/null
  254. update-mime-database %{_datadir}/mime &> /dev/null
  255. touch --no-create %{_iconsdir}/icons/hicolor &> /dev/null
  256. gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
  257. fi
  258. %posttrans
  259. update-desktop-database -q &> /dev/null
  260. update-mime-database %{_datadir}/mime >& /dev/null
  261. gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
  262. %files
  263. %defattr(-,root,root)
  264. %doc AUTHORS README TODO COPYING.LIB
  265. #config(noreplace) %{_sysconfdir}/profile.d/*
  266. %config %{_sysconfdir}/xdg/menus/*.menu
  267. %{_sysconfdir}/dbus-1/system.d/*
  268. %{_bindir}/*
  269. %exclude %{_bindir}/kconfig_compiler4
  270. %dir %{_datadir}/kde4/apps
  271. %{_datadir}/kde4/apps/*
  272. # kdewidgets
  273. %exclude %{_bindir}/makekdewidgets4
  274. %exclude %{_bindir}/kde4-doxygen.sh
  275. %exclude %{_datadir}/kde4/apps/kdewidgets
  276. %exclude %{_datadir}/kde4/apps/cmake
  277. %{_datadir}/config/*
  278. %{_datadir}/dbus-1/interfaces/*
  279. #{_datadir}/dbus-1/system-services/*
  280. %{_datadir}/mime/packages/kde.xml
  281. %if %{?_dist_release} != "vl4" && %{?_dist_release} != "vl5"
  282. #{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmremotewidgets.policy
  283. %else
  284. %{_datadir}/PolicyKit/policy/org.kde.kcontrol.kcmremotewidgets.policy
  285. %endif
  286. %{_datadir}/kde4/services/*
  287. %{_datadir}/kde4/servicetypes/*
  288. %{_datadir}/icons/hicolor/*/*/*
  289. %{_docdir}/HTML/en/sonnet
  290. %{_docdir}/HTML/en/kioslave
  291. %{_libdir}/lib*.so.*
  292. %{_libdir}/libkdeinit4_*.so
  293. %{_libdir}/kconf_update_bin
  294. %dir %{_libdir}/kde4
  295. %{_libdir}/kde4/*.so
  296. %{_libexecdir}/kde4
  297. %{_libdir}/kde4/plugins
  298. %{_mandir}/man*/*
  299. %exclude %{_datadir}/config/kdebug.areas
  300. %exclude %{_datadir}/config/kdebugrc
  301. %exclude %{_datadir}/config/ui/ui_standards.rc
  302. %exclude %{_datadir}/kde4/apps/kdeui
  303. %exclude %{_datadir}/config/colors/40.colors
  304. %exclude %{_datadir}/config/colors/Rainbow.colors
  305. %exclude %{_datadir}/config/colors/Royal.colors
  306. %exclude %{_datadir}/config/colors/Web.colors
  307. %exclude %{_datadir}/config/ksslcalist
  308. %exclude %{_bindir}/preparetips
  309. %files common
  310. %defattr(-,root,root,-)
  311. %{_datadir}/config/colors/40.colors
  312. %{_datadir}/config/colors/Rainbow.colors
  313. %{_datadir}/config/colors/Royal.colors
  314. %{_datadir}/config/colors/Web.colors
  315. %{_datadir}/config/ksslcalist
  316. %{_bindir}/preparetips
  317. %{_datadir}/config/kdebug.areas
  318. %{_datadir}/config/kdebugrc
  319. %dir %{_datadir}/config/ui
  320. %{_datadir}/config/ui/ui_standards.rc
  321. %{_datadir}/kde4/apps/kdeui
  322. %doc %{_docdir}/HTML/en/common
  323. %{_datadir}/locale/all_languages/
  324. %files devel
  325. %defattr(-,root,root)
  326. %doc KDE4PORTING.html
  327. %{_bindir}/kconfig_compiler4
  328. %{_bindir}/makekdewidgets4
  329. %{_bindir}/kde4-doxygen.sh
  330. %{_includedir}/*
  331. %dir %{_libdir}/kde4/devel
  332. %{_libdir}/kde4/devel/lib*.so
  333. #exclude %{_libdir}/libkdeinit4_*.so
  334. %{_datadir}/kde4/apps/cmake
  335. %{_datadir}/kde4/apps/kdewidgets
  336. %{_mandir}/man1/kdecmake.1*
  337. %{_mandir}/man1/makekdewidgets.1*
  338. %files apidocs
  339. %defattr(-,root,root)
  340. %doc %{_docdir}/HTML/en/kdelibs4-apidocs
  341. %changelog
  342. * Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
  343. - new upstream release
  344. - added BR: dbusmenu-qt-devel
  345. * Wed May 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
  346. - new upstream release
  347. - updated spec files for Vine Linux 5/VineSeed
  348. * Sun Apr 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
  349. - new upstream release
  350. - built with xz-devel
  351. * Sat Mar 6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
  352. - dropt kde4.(sh|csh) (kde-settings provides them)
  353. - new upstream release
  354. * Sun Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.0-1
  355. - new upstream release
  356. - built with new toolchain
  357. * Mon Nov 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
  358. - new upstream release
  359. - added Patch25, 26
  360. * Fri Nov 06 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.3-2
  361. - BR flex and bison for the Solid predicate parser
  362. - fix build of fakes.c due to missing #include <string.h>
  363. * Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-1
  364. - new upstream release
  365. - added Patch21, 22, 24, 100, 101 and 200 from Fedora
  366. * Thu Oct 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.2-3
  367. - khtml kpart crasher (kde #207173/209876)
  368. * Fri Sep 04 2009 Than Ngo <than@redhat.com> - 4.3.1-3
  369. - security fix for -CVE-2009-2702
  370. * Wed Sep 02 2009 Ben Boeckel <MathStuf@gmail.com> - 4.3.1-2
  371. - Patch for kde#160679
  372. * Fri Aug 28 2009 Than Ngo <than@redhat.com> - 4.3.1-1
  373. - openssl-1.0 build fixes
  374. * Thu Sep 3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
  375. - new upstream release
  376. - dropped Patch100-103 (merged into upstream)
  377. * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-2
  378. - fixed Provides
  379. - added more pacthes from Fedora
  380. - fix KDE bug #19538, copy file after rename uses old file name
  381. - fix unmounting devices
  382. - fix copying URLs to clipboard (kdebug:170608)
  383. - microblog crashes plasma on show friends toggle (kdebug#202550)
  384. - khtml crasher (kdebug#199557)
  385. * Mon Aug 17 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
  386. - new upstream release
  387. - added Pacthes from Fedora
  388. * Fri May 8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-2
  389. - added SOURCE1-3
  390. - added Patch54 from Fedora
  391. * Fri Aug 22 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.5.9-18
  392. - fix build against Rawhide kernel headers (fix flock and flock64 redefinition)
  393. - fixed %%files section based on Fedora
  394. * Sun Sep 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
  395. - applied new versioning policy
  396. - defined %%{vine3}, %%{vine5} macro instead of %%{vine4} macro
  397. - redefined %%__libtoolize
  398. - omitted extraneous .la file references
  399. * Mon Nov 26 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl4
  400. - rebuild for VineSeed
  401. * Mon Nov 26 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl3
  402. - add Patch20 (BTS:561)
  403. * Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
  404. - rebuild for VineSeed
  405. * Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
  406. - new upstream release
  407. - drop Patch3
  408. - add Patch4 (bug #150809, #150904)
  409. - add Patch5 (post 3.5.8 zoom fix)
  410. * Thu Aug 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl3
  411. - add Patch3 (CVE-2007-4225)
  412. * Wed Jun 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
  413. - rebuild for VineSeed
  414. * Mon Jun 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
  415. - new upstream release
  416. - drop Patch1
  417. - add Patch100 to support kdnssd-avahi
  418. - add Requires: nss-mdns
  419. * Tue Jan 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.5-0vl8
  420. - rebuild with jasper 1.900.0
  421. * Tue Oct 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl7
  422. - rebuild for VineSeed
  423. * Tue Oct 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl6
  424. - add Patch2 (CVE-2006-4811)
  425. * Sat Oct 14 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl5
  426. - added --with-qt-libraries and --enable-libsuffix option
  427. - removed --libdir=%%{_libdir} option
  428. * Thu Oct 12 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl4
  429. - rebuild for VineSeed
  430. * Thu Oct 12 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl3
  431. - add Patch1 (https://bugs.kde.org/show_bug.cgi?id=135409)
  432. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
  433. - rebuild for VineSeed
  434. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
  435. - new upstream release
  436. * Tue Sep 05 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.4-0vl4
  437. - added --libdir=%%{_libdir} configure option
  438. * Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.4-0vl3
  439. - rebuilt with openldap-2.3.27-0vl1
  440. * Tue Jul 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
  441. - rebuild for VineSeed
  442. * Tue Jul 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
  443. - new upstream release
  444. * Wed Jun 14 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.5.3-0vl3
  445. - rebuilt with gamin-devel in place of fam-devel
  446. * Wed May 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
  447. - rebuild for VineSeed
  448. * Wed May 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
  449. - new upstream release
  450. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
  451. - rebuild for VineSeed
  452. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
  453. - new upstream release
  454. - drop Patch20
  455. - change xdg-menu and Requires: vine-menus for VineSeed
  456. * Fri Mar 17 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl3
  457. - add Patch20 to fix warning of 'meinproc -v'
  458. * Tue Jan 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
  459. - rebuild for VineSeed
  460. * Tue Jan 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
  461. - new upstream release
  462. - drop Patch1
  463. * Wed Jan 11 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl4
  464. - rebuild for VineSeed
  465. * Wed Jan 11 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl3
  466. - add Patch1 (http://www.kde.org/info/security/advisory-20060119-1.txt)
  467. * Thu Dec 8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl2
  468. - rebuild for VineSeed
  469. * Mon Nov 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl1
  470. - new upstream release
  471. * Fri Nov 11 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl0.rc1
  472. - new upstream release
  473. * Thu Oct 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.92-0vl1
  474. - new upstream release
  475. * Mon Sep 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.91-0vl1
  476. - new upstream release
  477. * Fri Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl2
  478. - build for VineSeed (with_gnome_menus 1, alsa 1)
  479. * Fri Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl1
  480. - new upstream release
  481. - build for Vine3.1 (with_gnome_menus 0, alsa 0)
  482. * Thu Jun 30 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl2
  483. - build for VineSeed (with_gnome_menus 1)
  484. - add --disable-rpath --with-alsa to configure option
  485. - add alsa support
  486. * Wed Jun 1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl1
  487. - new upstream release
  488. - build for Vine3.1 (with_gnome_menus 0)
  489. - remove patch1
  490. - use %%{?_smp_mflags} for make option
  491. * Fri May 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl7
  492. - build for VineSeed
  493. - revised source1
  494. * Wed May 4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl6
  495. - update patch1 (http://www.kde.org/info/security/advisory-20050504-1.txt)
  496. * Tue Apr 19 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl5
  497. - rebuild for VineSeed
  498. * Tue Apr 19 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl4
  499. - add patch1: CAN-2005-1046
  500. * Tue Apr 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl3
  501. - add patch10: arrange *.menu to use applications.menu from gnome-menus
  502. - add BuildPrereq: fam-devel and remove --disable-fam from configure
  503. - re-number patches
  504. - add translated descriptions (thanks to spec file translation project)
  505. * Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl2
  506. - rebuild for VineSeed
  507. * Thu Mar 10 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl1
  508. - new upstream release
  509. * Tue Mar 1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl0.rc1
  510. - new upstream release (3.4.0-rc1)
  511. - update %%files
  512. * Mon Feb 7 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.92-0vl1
  513. - new upstream release
  514. - remove Patch0
  515. * Tue Jan 25 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.91-0vl1
  516. - new upstream release
  517. - remove Patch1
  518. * Thu Jan 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl4
  519. - rebuild for VineSeed
  520. * Thu Jan 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl3
  521. - add patch2 (http://www.kde.org/info/security/advisory-20050101-1.txt)
  522. * Sat Dec 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
  523. - rebuild for VineSeed
  524. * Sat Dec 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
  525. - source upgrade
  526. - build for Vine Linux 3.1
  527. - add patch0 (http://www.kde.org/info/security/advisory-20041209-1.txt)
  528. - add patch1 (http://www.kde.org/info/security/advisory-20041213-1.txt)
  529. - add BuildPrereq: libidn-devel and Requires: libidn
  530. * Tue Dec 14 2004 Satoshi MACHINO <machino@vinelinux.org> 3.3.1-0vl2
  531. - build on jasper-devel-1.701.0-0vl1
  532. * Sat Oct 9 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
  533. - source upgrade
  534. - set cups default (remove option for cups)
  535. - refine %%files
  536. * Sun Sep 5 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.0-0vl1
  537. - source upgrade
  538. - remove patch0
  539. - add BuildPrerep: aspell-devel
  540. * Tue Aug 10 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
  541. - rebuild with qt32
  542. - add Patch0 from kde.org
  543. - add BuildPrereq: gettext openssh-devel
  544. - remove /usr/share/icons/hicolor/index.theme
  545. * Fri Jun 4 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
  546. - remove all patches
  547. - add BuildPrereq: bzip2-devel
  548. - remove lines about vine26
  549. * Mon May 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl2
  550. - add patch1 and patch2 from kde-packager ML
  551. * Fri Apr 30 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
  552. - source upgrade
  553. - add patch0 from kde-packager ML
  554. * Fri Mar 26 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl2
  555. - rebuild with openssl-0.9.7d
  556. * Mon Mar 8 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
  557. - source upgrade
  558. * Sun Feb 1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.0-0vl1
  559. - source upgrade
  560. - add BuildPrereq: jasper-devel
  561. - add Requires: pcre cyrus-sasl libogg libvorbis jasper openssl
  562. - add --sysconfdir=%%{_sysconfdir} to configure option
  563. - enable cups support
  564. * Sat Jan 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl2
  565. - rebuild for VineSeedPlus
  566. * Sat Jan 10 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl1
  567. - source upgrade
  568. - build for VinePlus/2.6
  569. - (VinePlus/2.6) BuildPrereq: autoconf258
  570. * Mon Dec 29 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl4
  571. - install KDE API documentation
  572. * Sun Dec 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl3
  573. - build for VineSeed with new toolchain and qt-3.2.3
  574. * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0.26vl2
  575. - rebuild with qt-3.2.1-0.26vl3
  576. * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl2
  577. - rebuild with qt-3.2.1-0vl3
  578. * Wed Sep 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl1
  579. - source upgrade
  580. - remove Patch0
  581. - build with gcc-3.2.3
  582. * Sat Aug 9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl2
  583. - add patch0 from kde-packager ML
  584. * Wed Jul 23 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl1
  585. - source upgrade
  586. - add BuildPrereq: openldap-devel and Requires: openldap
  587. * Sat Jul 5 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl3
  588. - change spec to build with gcc295
  589. - change make option for SMP and add script
  590. * Thu Jun 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl2
  591. - add CFLAGS and CXXFLAGS
  592. - change spec to build with g++-2.95.3
  593. * Sat May 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
  594. - source upgrade
  595. - Requires: arts >= 1:1.1.2 and BuildPrereq: arts-devel >= 1:1.1.2
  596. * Mon Apr 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1a-0vl3
  597. - revised description
  598. - clean up files section
  599. * Mon Apr 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1a-0vl2
  600. - add BuildPrereq: libjpeg-devel libmng-devel libtiff-devel
  601. - rebuilt with libpng >= 1.2.5 when %%{vine26} is set to 0 (ie VineSeedPlus)
  602. * Thu Apr 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1a-0vl1
  603. - security release
  604. - remove patch0 and patch1 (included in this source)
  605. * Sun Mar 23 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
  606. - source upgrade
  607. - renumber patch0 to patch800
  608. - add patch0 from kde.org (Bug #55571)
  609. - add patch1 (http://lists.kde.org/?l=kde-core-devel&m=104221693026288&w=2)
  610. * Tue Feb 25 2003 Tomoya TAKA <taka@vinelinux.org> 3.1-0vl5
  611. - fix handling of %%patch0
  612. * Mon Feb 24 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl4
  613. - rebuild with qt-3.1.1-0vl3
  614. * Tue Feb 18 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl3
  615. - add Patch for fix KHTML
  616. * Tue Feb 11 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl2
  617. - change spec to build both VineSeed and Vine2.5/2.6
  618. * Thu Jan 30 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl1
  619. - source upgrade to 3.1-stable
  620. * Thu Jan 23 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc7vl3
  621. - source upgrade to 3.1rc7 of Jan 23 tarball
  622. * Wed Jan 22 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc7vl2
  623. - source upgrade to 3.1rc7 of Jan 21 tarball
  624. * Sun Jan 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc7vl1
  625. - source upgrade to 3.1rc7
  626. * Sun Jan 12 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc6vl1
  627. - source upgrade to 3.1rc6
  628. - stop using objprelink2, it does not work with gcc3
  629. - delete all patches
  630. - add BuildPrereq: libart_lgpl-devel >= 2.3.8
  631. - update %%files section
  632. - change configure option
  633. * Sun Nov 17 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl3
  634. - add Patch0 (security patch)
  635. - add export PATH=`pwd`:$PATH to %%build and %%install section
  636. * Wed Oct 16 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl2
  637. - objprelink2 support only i386 (add %%ifarch i386 ... again)
  638. * Thu Oct 10 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl1
  639. - source upgrade
  640. - delete patch0
  641. - BuildPrereq: arts-devel >= 1:1.0.4 and Requires: arts >= 1:1.0.4
  642. * Tue Oct 8 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl3
  643. - rebuild with qt-3.0.5-0vl1
  644. - BuildPrereq: autoconf253 automake15 objprelink2
  645. * Wed Sep 11 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl2
  646. - add patch0 to fix for cross side scripting domain check
  647. * Tue Aug 20 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-0vl1
  648. - source upgrade
  649. * Tue Jul 9 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.2-0vl1
  650. - source upgrade
  651. - delete patch1
  652. * Fri Jun 7 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.1-0vl1
  653. - source upgrade to 3.0.1
  654. - add patch1 from kde.org (security patch)
  655. * Mon Apr 15 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl2
  656. - source upgrade to 3.0
  657. - add patch800 from kde.gr.jp
  658. - add patch900 from http://pc.2ch.net/test/read.cgi/linux/1007375984/332
  659. * Sat Mar 30 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl1
  660. - source update to cvs-20020329
  661. - delete all patches
  662. - merged with rawhide 3.0.0-0.cvs20020319.1
  663. - add BuildPrereq: doxygen autoconf252 automake15
  664. - There is Vine's previous changes, hacked for Vine
  665. -- Sat Mar 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-0vl1
  666. - update to 2.2.2
  667. - build with qt-2.3.1-6vl5
  668. - cleanup spec
  669. - update patch100 and 101
  670. -- Mon Dec 31 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl4
  671. - rebuild with qt-2.3.1-6vl3
  672. -- Tue Nov 27 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl3
  673. - Change optimize flag to "-O2"
  674. - Add objprelink option (i386 only)
  675. -- Tue Oct 16 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl1
  676. - Build for VineSeed
  677. - Delete Epoch
  678. - Add Requires and BuildPrereq
  679. * Tue Mar 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020319.1
  680. - switch to doxygen for building docs
  681. * Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020314.1
  682. - s/qDebug/kdDebug/
  683. * Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020311.1
  684. - Reduce debug spewage
  685. * Fri Mar 1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020301.1
  686. - Update
  687. * Fri Feb 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020215.1
  688. - Update
  689. - arts is no longer part of kdelibs
  690. * Mon Feb 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020211.1
  691. - Update
  692. - Build with Xinerama support
  693. * Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020128.3
  694. - Rebuild from a fresh CVS checkout
  695. * Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020128.1
  696. - KABC::AddressBook::reload() added
  697. * Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020126.1
  698. - Update to get API changes
  699. - Build with CUPS support
  700. * Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020117.1
  701. - Update
  702. * Wed Jan 9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020109.1
  703. - Stop excluding alpha, gcc has been fixed
  704. - Fix generation of API docs
  705. - Fix up SSL support
  706. * Mon Jan 7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020107.1
  707. - arts-devel provides kdelibs-sound-devel for backwards compatibility
  708. - Update, rebuild with gcc 3.1-0.15
  709. * Fri Jan 4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020104.1
  710. - Update
  711. - Make sure we aren't built with gcc 3.1 prior to -0.14
  712. - Remove -O0 hack, no longer needed with gcc 3.1-0.14
  713. - Adapt spec file to base changes (good-bye, libkfile, libkssl and libksycoca!)
  714. * Sat Dec 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011229.1
  715. - Update
  716. - stop excluding alpha
  717. * Fri Dec 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011214.1
  718. - Update
  719. - Update Japanese patches
  720. - Temporarily exclude alpha (compiler bugs)
  721. - Add workaround for gcc bug #57502
  722. * Sun Nov 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011111.1
  723. - Get rid of kdelibs-sound, kdelibs-sound-devel; add arts-devel. Makes more
  724. sense.
  725. * Thu Oct 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011018.1
  726. - Various 3.0 related fixes
  727. * Thu Aug 2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010802.1
  728. - Remove the japanese khtml patches, they break too many non-japanese web
  729. pages
  730. * Mon Jul 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010730.1
  731. - Update, fixes <option size> handling in khtml (#50303)
  732. - Add japanese patches
  733. * Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010726.1
  734. - Add yet another build dependency (#49909)
  735. * Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010724.1
  736. - Remove internal libxslt, we have the real thing
  737. - Remove ia64 workarounds, no longer needed
  738. * Sat Jul 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010721.1
  739. - Move artsmessage from arts to kdelibs-sound
  740. - Update
  741. * Fri Jul 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010720.2
  742. - Move libartskde from arts to kdelibs-sound
  743. * Fri Jul 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010720.1
  744. - Update
  745. - Work around ia64 breakages
  746. * Wed Jun 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.beta1.1
  747. - beta 1
  748. * Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010626.1
  749. - Update
  750. - Obsolete kdesupport, kdesupport-devel
  751. * Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010516.1
  752. - Update
  753. * Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010514.1
  754. - Fix up pcre detection in CVS
  755. - Update, fixes "easy enter form" in Bugzilla
  756. * Thu May 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010510.1
  757. - Update to CVS, fix second half of bug #40087
  758. * Fri May 04 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010503.1
  759. - Update to CVS after fixing bugs #38894, #30575
  760. directly in the CVS tree
  761. * Sun Apr 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.alpha1.2
  762. - create subpackages for MySQL and Postgres KDB plugins to avoid
  763. unnecessary dependencies
  764. * Wed Apr 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.alpha1.1
  765. - 2.2alpha1
  766. - require pcre, pcre-devel
  767. * Tue Apr 3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-5
  768. - Merge fixes from current KDE_2_1_BRANCH - fixes 2 memory leaks and
  769. makes kio_http more tolerant to broken Auth requests sent by some
  770. servers
  771. - Add missing mcop{class,type} files in arts package
  772. - Handle PATH changes in kdesu, some KControl modules need /sbin in the
  773. PATH... (#34209)
  774. - Add KDE2PORTING.html file in /usr/share/docs/kdelibs-devel-%{version},
  775. it's quite useful...
  776. * Thu Mar 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-3
  777. - Fix up kded to watch directories we can't write to
  778. - Use mkstemp() rather than tmpfile() for xauth file generation
  779. in kdesu
  780. * Wed Mar 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-2
  781. - Fix up cookie escaping (this should finally fix bugzilla for good)
  782. - Security: cookies shouldn't be world readable, some websites store
  783. login information
  784. * Wed Mar 21 2001 Than Ngo <than@redhat.com>
  785. - disable debug as default
  786. * Tue Mar 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-1
  787. - 2.1.1
  788. - Escape cookies when necessary
  789. * Mon Mar 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-10
  790. - Don't crash in KProcess if getpwuid() returns NULL, happens with
  791. LDAP authentication
  792. - Require qt >= 2.3.0 (#31770)
  793. - Fix crash in KURLCompletion
  794. * Tue Mar 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-9
  795. - Add some more fixes and <layer> support from KDE_2_1_BRANCH
  796. - Patch KService to not add K menu entries if the desktop files
  797. aren't readable by the user we're running at (removes bogus
  798. timetool, control-panel etc. entries; I'd still prefer running
  799. those through consolehelper over hiding them from users...)
  800. * Fri Mar 9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  801. - Revert to putting config files in /usr/share/config
  802. - Fix up cookie handling when combined with JavaScript (#30577)
  803. - Add some html rendering fixes from KDE_2_1_BRANCH
  804. * Wed Feb 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  805. - /usr/share/config -> /etc/kde
  806. - Use --disable-debug, it works with Qt 2.3.0
  807. * Tue Feb 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  808. - Add khtml+DOM fixes from KDE_2_1_BRANCH
  809. - BuildPrereq docbook stuff so we don't get broken kdb2html stuff
  810. * Thu Feb 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  811. - YAR (Yet Another Respin)
  812. * Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  813. - 2.1-respin
  814. * Mon Feb 19 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  815. - 2.1
  816. * Sun Feb 18 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  817. - Update
  818. - Disable some more debugging (but leave -DNDEBUG out, it's broken)
  819. * Thu Feb 15 2001 Than Ngo <than@redhat.com>
  820. - create the kdoc-preferences for kdevelop
  821. - put the html documents /usr/share/doc/kdelibs-devel-2
  822. * Wed Feb 14 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  823. - Add workaround for merging GNOME's non-UTF8 .desktop files
  824. in the KDE menu
  825. * Tue Feb 13 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  826. - disable debug, but patch out the CXXFLAGS change
  827. * Mon Feb 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  828. - Back out --disable-debug change
  829. * Fri Feb 9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  830. - Build with --disable-debug
  831. * Tue Feb 6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  832. - Get rid of libkdefakes.so.0 (obsolete)
  833. - Fix the escape sequence patch (#25307)
  834. * Mon Feb 5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  835. - Add Japanese patch from Sato Satoru <ssato@redhat.com>
  836. * Thu Feb 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  837. - Fix klauncher escape sequence handling (#25307, Patch from Tim Waugh)
  838. - Fix krun escape sequence handling (#25134, Patch from Tim Waugh)
  839. - Make /usr/share/doc/HTML/en/kspell/common symlink relative (#24793)
  840. * Thu Jan 25 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  841. - Apply patch from CVS to fix up Cookie handling in Konqueror.
  842. Finally Bugzilla works perfectly in Konqueror.
  843. * Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  844. - kdelibs-sound-devel requires audiofile-devel, kdelibs-sound doesn't.
  845. - Update, fixes various HTML rendering bugs
  846. * Sat Jan 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  847. - Require kdesupport >= 2.0.99 rather than >= %%{version}
  848. kdesupport doesn't change frequently.
  849. * Fri Jan 19 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  850. - Update
  851. * Wed Jan 17 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  852. - remove the Java hacks; KDE now requires a Java 2 compliant
  853. environment, so there's no chance to get any of it to run
  854. with current kaffe.
  855. * Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  856. - restore real arts %%description
  857. - require Qt >= 2.2.3 rather than 2.2.0
  858. * Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  859. - Move libkmedia2_idl to arts; it's needed there
  860. - Fix up the Java stuff. The new stuff is ugly, but seems to work
  861. - Get rid of the compiler bug workaround: the ICE was triggered by
  862. unclean code
  863. - Change the description of the arts package for translation purposes
  864. * Mon Jan 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  865. - Work around compiler bugs (sigh)
  866. - Fix specfile (added files)
  867. - Split arts into a separate package; it's required by SDL,
  868. and depending on kdelibs-sound (which requires kdelibs)
  869. is overkill
  870. * Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  871. - Modify the check for an acceptable JVM to accept Kaffe
  872. * Mon Jan 8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  873. - Add a hack to get a static libartsc
  874. * Sun Jan 7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  875. - Obsolete kdelibs2* (from 7.0preview)
  876. * Mon Jan 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  877. - Update
  878. * Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  879. - Run ldconfig in %%post/%%postun for kdelibs-sound
  880. - Turn off optimizations on ia64
  881. * Mon Dec 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  882. - 2.1beta1
  883. * Thu Nov 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  884. - update to current HEAD
  885. * Fri Nov 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  886. - Another one - fix segfaults in the spellchecker
  887. - fix docs
  888. * Fri Nov 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  889. - Update CVS yet again - styles crash fix
  890. * Thu Nov 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  891. - Update CVS - security fix in Java/Javascript code.
  892. There seems to be some conspiracy going on - "commit important
  893. fixes right after Red Hat built new RPMs" or the likes. :>
  894. * Thu Nov 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  895. - Fix up handling of desktop files that use TryExec (Bug #20020)
  896. Patch also committed to KDE CVS
  897. * Wed Nov 1 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  898. - Rebuild with fixed kdoc
  899. * Fri Oct 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  900. - update to current KDE_2_0_BRANCH, now that most of the ".0 release"
  901. bugs are fixed
  902. - fix typo in specfile: it's mitshm, not libshm
  903. - Add ksendbugmail, required for the "Report Bug" feature to work
  904. * Sun Oct 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  905. - 2.0 final
  906. - don't --enable-final on alpha (compiler problems)
  907. * Sun Oct 1 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  908. - rebuild
  909. * Sat Sep 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  910. - new CVS snapshot
  911. - fix up specfile
  912. - exclude alpha for now (compiler bugs)
  913. * Sat Sep 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  914. - major specfile cleanups
  915. - update CVS
  916. * Fri Sep 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  917. - Move back to /usr
  918. - New CVS snapshot
  919. - Clean up specfile
  920. - Use %%defines so we can build CVS snapshots and releases from the same
  921. specfile
  922. * Fri Aug 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  923. - rebuild with optimizations re-enabled (Qt works around the problem now)
  924. * Thu Aug 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  925. - rebuild with new Qt
  926. * Tue Aug 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  927. - 1.93
  928. * Sat Aug 05 2000 Than Ngo <than@redhat.de>
  929. - don't use -DNDEBUG and -O2 on alpha,sparc to build, it breaks with Internal
  930. error (c++ bug)
  931. * Fri Aug 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  932. - update to current (I fixed the libGL detection issue there)
  933. * Wed Aug 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  934. - move to /usr/lib/kde2
  935. - new snapshot
  936. * Wed Jul 26 2000 Than Ngo <than@redhat.de>
  937. - new snapshot
  938. * Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  939. - new snapshot
  940. * Thu Jul 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  941. - new snapshot, new Qt
  942. - various fixes to spec file
  943. - get rid of -O0, no longer required with gcc 2.96-41 (except on alpha)
  944. * Tue Jul 18 2000 Than Ngo <than@redhat.de>
  945. - rebuilt with gcc-2.96-40
  946. * Sun Jul 16 2000 Than Ngo <than@redhat.de>
  947. - use gcc 2.96
  948. - new snapshot
  949. - use -O0 for now (ICE)
  950. * Sun Jul 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  951. - Use egcs++
  952. - Epoch 3
  953. - Update to current
  954. * Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  955. - Update to current - segfaulting at initialization time is not a nice
  956. feature.
  957. * Tue Jun 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  958. - new snapshot
  959. - disable build on ia64 for now (compiler bugs)
  960. - FHSify
  961. * Thu Mar 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  962. - new snapshot
  963. - split: move sound support to a separate package, suggestion from
  964. David Faure <david@linux-mandrake.com>
  965. * Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  966. - new snapshot
  967. - move it to /usr, where it belongs
  968. * Wed Jan 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  969. - move programming docs to %%{_docdir}/kdelibs-devel-%%{version}-%%{release}
  970. and to kdelibs-devel package
  971. - new snapshot
  972. * Tue Dec 14 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  973. - Add qt version number in Requires, add kdoc HTML help
  974. (patch from David Faure <david@mandrakesoft.com>)
  975. - Actually use the %%clean section
  976. * Mon Nov 1 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  977. - almost completely rewrite spec file - move to DESTDIR system
  978. - current snapshot
  979. * Thu Oct 15 1999 Bernhard Rosenkraenzer <bero@redhat.de>
  980. - 2.0 snapshots
  981. - Change prefix to respect %{prefix} so we can coexist with KDE 1.x
  982. - kdelibs-devel requires kdelibs
  983. * Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
  984. - move kde_htmldir to /usr/doc/kde
  985. - mark doc files as such
  986. * Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
  987. - fix up perl include path for kdoc
  988. * Thu Sep 16 1999 Preston Brown <pbrown@redhat.com>
  989. - remove linking to qimgio from kdecore, moved to kpanel/kfm directly
  990. - renamed "lowcolor" directory to "locolor"
  991. * Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
  992. - added lowcolor icons directory and /usr/share/pixmaps to icon search path
  993. - hacking to recognize .desktop files as application/x-kdelnk
  994. * Thu Sep 09 1999 Preston Brown <pbrown@redhat.com>
  995. - added kdoc index files.
  996. * Wed Sep 08 1999 Preston Brown <pbrown@redhat.com>
  997. - updated to KDE 1.1.2.
  998. - use /usr/lib/qt-1.44 as qt root.
  999. - separate devel subpackages; include documentation and kdoc.
  1000. - added KDE icon.
  1001. - relocated includes to /usr/include/kde
  1002. * Fri Jun 11 1999 Preston Brown <pbrown@redhat.com>
  1003. - snapshot, includes kde 1.1.1 + fixes
  1004. * Mon Apr 19 1999 Preston Brown <pbrown@redhat.com>
  1005. - last snapshot before release
  1006. * Mon Apr 12 1999 Preston Brown <pbrown@redhat.com>
  1007. - latest stable snapshot
  1008. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  1009. - Injected new description and group.
  1010. * Mon Feb 08 1999 Preston Brown <pbrown@redhat.com>
  1011. - upgraded to KDE 1.1 final.
  1012. * Fri Jan 15 1999 Preston Brown <pbrown@redhat.com>
  1013. - updated macros for RPM 3.0, removed redhat-release dependency
  1014. * Tue Jan 05 1999 Preston Brown <pbrown@redhat.com>
  1015. - re-integrated changes from Duncan Haldane