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

Revision 7105, 47.2 KB checked in by Takemikaduchi, 12 years ago (diff)

KDE-4.9.3, etc

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