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

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

new upstream release

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