source: projects/specs/branches/6/k/kdelibs/kdelibs-vl.spec @ 4216

Revision 4216, 44.6 KB checked in by inagaki, 13 years ago (diff)

updated: KDE SC 4.6.4

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