kdelibs-vl.spec 50 KB

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