kdelibs-vl.spec 50 KB

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