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

Revision 1637, 43.0 KB checked in by inagaki, 14 years ago (diff)

update: KDE 4.5.0, digikam

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