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

Revision 803, 42.9 KB checked in by inagaki, 14 years ago (diff)

updated: kdelibs, kdepimlibs, oxygen-icon-theme, shared-desktop-ontologies

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