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

Revision 521, 40.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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