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

Revision 3127, 44.3 KB checked in by inagaki, 13 years ago (diff)

update: kdebase3, kdelibs

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