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

Revision 7728, 50.1 KB checked in by Takemikaduchi, 11 years ago (diff)

KDE-4.10.5

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