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

Revision 4976, 46.3 KB checked in by inagaki, 13 years ago (diff)

update: kdelibs, kde-l10n, kdepimlibs, libktorrent, ktorrent

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