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

Revision 9222, 51.1 KB checked in by Takemikaduchi, 9 years ago (diff)

R: rebuild
openbabel: add BR
k3b: new upstream release
others: KDE-4.14.3

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