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

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

update: kdelibs, meanwhile, php5

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: KDE Libraries
8Summary(ja): KDE ライブラリ
9Name: kdelibs
10Version: 4.5.1
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 KDE 4.
139
140%description -l ja
141KDE 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 4.
180
181%description devel -l ja
182このパッケージは KDE 4 アプリケーションのコンパイルに必要な
183ヘッダファイルを含んでいます.
184
185%package apidocs
186Summary: KDE 4 API documentation
187Summary(ja): KDE 4 API ドキュメント
188Group: 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 Sep  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
402- new upstream release
403- updated summary
404- changed apidocs Group to Documentation
405
406* Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
407- new upstream release
408- added BR: dbusmenu-qt-devel
409
410* Wed May  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
411- new upstream release
412- updated spec files for Vine Linux 5/VineSeed
413
414* Sun Apr 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
415- new upstream release
416- built with xz-devel
417
418* Sat Mar  6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
419- dropt kde4.(sh|csh) (kde-settings provides them)
420- new upstream release
421
422* Sun Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.0-1
423- new upstream release
424- built with new toolchain
425
426* Mon Nov 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
427- new upstream release
428- added Patch25, 26
429  * Fri Nov 06 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.3-2
430  - BR flex and bison for the Solid predicate parser
431  - fix build of fakes.c due to missing #include <string.h>
432
433* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-1
434- new upstream release
435- added Patch21, 22, 24, 100, 101 and 200 from Fedora
436  * Thu Oct 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.2-3
437  - khtml kpart crasher (kde #207173/209876)
438  * Fri Sep 04 2009 Than Ngo <than@redhat.com> - 4.3.1-3
439  - security fix for -CVE-2009-2702
440  * Wed Sep 02 2009 Ben Boeckel <MathStuf@gmail.com> - 4.3.1-2
441  - Patch for kde#160679
442  * Fri Aug 28 2009 Than Ngo <than@redhat.com> - 4.3.1-1
443  - openssl-1.0 build fixes
444
445* Thu Sep  3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
446- new upstream release
447- dropped Patch100-103 (merged into upstream)
448
449* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-2
450- fixed Provides
451- added more pacthes from Fedora
452  - fix KDE bug #19538, copy file after rename uses old file name
453  - fix unmounting devices
454  - fix copying URLs to clipboard (kdebug:170608)
455  - microblog crashes plasma on show friends toggle (kdebug#202550)
456  - khtml crasher (kdebug#199557)
457
458* Mon Aug 17 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
459- new upstream release
460- added Pacthes from Fedora
461
462* Fri May  8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-2
463- added SOURCE1-3
464- added Patch54 from Fedora
465  * Fri Aug 22 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.5.9-18
466  - fix build against Rawhide kernel headers (fix flock and flock64 redefinition)
467- fixed %%files section based on Fedora
468
469* Sun Sep 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
470- applied new versioning policy
471- defined %%{vine3}, %%{vine5} macro instead of %%{vine4} macro
472- redefined %%__libtoolize
473- omitted extraneous .la file references
474
475* Mon Nov 26 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl4
476- rebuild for VineSeed
477
478* Mon Nov 26 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl3
479- add Patch20 (BTS:561)
480
481* Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
482- rebuild for VineSeed
483
484* Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
485- new upstream release
486- drop Patch3
487- add Patch4 (bug #150809, #150904)
488- add Patch5 (post 3.5.8 zoom fix)
489
490* Thu Aug 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl3
491- add Patch3 (CVE-2007-4225)
492
493* Wed Jun 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
494- rebuild for VineSeed
495
496* Mon Jun 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
497- new upstream release
498- drop Patch1
499- add Patch100 to support kdnssd-avahi
500- add Requires: nss-mdns
501
502* Tue Jan 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.5-0vl8
503- rebuild with jasper 1.900.0
504
505* Tue Oct 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl7
506- rebuild for VineSeed
507
508* Tue Oct 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl6
509- add Patch2 (CVE-2006-4811)
510
511* Sat Oct 14 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl5
512- added --with-qt-libraries and --enable-libsuffix option
513- removed --libdir=%%{_libdir} option
514
515* Thu Oct 12 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl4
516- rebuild for VineSeed
517
518* Thu Oct 12 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl3
519- add Patch1 (https://bugs.kde.org/show_bug.cgi?id=135409)
520
521* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
522- rebuild for VineSeed
523
524* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
525- new upstream release
526
527* Tue Sep 05 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.4-0vl4
528- added --libdir=%%{_libdir} configure option
529
530* Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.4-0vl3
531- rebuilt with openldap-2.3.27-0vl1
532
533* Tue Jul 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
534- rebuild for VineSeed
535
536* Tue Jul 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
537- new upstream release
538
539* Wed Jun 14 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.5.3-0vl3
540- rebuilt with gamin-devel in place of fam-devel
541
542* Wed May 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
543- rebuild for VineSeed
544
545* Wed May 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
546- new upstream release
547
548* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
549- rebuild for VineSeed
550
551* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
552- new upstream release
553- drop Patch20
554- change xdg-menu and Requires: vine-menus for VineSeed
555
556* Fri Mar 17 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl3
557- add Patch20 to fix warning of 'meinproc -v'
558
559* Tue Jan 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
560- rebuild for VineSeed
561
562* Tue Jan 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
563- new upstream release
564- drop Patch1
565
566* Wed Jan 11 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl4
567- rebuild for VineSeed
568
569* Wed Jan 11 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl3
570- add Patch1 (http://www.kde.org/info/security/advisory-20060119-1.txt)
571
572* Thu Dec  8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl2
573- rebuild for VineSeed
574
575* Mon Nov 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl1
576- new upstream release
577
578* Fri Nov 11 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl0.rc1
579- new upstream release
580
581* Thu Oct 13 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.92-0vl1
582- new upstream release
583
584* Mon Sep 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.91-0vl1
585- new upstream release
586
587* Fri Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl2
588- build for VineSeed (with_gnome_menus 1, alsa 1)
589
590* Fri Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl1
591- new upstream release
592- build for Vine3.1 (with_gnome_menus 0, alsa 0)
593
594* Thu Jun 30 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl2
595- build for VineSeed (with_gnome_menus 1)
596- add --disable-rpath --with-alsa to configure option
597- add alsa support
598
599* Wed Jun  1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl1
600- new upstream release
601- build for Vine3.1 (with_gnome_menus 0)
602- remove patch1
603- use %%{?_smp_mflags} for make option
604
605* Fri May  6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl7
606- build for VineSeed
607- revised source1
608
609* Wed May  4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl6
610- update patch1 (http://www.kde.org/info/security/advisory-20050504-1.txt)
611
612* Tue Apr 19 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl5
613- rebuild for VineSeed
614
615* Tue Apr 19 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl4
616- add patch1: CAN-2005-1046
617
618* Tue Apr 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl3
619- add patch10: arrange *.menu to use applications.menu from gnome-menus
620- add BuildPrereq: fam-devel and remove --disable-fam from configure
621- re-number patches
622- add translated descriptions (thanks to spec file translation project)
623
624* Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl2
625- rebuild for VineSeed
626
627* Thu Mar 10 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl1
628- new upstream release
629
630* Tue Mar  1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl0.rc1
631- new upstream release (3.4.0-rc1)
632- update %%files
633
634* Mon Feb  7 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.92-0vl1
635- new upstream release
636- remove Patch0
637
638* Tue Jan 25 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.91-0vl1
639- new upstream release
640- remove Patch1
641
642* Thu Jan  6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl4
643- rebuild for VineSeed
644
645* Thu Jan  6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl3
646- add patch2 (http://www.kde.org/info/security/advisory-20050101-1.txt)
647
648* Sat Dec 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
649- rebuild for VineSeed
650
651* Sat Dec 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
652- source upgrade
653- build for Vine Linux 3.1
654- add patch0 (http://www.kde.org/info/security/advisory-20041209-1.txt)
655- add patch1 (http://www.kde.org/info/security/advisory-20041213-1.txt)
656- add BuildPrereq: libidn-devel and Requires: libidn
657
658* Tue Dec 14 2004 Satoshi MACHINO <machino@vinelinux.org> 3.3.1-0vl2
659- build on jasper-devel-1.701.0-0vl1
660
661* Sat Oct  9 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
662- source upgrade
663- set cups default (remove option for cups)
664- refine %%files
665
666* Sun Sep  5 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.0-0vl1
667- source upgrade
668- remove patch0
669- add BuildPrerep: aspell-devel
670
671* Tue Aug 10 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
672- rebuild with qt32
673- add Patch0 from kde.org
674- add BuildPrereq: gettext openssh-devel
675- remove /usr/share/icons/hicolor/index.theme
676
677* Fri Jun  4 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
678- remove all patches
679- add BuildPrereq: bzip2-devel
680- remove lines about vine26
681
682* Mon May 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl2
683- add patch1 and patch2 from kde-packager ML
684
685* Fri Apr 30 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
686- source upgrade
687- add patch0 from kde-packager ML
688
689* Fri Mar 26 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl2
690- rebuild with openssl-0.9.7d
691
692* Mon Mar  8 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
693- source upgrade
694
695* Sun Feb  1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.0-0vl1
696- source upgrade
697- add BuildPrereq: jasper-devel
698- add Requires: pcre cyrus-sasl libogg libvorbis jasper openssl
699- add --sysconfdir=%%{_sysconfdir} to configure option
700- enable cups support
701
702* Sat Jan 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl2
703- rebuild for VineSeedPlus
704
705* Sat Jan 10 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl1
706- source upgrade
707- build for VinePlus/2.6
708- (VinePlus/2.6) BuildPrereq: autoconf258
709
710* Mon Dec 29 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl4
711- install KDE API documentation
712
713* Sun Dec 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl3
714- build for VineSeed with new toolchain and qt-3.2.3
715
716* Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0.26vl2
717- rebuild with qt-3.2.1-0.26vl3
718
719* Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl2
720- rebuild with qt-3.2.1-0vl3
721
722* Wed Sep 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl1
723- source upgrade
724- remove Patch0
725- build with gcc-3.2.3
726
727* Sat Aug  9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl2
728- add patch0 from kde-packager ML
729
730* Wed Jul 23 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl1
731- source upgrade
732- add BuildPrereq: openldap-devel and Requires: openldap
733
734* Sat Jul  5 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl3
735- change spec to build with gcc295
736- change make option for SMP and add script
737
738* Thu Jun 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl2
739- add CFLAGS and CXXFLAGS
740- change spec to build with g++-2.95.3
741
742* Sat May 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
743- source upgrade
744- Requires: arts >= 1:1.1.2 and BuildPrereq: arts-devel >= 1:1.1.2
745
746* Mon Apr 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1a-0vl3
747- revised description
748- clean up files section
749
750* Mon Apr 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1a-0vl2
751- add BuildPrereq: libjpeg-devel libmng-devel libtiff-devel
752- rebuilt with libpng >= 1.2.5 when %%{vine26} is set to 0 (ie VineSeedPlus)
753
754* Thu Apr 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1a-0vl1
755- security release
756- remove patch0 and patch1 (included in this source)
757
758* Sun Mar 23 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
759- source upgrade
760- renumber patch0 to patch800
761- add patch0 from kde.org (Bug #55571)
762- add patch1 (http://lists.kde.org/?l=kde-core-devel&m=104221693026288&w=2)
763
764* Tue Feb 25 2003 Tomoya TAKA <taka@vinelinux.org> 3.1-0vl5
765- fix handling of %%patch0
766
767* Mon Feb 24 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl4
768- rebuild with qt-3.1.1-0vl3
769
770* Tue Feb 18 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl3
771- add Patch for fix KHTML
772
773* Tue Feb 11 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl2
774- change spec to build both VineSeed and Vine2.5/2.6
775
776* Thu Jan 30 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl1
777- source upgrade to 3.1-stable
778
779* Thu Jan 23 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc7vl3
780- source upgrade to 3.1rc7 of Jan 23 tarball
781
782* Wed Jan 22 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc7vl2
783- source upgrade to 3.1rc7 of Jan 21 tarball
784
785* Sun Jan 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc7vl1
786- source upgrade to 3.1rc7
787
788* Sun Jan 12 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc6vl1
789- source upgrade to 3.1rc6
790- stop using objprelink2, it does not work with gcc3
791- delete all patches
792- add BuildPrereq: libart_lgpl-devel >= 2.3.8
793- update %%files section
794- change configure option
795
796* Sun Nov 17 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl3
797- add Patch0 (security patch)
798- add export PATH=`pwd`:$PATH to %%build and %%install section
799
800* Wed Oct 16 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl2
801- objprelink2 support only i386 (add %%ifarch i386 ... again)
802
803* Thu Oct 10 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl1
804- source upgrade
805- delete patch0
806- BuildPrereq: arts-devel >= 1:1.0.4 and Requires: arts >= 1:1.0.4
807
808* Tue Oct  8 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl3
809- rebuild with qt-3.0.5-0vl1
810- BuildPrereq: autoconf253 automake15 objprelink2
811
812* Wed Sep 11 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl2
813- add patch0 to fix for cross side scripting domain check
814
815* Tue Aug 20 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.3-0vl1
816- source upgrade
817
818* Tue Jul  9 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.2-0vl1
819- source upgrade
820- delete patch1
821
822* Fri Jun  7 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.1-0vl1
823- source upgrade to 3.0.1
824- add patch1 from kde.org (security patch)
825
826* Mon Apr 15 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl2
827- source upgrade to 3.0
828- add patch800 from kde.gr.jp
829- add patch900 from http://pc.2ch.net/test/read.cgi/linux/1007375984/332
830
831* Sat Mar 30 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl1
832- source update to cvs-20020329
833- delete all patches
834- merged with rawhide 3.0.0-0.cvs20020319.1
835- add BuildPrereq: doxygen autoconf252 automake15
836- There is Vine's previous changes, hacked for Vine
837 -- Sat Mar 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-0vl1
838  - update to 2.2.2
839  - build with qt-2.3.1-6vl5
840  - cleanup spec
841  - update patch100 and 101
842 -- Mon Dec 31 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl4
843  - rebuild with qt-2.3.1-6vl3
844 -- Tue Nov 27 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl3
845  - Change optimize flag to "-O2"
846  - Add objprelink option (i386 only)
847 -- Tue Oct 16 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl1
848  - Build for VineSeed
849  - Delete Epoch
850  - Add Requires and BuildPrereq
851
852* Tue Mar 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020319.1
853- switch to doxygen for building docs
854
855* Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020314.1
856- s/qDebug/kdDebug/
857
858* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020311.1
859- Reduce debug spewage
860
861* Fri Mar  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020301.1
862- Update
863
864* Fri Feb 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020215.1
865- Update
866- arts is no longer part of kdelibs
867
868* Mon Feb 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020211.1
869- Update
870- Build with Xinerama support
871
872* Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020128.3
873- Rebuild from a fresh CVS checkout
874
875* Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020128.1
876- KABC::AddressBook::reload() added
877
878* Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020126.1
879- Update to get API changes
880- Build with CUPS support
881
882* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020117.1
883- Update
884
885* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020109.1
886- Stop excluding alpha, gcc has been fixed
887- Fix generation of API docs
888- Fix up SSL support
889
890* Mon Jan  7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020107.1
891- arts-devel provides kdelibs-sound-devel for backwards compatibility
892- Update, rebuild with gcc 3.1-0.15
893
894* Fri Jan  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020104.1
895- Update
896- Make sure we aren't built with gcc 3.1 prior to -0.14
897- Remove -O0 hack, no longer needed with gcc 3.1-0.14
898- Adapt spec file to base changes (good-bye, libkfile, libkssl and libksycoca!)
899
900* Sat Dec 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011229.1
901- Update
902- stop excluding alpha
903
904* Fri Dec 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011214.1
905- Update
906- Update Japanese patches
907- Temporarily exclude alpha (compiler bugs)
908- Add workaround for gcc bug #57502
909
910* Sun Nov 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011111.1
911- Get rid of kdelibs-sound, kdelibs-sound-devel; add arts-devel. Makes more
912  sense.
913
914* Thu Oct 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011018.1
915- Various 3.0 related fixes
916
917* Thu Aug  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010802.1
918- Remove the japanese khtml patches, they break too many non-japanese web
919  pages
920
921* Mon Jul 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010730.1
922- Update, fixes <option size> handling in khtml (#50303)
923- Add japanese patches
924
925* Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010726.1
926- Add yet another build dependency (#49909)
927
928* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010724.1
929- Remove internal libxslt, we have the real thing
930- Remove ia64 workarounds, no longer needed
931
932* Sat Jul 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010721.1
933- Move artsmessage from arts to kdelibs-sound
934- Update
935
936* Fri Jul 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010720.2
937- Move libartskde from arts to kdelibs-sound
938
939* Fri Jul 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010720.1
940- Update
941- Work around ia64 breakages
942
943* Wed Jun 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.beta1.1
944- beta 1
945
946* Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010626.1
947- Update
948- Obsolete kdesupport, kdesupport-devel
949
950* Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010516.1
951- Update
952
953* Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010514.1
954- Fix up pcre detection in CVS
955- Update, fixes "easy enter form" in Bugzilla
956
957* Thu May 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010510.1
958- Update to CVS, fix second half of bug #40087
959
960* Fri May 04 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010503.1
961- Update to CVS after fixing bugs #38894, #30575
962  directly in the CVS tree
963
964* Sun Apr 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.alpha1.2
965- create subpackages for MySQL and Postgres KDB plugins to avoid
966  unnecessary dependencies
967
968* Wed Apr 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.alpha1.1
969- 2.2alpha1
970- require pcre, pcre-devel
971
972* Tue Apr  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-5
973- Merge fixes from current KDE_2_1_BRANCH - fixes 2 memory leaks and
974  makes kio_http more tolerant to broken Auth requests sent by some
975  servers
976- Add missing mcop{class,type} files in arts package
977- Handle PATH changes in kdesu, some KControl modules need /sbin in the
978  PATH... (#34209)
979- Add KDE2PORTING.html file in /usr/share/docs/kdelibs-devel-%{version},
980  it's quite useful...
981
982* Thu Mar 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-3
983- Fix up kded to watch directories we can't write to
984- Use mkstemp() rather than tmpfile() for xauth file generation
985  in kdesu
986
987* Wed Mar 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-2
988- Fix up cookie escaping (this should finally fix bugzilla for good)
989- Security: cookies shouldn't be world readable, some websites store
990  login information
991
992* Wed Mar 21 2001 Than Ngo <than@redhat.com>
993- disable debug as default
994
995* Tue Mar 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-1
996- 2.1.1
997- Escape cookies when necessary
998
999* Mon Mar 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-10
1000- Don't crash in KProcess if getpwuid() returns NULL, happens with
1001  LDAP authentication
1002- Require qt >= 2.3.0 (#31770)
1003- Fix crash in KURLCompletion
1004
1005* Tue Mar 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-9
1006- Add some more fixes and <layer> support from KDE_2_1_BRANCH
1007- Patch KService to not add K menu entries if the desktop files
1008  aren't readable by the user we're running at (removes bogus
1009  timetool, control-panel etc. entries; I'd still prefer running
1010  those through consolehelper over hiding them from users...)
1011
1012* Fri Mar  9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1013- Revert to putting config files in /usr/share/config
1014- Fix up cookie handling when combined with JavaScript (#30577)
1015- Add some html rendering fixes from KDE_2_1_BRANCH
1016
1017* Wed Feb 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1018- /usr/share/config -> /etc/kde
1019- Use --disable-debug, it works with Qt 2.3.0
1020
1021* Tue Feb 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1022- Add khtml+DOM fixes from KDE_2_1_BRANCH
1023- BuildPrereq docbook stuff so we don't get broken kdb2html stuff
1024
1025* Thu Feb 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1026- YAR (Yet Another Respin)
1027
1028* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1029- 2.1-respin
1030
1031* Mon Feb 19 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1032- 2.1
1033
1034* Sun Feb 18 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1035- Update
1036- Disable some more debugging (but leave -DNDEBUG out, it's broken)
1037
1038* Thu Feb 15 2001 Than Ngo <than@redhat.com>
1039- create the kdoc-preferences for kdevelop
1040- put the html documents /usr/share/doc/kdelibs-devel-2
1041
1042* Wed Feb 14 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1043- Add workaround for merging GNOME's non-UTF8 .desktop files
1044  in the KDE menu
1045
1046* Tue Feb 13 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1047- disable debug, but patch out the CXXFLAGS change
1048
1049* Mon Feb 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1050- Back out --disable-debug change
1051
1052* Fri Feb  9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1053- Build with --disable-debug
1054
1055* Tue Feb  6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1056- Get rid of libkdefakes.so.0 (obsolete)
1057- Fix the escape sequence patch (#25307)
1058
1059* Mon Feb  5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1060- Add Japanese patch from Sato Satoru <ssato@redhat.com>
1061
1062* Thu Feb  1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1063- Fix klauncher escape sequence handling (#25307, Patch from Tim Waugh)
1064- Fix krun escape sequence handling (#25134, Patch from Tim Waugh)
1065- Make /usr/share/doc/HTML/en/kspell/common symlink relative (#24793)
1066
1067* Thu Jan 25 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1068- Apply patch from CVS to fix up Cookie handling in Konqueror.
1069  Finally Bugzilla works perfectly in Konqueror.
1070
1071* Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1072- kdelibs-sound-devel requires audiofile-devel, kdelibs-sound doesn't.
1073- Update, fixes various HTML rendering bugs
1074
1075* Sat Jan 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1076- Require kdesupport >= 2.0.99 rather than >= %%{version}
1077  kdesupport doesn't change frequently.
1078
1079* Fri Jan 19 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1080- Update
1081
1082* Wed Jan 17 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1083- remove the Java hacks; KDE now requires a Java 2 compliant
1084  environment, so there's no chance to get any of it to run
1085  with current kaffe.
1086
1087* Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1088- restore real arts %%description
1089- require Qt >= 2.2.3 rather than 2.2.0
1090
1091* Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1092- Move libkmedia2_idl to arts; it's needed there
1093- Fix up the Java stuff. The new stuff is ugly, but seems to work
1094- Get rid of the compiler bug workaround: the ICE was triggered by
1095  unclean code
1096- Change the description of the arts package for translation purposes
1097
1098* Mon Jan 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1099- Work around compiler bugs (sigh)
1100- Fix specfile (added files)
1101- Split arts into a separate package; it's required by SDL,
1102  and depending on kdelibs-sound (which requires kdelibs)
1103  is overkill
1104
1105* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1106- Modify the check for an acceptable JVM to accept Kaffe
1107
1108* Mon Jan  8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1109- Add a hack to get a static libartsc
1110
1111* Sun Jan  7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1112- Obsolete kdelibs2* (from 7.0preview)
1113
1114* Mon Jan  1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1115- Update
1116
1117* Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1118- Run ldconfig in %%post/%%postun for kdelibs-sound
1119- Turn off optimizations on ia64
1120
1121* Mon Dec 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1122- 2.1beta1
1123
1124* Thu Nov  9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1125- update to current HEAD
1126
1127* Fri Nov  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1128- Another one - fix segfaults in the spellchecker
1129- fix docs
1130
1131* Fri Nov  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1132- Update CVS yet again - styles crash fix
1133
1134* Thu Nov  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1135- Update CVS - security fix in Java/Javascript code.
1136  There seems to be some conspiracy going on - "commit important
1137  fixes right after Red Hat built new RPMs" or the likes. :>
1138
1139* Thu Nov  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1140- Fix up handling of desktop files that use TryExec (Bug #20020)
1141  Patch also committed to KDE CVS
1142
1143* Wed Nov  1 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1144- Rebuild with fixed kdoc
1145
1146* Fri Oct 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1147- update to current KDE_2_0_BRANCH, now that most of the ".0 release"
1148  bugs are fixed
1149- fix typo in specfile: it's mitshm, not libshm
1150- Add ksendbugmail, required for the "Report Bug" feature to work
1151
1152* Sun Oct 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1153- 2.0 final
1154- don't --enable-final on alpha (compiler problems)
1155
1156* Sun Oct  1 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1157- rebuild
1158
1159* Sat Sep 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1160- new CVS snapshot
1161- fix up specfile
1162- exclude alpha for now (compiler bugs)
1163
1164* Sat Sep 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1165- major specfile cleanups
1166- update CVS
1167
1168* Fri Sep 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1169- Move back to /usr
1170- New CVS snapshot
1171- Clean up specfile
1172- Use %%defines so we can build CVS snapshots and releases from the same
1173  specfile
1174
1175* Fri Aug 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1176- rebuild with optimizations re-enabled (Qt works around the problem now)
1177
1178* Thu Aug 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1179- rebuild with new Qt
1180
1181* Tue Aug 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1182- 1.93
1183
1184* Sat Aug 05 2000 Than Ngo <than@redhat.de>
1185- don't use -DNDEBUG and -O2 on alpha,sparc to build, it breaks with Internal
1186  error (c++ bug)
1187
1188* Fri Aug  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1189- update to current (I fixed the libGL detection issue there)
1190
1191* Wed Aug  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1192- move to /usr/lib/kde2
1193- new snapshot
1194
1195* Wed Jul 26 2000 Than Ngo <than@redhat.de>
1196- new snapshot
1197
1198* Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1199- new snapshot
1200
1201* Thu Jul 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1202- new snapshot, new Qt
1203- various fixes to spec file
1204- get rid of -O0, no longer required with gcc 2.96-41 (except on alpha)
1205
1206* Tue Jul 18 2000 Than Ngo <than@redhat.de>
1207- rebuilt with gcc-2.96-40
1208
1209* Sun Jul 16 2000 Than Ngo <than@redhat.de>
1210- use gcc 2.96
1211- new snapshot
1212- use -O0 for now (ICE)
1213
1214* Sun Jul  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1215- Use egcs++
1216- Epoch 3
1217- Update to current
1218
1219* Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1220- Update to current - segfaulting at initialization time is not a nice
1221  feature.
1222
1223* Tue Jun 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1224- new snapshot
1225- disable build on ia64 for now (compiler bugs)
1226- FHSify
1227
1228* Thu Mar 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1229- new snapshot
1230- split: move sound support to a separate package, suggestion from
1231  David Faure <david@linux-mandrake.com>
1232
1233* Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1234- new snapshot
1235- move it to /usr, where it belongs
1236
1237* Wed Jan 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1238- move programming docs to %%{_docdir}/kdelibs-devel-%%{version}-%%{release}
1239  and to kdelibs-devel package
1240- new snapshot
1241
1242* Tue Dec 14 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1243- Add qt version number in Requires, add kdoc HTML help
1244  (patch from David Faure <david@mandrakesoft.com>)
1245- Actually use the %%clean section
1246
1247* Mon Nov  1 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1248- almost completely rewrite spec file - move to DESTDIR system
1249- current snapshot
1250
1251* Thu Oct 15 1999 Bernhard Rosenkraenzer <bero@redhat.de>
1252- 2.0 snapshots
1253- Change prefix to respect %{prefix} so we can coexist with KDE 1.x
1254- kdelibs-devel requires kdelibs
1255
1256* Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
1257- move kde_htmldir to /usr/doc/kde
1258- mark doc files as such
1259
1260* Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
1261- fix up perl include path for kdoc
1262
1263* Thu Sep 16 1999 Preston Brown <pbrown@redhat.com>
1264- remove linking to qimgio from kdecore, moved to kpanel/kfm directly
1265- renamed "lowcolor" directory to "locolor"
1266
1267* Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
1268- added lowcolor icons directory and /usr/share/pixmaps to icon search path
1269- hacking to recognize .desktop files as application/x-kdelnk
1270
1271* Thu Sep 09 1999 Preston Brown <pbrown@redhat.com>
1272- added kdoc index files.
1273
1274* Wed Sep 08 1999 Preston Brown <pbrown@redhat.com>
1275- updated to KDE 1.1.2.
1276- use /usr/lib/qt-1.44 as qt root.
1277- separate devel subpackages; include documentation and kdoc.
1278- added KDE icon.
1279- relocated includes to /usr/include/kde
1280
1281* Fri Jun 11 1999 Preston Brown <pbrown@redhat.com>
1282- snapshot, includes kde 1.1.1 + fixes
1283
1284* Mon Apr 19 1999 Preston Brown <pbrown@redhat.com>
1285- last snapshot before release
1286
1287* Mon Apr 12 1999 Preston Brown <pbrown@redhat.com>
1288- latest stable snapshot
1289
1290* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
1291- Injected new description and group.
1292
1293* Mon Feb 08 1999 Preston Brown <pbrown@redhat.com>
1294- upgraded to KDE 1.1 final.
1295
1296* Fri Jan 15 1999 Preston Brown <pbrown@redhat.com>
1297- updated macros for RPM 3.0, removed redhat-release dependency
1298
1299* Tue Jan 05 1999 Preston Brown <pbrown@redhat.com>
1300- re-integrated changes from Duncan Haldane
Note: See TracBrowser for help on using the repository browser.