kdelibs-vl.spec 43 KB

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