source: projects/specs/trunk/k/kdelibs/kdelibs-vl.spec @ 3841

Revision 3841, 44.5 KB checked in by Takemikaduchi, 13 years ago (diff)

kdelibs: rebuild with docbook-dtds, xorg-x11-drv-openchrome: update to svn trunk

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