kdelibs-vl.spec 51 KB

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