source: projects/specs/branches/6/k/kdelibs/kdelibs-vl.spec @ 7730

Revision 7730, 45.5 KB checked in by Takemikaduchi, 11 years ago (diff)

security fix

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