kdelibs-vl.spec 45 KB

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