kdelibs-vl.spec 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509
  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.1
  15. Release: 1%{?_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.9.97-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/kdecmake.1*
  410. %{_mandir}/man1/makekdewidgets.1*
  411. %files apidocs
  412. %defattr(-,root,root)
  413. %doc %{_docdir}/HTML/en/kdelibs4-apidocs
  414. %changelog
  415. * Sat Sep 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
  416. - new upstream release
  417. * Sun Jul 14 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.5-1
  418. - new upstream release
  419. - remove Requires: kde-settings
  420. - update patches from fedora
  421. - Patch0 (kdelibs-4.9.95-parallel_devel.patch)
  422. - Patch2 (kdelibs-4.10.0-kde149705.patch)
  423. - Patch12 (kdelibs-4.10.0-xdg-menu.patch)
  424. - Patch14 (kdelibs-4.9.97-libexecdir.patch)
  425. - Patch18 (kdelibs-4.10.0-kstandarddirs.patch)
  426. - Patch20 (kdelibs-4.10.0-cmake.patch)
  427. - Patch27 (kdelibs-4.10.0-no_rpath.patch)
  428. - Patch52 (kdelibs-4.10.0-SOLID_UPNP.patch)
  429. - add patches from fedora
  430. - Patch41 (0002-Trigger-installation-of-missing-components-when-inst.patch)
  431. - Patch42 (0003-Implement-automatic-scanning-of-source-code-for-requ.patch)
  432. - Patch55 (FindSamba.cmake-help-find-samba4-more-reliably.patch)
  433. - Patch61 (kdelibs-4.9.3-dot.patch)
  434. - Patch90 (return-not-break.-copy-paste-error.patch)
  435. - Patch91 (coding-style-fixes.patch)
  436. - Patch92 (return-application-icons-properly.patch)
  437. - Patch301 (kdelibs-4.x-abrt.patch)
  438. - remove patches
  439. - Patch9 (kdelibs-4.6.80-branding.patch)
  440. - Patch10 (kdelibs-4.1.72-no-cache-kdeglobals-paths.patch)
  441. - Patch24 (kdelibs-4.3.1-drkonq.patch)
  442. - Patch47 (kdelibs-udisks2-backend.patch)
  443. - Patch51 (kdelibs-4.6.2-uri_mimetypes.patch)
  444. - Patch100 (kdelibs-FindKdcraw.patch)
  445. - Patch200 (kdelibs-4.3.1-CVE-2009-2702.patch)
  446. - add Patch1001 (kdelibs-4.10.4-disable-hal.patch)
  447. * Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
  448. - new upstream release
  449. - add Patches from fedora
  450. - Patch47 (kdelibs-udisks2-backend.patch)
  451. - Patch49 (kdelibs-solid_qt_no_debug_output.patch)
  452. - Patch52 (kdelibs-4.7.4-SOLID_UPNP.patch)
  453. - Patch54 (kdelibs-4.8.4-kjs-locale.patch)
  454. - Patch59 (kdelibs-4.9.3-kcm_ssl.patch)
  455. - Patch100 (kdelibs-4.7.4-SOLID_UPNP.patch)
  456. - update Patch14 (kdelibs-4.8.0-libexecdir.patch)
  457. - remove Patch52 (kdelibs-4.6.95-khtml-kde#277457.patch)
  458. - remove Patch300 (kdelibs-4.6.80-halectomy.patch)
  459. * Wed Nov 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
  460. - new upstream release
  461. * Thu Oct 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-2
  462. - rebuild with pcre-8.31
  463. * Sat Oct 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-1
  464. - new upstream release
  465. * Wed Sep 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
  466. - new upstream release
  467. * Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-2
  468. - rebuild with attica-0.4.1
  469. * Sun Aug 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
  470. - new upstream release
  471. * Mon Dec 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.4-2
  472. - dropt Patch400
  473. * Sun Dec 11 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.4-1
  474. - new upstream release
  475. * Sun Oct 23 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-2
  476. - added Patch400 for using pulseaudio-1.0
  477. * Fri Oct 7 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-1
  478. - new upstream release
  479. * Sat Aug 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-2
  480. - rebuilt with soprano-2.7.0-2 and akonadi-1.6.0-2
  481. * Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-1
  482. - new upstream release
  483. - added BR: herqq-devel
  484. * Sat Jun 11 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
  485. - new upstream release
  486. - added R: kde-l10n-ja
  487. * Wed May 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.6.1-3
  488. - rebuild with docbook-dtds-1.0-55
  489. - add Requires: docbook-dtds docbook-style-xsl
  490. * Sat Mar 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-2
  491. - rebuilt with krb5-libs-1.8.2 and cups-1.4.6
  492. * Wed Mar 9 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
  493. - new upstream release
  494. - changed apidocs subpackage to noarch
  495. * Sat Feb 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-2
  496. - fixed Conflicts tag
  497. * Fri Feb 4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1
  498. - new upstream release
  499. * Sun Sep 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
  500. - new upstream release
  501. - updated summary
  502. - changed apidocs Group to Documentation
  503. * Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
  504. - new upstream release
  505. - added BR: dbusmenu-qt-devel
  506. * Tue May 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
  507. - new upstream release
  508. - updated spec files for Vine Linux 5/VineSeed
  509. * Sun Apr 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
  510. - new upstream release
  511. - built with xz-devel
  512. * Sat Mar 6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
  513. - dropt kde4.(sh|csh) (kde-settings provides them)
  514. - new upstream release
  515. * Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.0-1
  516. - new upstream release
  517. - built with new toolchain
  518. * Mon Nov 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
  519. - new upstream release
  520. - added Patch25, 26
  521. * Fri Nov 06 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.3-2
  522. - BR flex and bison for the Solid predicate parser
  523. - fix build of fakes.c due to missing #include <string.h>
  524. * Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-1
  525. - new upstream release
  526. - added Patch21, 22, 24, 100, 101 and 200 from Fedora
  527. * Thu Oct 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.2-3
  528. - khtml kpart crasher (kde #207173/209876)
  529. * Fri Sep 04 2009 Than Ngo <than@redhat.com> - 4.3.1-3
  530. - security fix for -CVE-2009-2702
  531. * Wed Sep 02 2009 Ben Boeckel <MathStuf@gmail.com> - 4.3.1-2
  532. - Patch for kde#160679
  533. * Fri Aug 28 2009 Than Ngo <than@redhat.com> - 4.3.1-1
  534. - openssl-1.0 build fixes
  535. * Thu Sep 3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
  536. - new upstream release
  537. - dropped Patch100-103 (merged into upstream)
  538. * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-2
  539. - fixed Provides
  540. - added more pacthes from Fedora
  541. - fix KDE bug #19538, copy file after rename uses old file name
  542. - fix unmounting devices
  543. - fix copying URLs to clipboard (kdebug:170608)
  544. - microblog crashes plasma on show friends toggle (kdebug#202550)
  545. - khtml crasher (kdebug#199557)
  546. * Mon Aug 17 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
  547. - new upstream release
  548. - added Pacthes from Fedora
  549. * Fri May 8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-2
  550. - added SOURCE1-3
  551. - added Patch54 from Fedora
  552. * Fri Aug 22 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.5.9-18
  553. - fix build against Rawhide kernel headers (fix flock and flock64 redefinition)
  554. - fixed %%files section based on Fedora
  555. * Sun Sep 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
  556. - applied new versioning policy
  557. - defined %%{vine3}, %%{vine5} macro instead of %%{vine4} macro
  558. - redefined %%__libtoolize
  559. - omitted extraneous .la file references
  560. * Mon Nov 26 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl4
  561. - rebuild for VineSeed
  562. * Mon Nov 26 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl3
  563. - add Patch20 (BTS:561)
  564. * Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
  565. - rebuild for VineSeed
  566. * Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
  567. - new upstream release
  568. - drop Patch3
  569. - add Patch4 (bug #150809, #150904)
  570. - add Patch5 (post 3.5.8 zoom fix)
  571. * Thu Aug 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl3
  572. - add Patch3 (CVE-2007-4225)
  573. * Wed Jun 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
  574. - rebuild for VineSeed
  575. * Mon Jun 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
  576. - new upstream release
  577. - drop Patch1
  578. - add Patch100 to support kdnssd-avahi
  579. - add Requires: nss-mdns
  580. * Tue Jan 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.5-0vl8
  581. - rebuild with jasper 1.900.0
  582. * Tue Oct 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl7
  583. - rebuild for VineSeed
  584. * Tue Oct 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl6
  585. - add Patch2 (CVE-2006-4811)
  586. * Sat Oct 14 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl5
  587. - added --with-qt-libraries and --enable-libsuffix option
  588. - removed --libdir=%%{_libdir} option
  589. * Thu Oct 12 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl4
  590. - rebuild for VineSeed
  591. * Thu Oct 12 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl3
  592. - add Patch1 (https://bugs.kde.org/show_bug.cgi?id=135409)
  593. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
  594. - rebuild for VineSeed
  595. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
  596. - new upstream release
  597. * Tue Sep 05 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.4-0vl4
  598. - added --libdir=%%{_libdir} configure option
  599. * Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.4-0vl3
  600. - rebuilt with openldap-2.3.27-0vl1
  601. * Tue Jul 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
  602. - rebuild for VineSeed
  603. * Tue Jul 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
  604. - new upstream release
  605. * Wed Jun 14 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.5.3-0vl3
  606. - rebuilt with gamin-devel in place of fam-devel
  607. * Wed May 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
  608. - rebuild for VineSeed
  609. * Wed May 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
  610. - new upstream release
  611. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
  612. - rebuild for VineSeed
  613. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
  614. - new upstream release
  615. - drop Patch20
  616. - change xdg-menu and Requires: vine-menus for VineSeed
  617. * Fri Mar 17 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl3
  618. - add Patch20 to fix warning of 'meinproc -v'
  619. * Tue Jan 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
  620. - rebuild for VineSeed
  621. * Tue Jan 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
  622. - new upstream release
  623. - drop Patch1
  624. * Wed Jan 11 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl4
  625. - rebuild for VineSeed
  626. * Wed Jan 11 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl3
  627. - add Patch1 (http://www.kde.org/info/security/advisory-20060119-1.txt)
  628. * Thu Dec 8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl2
  629. - rebuild for VineSeed
  630. * Mon Nov 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl1
  631. - new upstream release
  632. * Fri Nov 11 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl0.rc1
  633. - new upstream release
  634. * Thu Oct 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.92-0vl1
  635. - new upstream release
  636. * Mon Sep 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.91-0vl1
  637. - new upstream release
  638. * Fri Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl2
  639. - build for VineSeed (with_gnome_menus 1, alsa 1)
  640. * Fri Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl1
  641. - new upstream release
  642. - build for Vine3.1 (with_gnome_menus 0, alsa 0)
  643. * Thu Jun 30 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl2
  644. - build for VineSeed (with_gnome_menus 1)
  645. - add --disable-rpath --with-alsa to configure option
  646. - add alsa support
  647. * Wed Jun 1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl1
  648. - new upstream release
  649. - build for Vine3.1 (with_gnome_menus 0)
  650. - remove patch1
  651. - use %%{?_smp_mflags} for make option
  652. * Fri May 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl7
  653. - build for VineSeed
  654. - revised source1
  655. * Wed May 4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl6
  656. - update patch1 (http://www.kde.org/info/security/advisory-20050504-1.txt)
  657. * Tue Apr 19 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl5
  658. - rebuild for VineSeed
  659. * Tue Apr 19 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl4
  660. - add patch1: CAN-2005-1046
  661. * Tue Apr 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl3
  662. - add patch10: arrange *.menu to use applications.menu from gnome-menus
  663. - add BuildPrereq: fam-devel and remove --disable-fam from configure
  664. - re-number patches
  665. - add translated descriptions (thanks to spec file translation project)
  666. * Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl2
  667. - rebuild for VineSeed
  668. * Thu Mar 10 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl1
  669. - new upstream release
  670. * Tue Mar 1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl0.rc1
  671. - new upstream release (3.4.0-rc1)
  672. - update %%files
  673. * Mon Feb 7 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.92-0vl1
  674. - new upstream release
  675. - remove Patch0
  676. * Tue Jan 25 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.91-0vl1
  677. - new upstream release
  678. - remove Patch1
  679. * Thu Jan 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl4
  680. - rebuild for VineSeed
  681. * Thu Jan 6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl3
  682. - add patch2 (http://www.kde.org/info/security/advisory-20050101-1.txt)
  683. * Sat Dec 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
  684. - rebuild for VineSeed
  685. * Sat Dec 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
  686. - source upgrade
  687. - build for Vine Linux 3.1
  688. - add patch0 (http://www.kde.org/info/security/advisory-20041209-1.txt)
  689. - add patch1 (http://www.kde.org/info/security/advisory-20041213-1.txt)
  690. - add BuildPrereq: libidn-devel and Requires: libidn
  691. * Tue Dec 14 2004 Satoshi MACHINO <machino@vinelinux.org> 3.3.1-0vl2
  692. - build on jasper-devel-1.701.0-0vl1
  693. * Sat Oct 9 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
  694. - source upgrade
  695. - set cups default (remove option for cups)
  696. - refine %%files
  697. * Sun Sep 5 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.0-0vl1
  698. - source upgrade
  699. - remove patch0
  700. - add BuildPrerep: aspell-devel
  701. * Tue Aug 10 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
  702. - rebuild with qt32
  703. - add Patch0 from kde.org
  704. - add BuildPrereq: gettext openssh-devel
  705. - remove /usr/share/icons/hicolor/index.theme
  706. * Fri Jun 4 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
  707. - remove all patches
  708. - add BuildPrereq: bzip2-devel
  709. - remove lines about vine26
  710. * Mon May 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl2
  711. - add patch1 and patch2 from kde-packager ML
  712. * Fri Apr 30 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
  713. - source upgrade
  714. - add patch0 from kde-packager ML
  715. * Fri Mar 26 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl2
  716. - rebuild with openssl-0.9.7d
  717. * Mon Mar 8 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
  718. - source upgrade
  719. * Sun Feb 1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.0-0vl1
  720. - source upgrade
  721. - add BuildPrereq: jasper-devel
  722. - add Requires: pcre cyrus-sasl libogg libvorbis jasper openssl
  723. - add --sysconfdir=%%{_sysconfdir} to configure option
  724. - enable cups support
  725. * Sat Jan 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl2
  726. - rebuild for VineSeedPlus
  727. * Sat Jan 10 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl1
  728. - source upgrade
  729. - build for VinePlus/2.6
  730. - (VinePlus/2.6) BuildPrereq: autoconf258
  731. * Mon Dec 29 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl4
  732. - install KDE API documentation
  733. * Sun Dec 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl3
  734. - build for VineSeed with new toolchain and qt-3.2.3
  735. * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0.26vl2
  736. - rebuild with qt-3.2.1-0.26vl3
  737. * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl2
  738. - rebuild with qt-3.2.1-0vl3
  739. * Wed Sep 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl1
  740. - source upgrade
  741. - remove Patch0
  742. - build with gcc-3.2.3
  743. * Sat Aug 9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl2
  744. - add patch0 from kde-packager ML
  745. * Wed Jul 23 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl1
  746. - source upgrade
  747. - add BuildPrereq: openldap-devel and Requires: openldap
  748. * Sat Jul 5 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl3
  749. - change spec to build with gcc295
  750. - change make option for SMP and add script
  751. * Thu Jun 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl2
  752. - add CFLAGS and CXXFLAGS
  753. - change spec to build with g++-2.95.3
  754. * Sat May 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
  755. - source upgrade
  756. - Requires: arts >= 1:1.1.2 and BuildPrereq: arts-devel >= 1:1.1.2
  757. * Mon Apr 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1a-0vl3
  758. - revised description
  759. - clean up files section
  760. * Mon Apr 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1a-0vl2
  761. - add BuildPrereq: libjpeg-devel libmng-devel libtiff-devel
  762. - rebuilt with libpng >= 1.2.5 when %%{vine26} is set to 0 (ie VineSeedPlus)
  763. * Thu Apr 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1a-0vl1
  764. - security release
  765. - remove patch0 and patch1 (included in this source)
  766. * Sun Mar 23 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
  767. - source upgrade
  768. - renumber patch0 to patch800
  769. - add patch0 from kde.org (Bug #55571)
  770. - add patch1 (http://lists.kde.org/?l=kde-core-devel&m=104221693026288&w=2)
  771. * Tue Feb 25 2003 Tomoya TAKA <taka@vinelinux.org> 3.1-0vl5
  772. - fix handling of %%patch0
  773. * Mon Feb 24 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl4
  774. - rebuild with qt-3.1.1-0vl3
  775. * Tue Feb 18 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl3
  776. - add Patch for fix KHTML
  777. * Tue Feb 11 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl2
  778. - change spec to build both VineSeed and Vine2.5/2.6
  779. * Thu Jan 30 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl1
  780. - source upgrade to 3.1-stable
  781. * Thu Jan 23 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc7vl3
  782. - source upgrade to 3.1rc7 of Jan 23 tarball
  783. * Wed Jan 22 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc7vl2
  784. - source upgrade to 3.1rc7 of Jan 21 tarball
  785. * Sun Jan 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc7vl1
  786. - source upgrade to 3.1rc7
  787. * Sun Jan 12 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc6vl1
  788. - source upgrade to 3.1rc6
  789. - stop using objprelink2, it does not work with gcc3
  790. - delete all patches
  791. - add BuildPrereq: libart_lgpl-devel >= 2.3.8
  792. - update %%files section
  793. - change configure option
  794. * Sun Nov 17 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl3
  795. - add Patch0 (security patch)
  796. - add export PATH=`pwd`:$PATH to %%build and %%install section
  797. * Wed Oct 16 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl2
  798. - objprelink2 support only i386 (add %%ifarch i386 ... again)
  799. * Thu Oct 10 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl1
  800. - source upgrade
  801. - delete patch0
  802. - BuildPrereq: arts-devel >= 1:1.0.4 and Requires: arts >= 1:1.0.4
  803. * Tue Oct 8 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl3
  804. - rebuild with qt-3.0.5-0vl1
  805. - BuildPrereq: autoconf253 automake15 objprelink2
  806. * Wed Sep 11 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl2
  807. - add patch0 to fix for cross side scripting domain check
  808. * Tue Aug 20 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-0vl1
  809. - source upgrade
  810. * Tue Jul 9 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.2-0vl1
  811. - source upgrade
  812. - delete patch1
  813. * Fri Jun 7 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.1-0vl1
  814. - source upgrade to 3.0.1
  815. - add patch1 from kde.org (security patch)
  816. * Mon Apr 15 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl2
  817. - source upgrade to 3.0
  818. - add patch800 from kde.gr.jp
  819. - add patch900 from http://pc.2ch.net/test/read.cgi/linux/1007375984/332
  820. * Sat Mar 30 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl1
  821. - source update to cvs-20020329
  822. - delete all patches
  823. - merged with rawhide 3.0.0-0.cvs20020319.1
  824. - add BuildPrereq: doxygen autoconf252 automake15
  825. - There is Vine's previous changes, hacked for Vine
  826. -- Sat Mar 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-0vl1
  827. - update to 2.2.2
  828. - build with qt-2.3.1-6vl5
  829. - cleanup spec
  830. - update patch100 and 101
  831. -- Mon Dec 31 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl4
  832. - rebuild with qt-2.3.1-6vl3
  833. -- Tue Nov 27 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl3
  834. - Change optimize flag to "-O2"
  835. - Add objprelink option (i386 only)
  836. -- Tue Oct 16 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl1
  837. - Build for VineSeed
  838. - Delete Epoch
  839. - Add Requires and BuildPrereq
  840. * Tue Mar 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020319.1
  841. - switch to doxygen for building docs
  842. * Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020314.1
  843. - s/qDebug/kdDebug/
  844. * Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020311.1
  845. - Reduce debug spewage
  846. * Fri Mar 1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020301.1
  847. - Update
  848. * Fri Feb 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020215.1
  849. - Update
  850. - arts is no longer part of kdelibs
  851. * Mon Feb 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020211.1
  852. - Update
  853. - Build with Xinerama support
  854. * Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020128.3
  855. - Rebuild from a fresh CVS checkout
  856. * Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020128.1
  857. - KABC::AddressBook::reload() added
  858. * Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020126.1
  859. - Update to get API changes
  860. - Build with CUPS support
  861. * Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020117.1
  862. - Update
  863. * Wed Jan 9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020109.1
  864. - Stop excluding alpha, gcc has been fixed
  865. - Fix generation of API docs
  866. - Fix up SSL support
  867. * Mon Jan 7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020107.1
  868. - arts-devel provides kdelibs-sound-devel for backwards compatibility
  869. - Update, rebuild with gcc 3.1-0.15
  870. * Fri Jan 4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020104.1
  871. - Update
  872. - Make sure we aren't built with gcc 3.1 prior to -0.14
  873. - Remove -O0 hack, no longer needed with gcc 3.1-0.14
  874. - Adapt spec file to base changes (good-bye, libkfile, libkssl and libksycoca!)
  875. * Sat Dec 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011229.1
  876. - Update
  877. - stop excluding alpha
  878. * Fri Dec 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011214.1
  879. - Update
  880. - Update Japanese patches
  881. - Temporarily exclude alpha (compiler bugs)
  882. - Add workaround for gcc bug #57502
  883. * Sun Nov 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011111.1
  884. - Get rid of kdelibs-sound, kdelibs-sound-devel; add arts-devel. Makes more
  885. sense.
  886. * Thu Oct 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011018.1
  887. - Various 3.0 related fixes
  888. * Thu Aug 2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010802.1
  889. - Remove the japanese khtml patches, they break too many non-japanese web
  890. pages
  891. * Mon Jul 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010730.1
  892. - Update, fixes <option size> handling in khtml (#50303)
  893. - Add japanese patches
  894. * Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010726.1
  895. - Add yet another build dependency (#49909)
  896. * Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010724.1
  897. - Remove internal libxslt, we have the real thing
  898. - Remove ia64 workarounds, no longer needed
  899. * Sat Jul 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010721.1
  900. - Move artsmessage from arts to kdelibs-sound
  901. - Update
  902. * Fri Jul 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010720.2
  903. - Move libartskde from arts to kdelibs-sound
  904. * Fri Jul 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010720.1
  905. - Update
  906. - Work around ia64 breakages
  907. * Wed Jun 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.beta1.1
  908. - beta 1
  909. * Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010626.1
  910. - Update
  911. - Obsolete kdesupport, kdesupport-devel
  912. * Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010516.1
  913. - Update
  914. * Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010514.1
  915. - Fix up pcre detection in CVS
  916. - Update, fixes "easy enter form" in Bugzilla
  917. * Thu May 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010510.1
  918. - Update to CVS, fix second half of bug #40087
  919. * Fri May 04 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010503.1
  920. - Update to CVS after fixing bugs #38894, #30575
  921. directly in the CVS tree
  922. * Sun Apr 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.alpha1.2
  923. - create subpackages for MySQL and Postgres KDB plugins to avoid
  924. unnecessary dependencies
  925. * Wed Apr 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.alpha1.1
  926. - 2.2alpha1
  927. - require pcre, pcre-devel
  928. * Tue Apr 3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-5
  929. - Merge fixes from current KDE_2_1_BRANCH - fixes 2 memory leaks and
  930. makes kio_http more tolerant to broken Auth requests sent by some
  931. servers
  932. - Add missing mcop{class,type} files in arts package
  933. - Handle PATH changes in kdesu, some KControl modules need /sbin in the
  934. PATH... (#34209)
  935. - Add KDE2PORTING.html file in /usr/share/docs/kdelibs-devel-%{version},
  936. it's quite useful...
  937. * Thu Mar 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-3
  938. - Fix up kded to watch directories we can't write to
  939. - Use mkstemp() rather than tmpfile() for xauth file generation
  940. in kdesu
  941. * Wed Mar 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-2
  942. - Fix up cookie escaping (this should finally fix bugzilla for good)
  943. - Security: cookies shouldn't be world readable, some websites store
  944. login information
  945. * Wed Mar 21 2001 Than Ngo <than@redhat.com>
  946. - disable debug as default
  947. * Tue Mar 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-1
  948. - 2.1.1
  949. - Escape cookies when necessary
  950. * Mon Mar 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-10
  951. - Don't crash in KProcess if getpwuid() returns NULL, happens with
  952. LDAP authentication
  953. - Require qt >= 2.3.0 (#31770)
  954. - Fix crash in KURLCompletion
  955. * Tue Mar 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-9
  956. - Add some more fixes and <layer> support from KDE_2_1_BRANCH
  957. - Patch KService to not add K menu entries if the desktop files
  958. aren't readable by the user we're running at (removes bogus
  959. timetool, control-panel etc. entries; I'd still prefer running
  960. those through consolehelper over hiding them from users...)
  961. * Fri Mar 9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  962. - Revert to putting config files in /usr/share/config
  963. - Fix up cookie handling when combined with JavaScript (#30577)
  964. - Add some html rendering fixes from KDE_2_1_BRANCH
  965. * Wed Feb 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  966. - /usr/share/config -> /etc/kde
  967. - Use --disable-debug, it works with Qt 2.3.0
  968. * Tue Feb 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  969. - Add khtml+DOM fixes from KDE_2_1_BRANCH
  970. - BuildPrereq docbook stuff so we don't get broken kdb2html stuff
  971. * Thu Feb 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  972. - YAR (Yet Another Respin)
  973. * Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  974. - 2.1-respin
  975. * Mon Feb 19 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  976. - 2.1
  977. * Sun Feb 18 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  978. - Update
  979. - Disable some more debugging (but leave -DNDEBUG out, it's broken)
  980. * Thu Feb 15 2001 Than Ngo <than@redhat.com>
  981. - create the kdoc-preferences for kdevelop
  982. - put the html documents /usr/share/doc/kdelibs-devel-2
  983. * Wed Feb 14 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  984. - Add workaround for merging GNOME's non-UTF8 .desktop files
  985. in the KDE menu
  986. * Tue Feb 13 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  987. - disable debug, but patch out the CXXFLAGS change
  988. * Mon Feb 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  989. - Back out --disable-debug change
  990. * Fri Feb 9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  991. - Build with --disable-debug
  992. * Tue Feb 6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  993. - Get rid of libkdefakes.so.0 (obsolete)
  994. - Fix the escape sequence patch (#25307)
  995. * Mon Feb 5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  996. - Add Japanese patch from Sato Satoru <ssato@redhat.com>
  997. * Thu Feb 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  998. - Fix klauncher escape sequence handling (#25307, Patch from Tim Waugh)
  999. - Fix krun escape sequence handling (#25134, Patch from Tim Waugh)
  1000. - Make /usr/share/doc/HTML/en/kspell/common symlink relative (#24793)
  1001. * Thu Jan 25 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1002. - Apply patch from CVS to fix up Cookie handling in Konqueror.
  1003. Finally Bugzilla works perfectly in Konqueror.
  1004. * Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1005. - kdelibs-sound-devel requires audiofile-devel, kdelibs-sound doesn't.
  1006. - Update, fixes various HTML rendering bugs
  1007. * Sat Jan 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1008. - Require kdesupport >= 2.0.99 rather than >= %%{version}
  1009. kdesupport doesn't change frequently.
  1010. * Fri Jan 19 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1011. - Update
  1012. * Wed Jan 17 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1013. - remove the Java hacks; KDE now requires a Java 2 compliant
  1014. environment, so there's no chance to get any of it to run
  1015. with current kaffe.
  1016. * Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1017. - restore real arts %%description
  1018. - require Qt >= 2.2.3 rather than 2.2.0
  1019. * Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1020. - Move libkmedia2_idl to arts; it's needed there
  1021. - Fix up the Java stuff. The new stuff is ugly, but seems to work
  1022. - Get rid of the compiler bug workaround: the ICE was triggered by
  1023. unclean code
  1024. - Change the description of the arts package for translation purposes
  1025. * Mon Jan 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1026. - Work around compiler bugs (sigh)
  1027. - Fix specfile (added files)
  1028. - Split arts into a separate package; it's required by SDL,
  1029. and depending on kdelibs-sound (which requires kdelibs)
  1030. is overkill
  1031. * Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1032. - Modify the check for an acceptable JVM to accept Kaffe
  1033. * Mon Jan 8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1034. - Add a hack to get a static libartsc
  1035. * Sun Jan 7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1036. - Obsolete kdelibs2* (from 7.0preview)
  1037. * Mon Jan 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  1038. - Update
  1039. * Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1040. - Run ldconfig in %%post/%%postun for kdelibs-sound
  1041. - Turn off optimizations on ia64
  1042. * Mon Dec 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1043. - 2.1beta1
  1044. * Thu Nov 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1045. - update to current HEAD
  1046. * Fri Nov 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1047. - Another one - fix segfaults in the spellchecker
  1048. - fix docs
  1049. * Fri Nov 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1050. - Update CVS yet again - styles crash fix
  1051. * Thu Nov 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1052. - Update CVS - security fix in Java/Javascript code.
  1053. There seems to be some conspiracy going on - "commit important
  1054. fixes right after Red Hat built new RPMs" or the likes. :>
  1055. * Thu Nov 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1056. - Fix up handling of desktop files that use TryExec (Bug #20020)
  1057. Patch also committed to KDE CVS
  1058. * Wed Nov 1 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1059. - Rebuild with fixed kdoc
  1060. * Fri Oct 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1061. - update to current KDE_2_0_BRANCH, now that most of the ".0 release"
  1062. bugs are fixed
  1063. - fix typo in specfile: it's mitshm, not libshm
  1064. - Add ksendbugmail, required for the "Report Bug" feature to work
  1065. * Sun Oct 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1066. - 2.0 final
  1067. - don't --enable-final on alpha (compiler problems)
  1068. * Sun Oct 1 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1069. - rebuild
  1070. * Sat Sep 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1071. - new CVS snapshot
  1072. - fix up specfile
  1073. - exclude alpha for now (compiler bugs)
  1074. * Sat Sep 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1075. - major specfile cleanups
  1076. - update CVS
  1077. * Fri Sep 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1078. - Move back to /usr
  1079. - New CVS snapshot
  1080. - Clean up specfile
  1081. - Use %%defines so we can build CVS snapshots and releases from the same
  1082. specfile
  1083. * Fri Aug 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1084. - rebuild with optimizations re-enabled (Qt works around the problem now)
  1085. * Thu Aug 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1086. - rebuild with new Qt
  1087. * Tue Aug 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1088. - 1.93
  1089. * Sat Aug 05 2000 Than Ngo <than@redhat.de>
  1090. - don't use -DNDEBUG and -O2 on alpha,sparc to build, it breaks with Internal
  1091. error (c++ bug)
  1092. * Fri Aug 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1093. - update to current (I fixed the libGL detection issue there)
  1094. * Wed Aug 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1095. - move to /usr/lib/kde2
  1096. - new snapshot
  1097. * Wed Jul 26 2000 Than Ngo <than@redhat.de>
  1098. - new snapshot
  1099. * Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1100. - new snapshot
  1101. * Thu Jul 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1102. - new snapshot, new Qt
  1103. - various fixes to spec file
  1104. - get rid of -O0, no longer required with gcc 2.96-41 (except on alpha)
  1105. * Tue Jul 18 2000 Than Ngo <than@redhat.de>
  1106. - rebuilt with gcc-2.96-40
  1107. * Sun Jul 16 2000 Than Ngo <than@redhat.de>
  1108. - use gcc 2.96
  1109. - new snapshot
  1110. - use -O0 for now (ICE)
  1111. * Sun Jul 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1112. - Use egcs++
  1113. - Epoch 3
  1114. - Update to current
  1115. * Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1116. - Update to current - segfaulting at initialization time is not a nice
  1117. feature.
  1118. * Tue Jun 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1119. - new snapshot
  1120. - disable build on ia64 for now (compiler bugs)
  1121. - FHSify
  1122. * Thu Mar 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1123. - new snapshot
  1124. - split: move sound support to a separate package, suggestion from
  1125. David Faure <david@linux-mandrake.com>
  1126. * Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1127. - new snapshot
  1128. - move it to /usr, where it belongs
  1129. * Wed Jan 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  1130. - move programming docs to %%{_docdir}/kdelibs-devel-%%{version}-%%{release}
  1131. and to kdelibs-devel package
  1132. - new snapshot
  1133. * Tue Dec 14 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1134. - Add qt version number in Requires, add kdoc HTML help
  1135. (patch from David Faure <david@mandrakesoft.com>)
  1136. - Actually use the %%clean section
  1137. * Mon Nov 1 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  1138. - almost completely rewrite spec file - move to DESTDIR system
  1139. - current snapshot
  1140. * Fri Oct 15 1999 Bernhard Rosenkraenzer <bero@redhat.de>
  1141. - 2.0 snapshots
  1142. - Change prefix to respect %{prefix} so we can coexist with KDE 1.x
  1143. - kdelibs-devel requires kdelibs
  1144. * Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
  1145. - move kde_htmldir to /usr/doc/kde
  1146. - mark doc files as such
  1147. * Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
  1148. - fix up perl include path for kdoc
  1149. * Thu Sep 16 1999 Preston Brown <pbrown@redhat.com>
  1150. - remove linking to qimgio from kdecore, moved to kpanel/kfm directly
  1151. - renamed "lowcolor" directory to "locolor"
  1152. * Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
  1153. - added lowcolor icons directory and /usr/share/pixmaps to icon search path
  1154. - hacking to recognize .desktop files as application/x-kdelnk
  1155. * Thu Sep 09 1999 Preston Brown <pbrown@redhat.com>
  1156. - added kdoc index files.
  1157. * Wed Sep 08 1999 Preston Brown <pbrown@redhat.com>
  1158. - updated to KDE 1.1.2.
  1159. - use /usr/lib/qt-1.44 as qt root.
  1160. - separate devel subpackages; include documentation and kdoc.
  1161. - added KDE icon.
  1162. - relocated includes to /usr/include/kde
  1163. * Fri Jun 11 1999 Preston Brown <pbrown@redhat.com>
  1164. - snapshot, includes kde 1.1.1 + fixes
  1165. * Mon Apr 19 1999 Preston Brown <pbrown@redhat.com>
  1166. - last snapshot before release
  1167. * Mon Apr 12 1999 Preston Brown <pbrown@redhat.com>
  1168. - latest stable snapshot
  1169. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  1170. - Injected new description and group.
  1171. * Mon Feb 08 1999 Preston Brown <pbrown@redhat.com>
  1172. - upgraded to KDE 1.1 final.
  1173. * Fri Jan 15 1999 Preston Brown <pbrown@redhat.com>
  1174. - updated macros for RPM 3.0, removed redhat-release dependency
  1175. * Tue Jan 05 1999 Preston Brown <pbrown@redhat.com>
  1176. - re-integrated changes from Duncan Haldane