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

Revision 10439, 51.5 KB checked in by Takemikaduchi, 8 years ago (diff)

rebuild with -gcc-5.4.0

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