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

Revision 3006, 44.2 KB checked in by inagaki, 13 years ago (diff)

update: KDE 4.6.1

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