kdelibs-vl.spec 45 KB

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