source: projects/specs/trunk/k/kdebase/kdebase-vl.spec @ 5330

Revision 5330, 40.9 KB checked in by inagaki, 12 years ago (diff)

update: konsole, kdebase

Line 
1Name: kdebase
2Summary: KDE Core Applications
3Summary(ja): KDE の中心を構成するアプリケーション集
4Version: 4.7.4
5Release: 1%{?_dist_release}
6
7License: GPLv2
8Group: User Interface/Desktops
9URL: http://www.kde.org/
10
11Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kde-baseapps-%{version}.tar.bz2
12
13# search path for plugins
14Patch0: kdebase-4.1.80-nsplugins-paths.patch
15
16# backwards compatibility hack for a config option changed by our old
17Patch1: kdebase-4.4.3-konsole-activetabindex.patch
18
19# make menuitem Home visible
20Patch2: kdebase-4.2.1-home-icon.patch
21
22# fix disabling automatic spell checking in the Konqueror UI (kde#228593)
23Patch3: kdebase-4.4.0-konqueror-kde#228593.patch
24
25# Password & User account becomes non responding
26patch4: kdebase-4.3.4-bz#609039-chfn-parse.patch
27
28BuildRoot: %{_tmppath}/%{name}-%{version}-root
29BuildRequires: alsa-lib-devel
30BuildRequires: bzip2-devel
31BuildRequires: cyrus-sasl-devel
32BuildRequires: doxygen
33BuildRequires: fontconfig-devel
34BuildRequires: gettext
35BuildRequires: giflib-devel
36BuildRequires: glib2-devel
37BuildRequires: kdebase-workspace-devel >= %{version}
38BuildRequires: kdelibs4-devel >= %{version}
39BuildRequires: kdepimlibs-devel >= %{version}
40BuildRequires: libsmbclient-devel
41BuildRequires: libtidy-devel
42BuildRequires: libXpm-devel
43BuildRequires: OpenEXR-devel
44BuildRequires: openssl-devel
45BuildRequires: pciutils-devel
46BuildRequires: pcre-devel
47BuildRequires: pkgconfig
48BuildRequires: plasma-devel >= %{version}
49BuildRequires: qimageblitz-devel
50BuildRequires: shared-desktop-ontologies-devel
51BuildRequires: soprano-devel
52BuildRequires: zlib-devel
53
54Requires: %{name}-libs = %{version}-%{release}
55# Dolphin needs the ioslaves from kdebase-runtime (#438632)
56Requires: kdebase-runtime >= 4.7.0
57# for upgrade path, when konsole, kwrite were split out
58Requires: konsole
59Requires: kwrite
60
61Provides:  dolphin = 1.0.2-1
62Provides:  kdebase4 = %{version}-%{release}
63Provides:  kde-baseapps = %{version}-%{release}
64Obsoletes: dolphin < 1.0.2-1
65Obsoletes: d3lphin
66Obsoletes: kdebase4 < %{version}-%{release}
67
68Obsoletes: kde-plasma-folderview < 4.3.1-1
69Provides:  kde-plasma-folderview = %{?epoch:%{epoch}:}%{version}-%{release}
70
71Obsoletes: konq-plugins < 4.6.80-1
72Provides:  konq-plugins = %{version}-%{release}
73
74Provides: konqueror = %{version}-%{release}
75
76#Conflicts: kdebase3
77
78%description
79Core applications for KDE 4, including:
80dolphin : File manager
81kdepasswd : Changes a UNIX password.
82kdialog : Nice dialog boxes from shell scripts
83keditbookmarks : Bookmark oranizer and editor
84kfind : File find utility
85kfmclient : Tool for opening URLs from the command line
86konqueror : Web browser, file manager and document viewer
87
88%description -l ja
89KDE 4 の中心となるアプリケーション集です.
90
91%package libs
92Summary: Runtime libraries for %{name}
93Summary(ja): %{name} のランタイムライブラリ
94Group:   System Environment/Libraries
95Requires: kdelibs4 >= %{version}
96Requires: kdepimlibs >= %{version}
97
98%description libs
99%{summary}.
100
101%description -l ja libs
102%{name} のランタイムライブラリです.
103
104%package devel
105Summary:   Development files for %{name}
106Summary(ja): %{name} の開発用ファイル
107Group:     Development/Libraries
108Requires:  %{name}-libs = %{version}-%{release}
109Requires:  kdelibs4-devel
110Requires:  kdepimlibs-devel
111Provides:  kdebase4-devel = %{version}-%{release}
112Obsoletes: kdebase4-devel < %{version}-%{release}
113
114%description devel
115%{summary}.
116
117%description -l ja devel
118%{name} の開発用ファイルです.
119
120%prep
121%setup -q -n kde-baseapps-%{version}
122
123%patch0 -p2 -b .nsplugins-paths
124%patch2 -p2 -b .home-icon
125%patch3 -p2 -b .kde#228593
126%patch4 -p2 -b .bz#631481
127
128
129%build
130mkdir -p %{_target_platform}
131pushd %{_target_platform}
132unset QTDIR || : ; . /etc/profile.d/qt4.sh
133%cmake \
134    -DCMAKE_BUILD_TYPE=release \
135    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
136    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
137    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
138    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
139    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
140    ..
141popd
142
143make %{?_smp_mflags} -C %{_target_platform}
144
145
146%install
147rm -rf $RPM_BUILD_ROOT
148make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
149
150# konquerorsu only show in KDE
151echo 'OnlyShowIn=KDE;' >> $RPM_BUILD_ROOT%{_datadir}//applications/kde4/konquerorsu.desktop
152
153# create/own some dirs
154mkdir -p $RPM_BUILD_ROOT%{_datadir}/kde4/apps/konqueror/{kpartplugins,icons,opensearch}
155
156## unpackaged files
157# libs for which there is no (public) api
158rm -f $RPM_BUILD_ROOT%{_libdir}/lib{dolphin,kbookmarkmodel_,konqueror}private.so
159
160# move devel symlinks
161mkdir -p $RPM_BUILD_ROOT%{_libdir}/kde4/devel
162pushd $RPM_BUILD_ROOT%{_libdir}
163for i in lib*.so
164do
165  case "$i" in
166    libkonq.so|libkonqsidebarplugin.so)
167      linktarget=`readlink "$i"`
168      rm -f "$i"
169      ln -sf "../../$linktarget" "kde4/devel/$i"
170      ;;
171    *)
172      ;;
173  esac
174done
175popd
176
177%find_lang %{name} --all-name --with-kde --without-mo
178
179%clean
180rm -rf $RPM_BUILD_ROOT
181
182%post
183touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
184touch --no-create %{_datadir}/icons/oxygen &> /dev/null ||:
185
186%posttrans
187gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
188gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
189update-desktop-database -q &> /dev/null ||:
190
191%postun
192if [ $1 -eq 0 ] ; then
193    touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
194    touch --no-create %{_datadir}/icons/oxygen &> /dev/null ||:
195    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
196    gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
197    update-desktop-database -q &> /dev/null ||:
198fi
199
200%post libs -p /sbin/ldconfig
201
202%postun libs -p /sbin/ldconfig
203
204%files
205%defattr(-,root,root,-)
206%{_bindir}/*
207%{_datadir}/applications/kde4/*
208%{_datadir}/kde4/apps/*
209%{_datadir}/config.kcfg/*
210%{_datadir}/dbus-1/interfaces/*
211%{_datadir}/icons/hicolor/*/*/*
212%{_datadir}/icons/oxygen/*/*/*
213%{_datadir}/kde4/services/*
214%{_datadir}/kde4/servicetypes/*
215%{_docdir}/HTML/en/*
216%{_libdir}/kde4/*
217%exclude %{_libdir}/kde4/devel/
218%{_mandir}/man1/*
219%{_datadir}/autostart/*
220%{_datadir}/config/*
221%{_datadir}/templates/*
222%{_datadir}/templates/.source/*
223%{_libdir}/libkdeinit4_*.so
224
225%files libs
226%defattr(-,root,root,-)
227%{_libdir}/lib*.so.*
228
229%files devel
230%defattr(-,root,root,-)
231%{_includedir}/kde4/*
232%{_libdir}/kde4/devel/lib*.so
233
234%changelog
235* Sat Dec 24 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.7.4-1
236- new upstream release
237
238* Sat Oct 29 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.7.2-1
239- new upstream release
240
241* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.7.0-1
242- new upstream release
243
244* Tue Jun 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.4-1
245- new upstream release
246
247* Sun Mar 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.1-1
248- new upstream release
249
250* Sun Feb 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.0-2
251- added BR: glib2-devel, libXpm-devel
252- removed BR: alsa-libs-devel, cyrus-sasl-devel, libraw1394-devel,
253              libsmbclient-devel, libusb-devel, pciutils-devel,
254              pcre-devel, OpenEXR-devel, qimageblitz-devel
255
256* Sun Feb 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.0-1
257- new upstream release
258
259* Sun Sep  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.1-1
260- new upstream release
261
262* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.0-1
263- new upstream release
264
265* Sun Jul  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.5-1
266- new upstream release
267- added Conflicts: kdebase3
268
269* Fri May  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
270- new upstream release
271
272* Sun Apr 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
273- new upstream release
274
275* Sun Mar  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
276- new upstream release
277
278* Tue Mar  2 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.0-1
279- new upstream release
280- built with new toolchain
281
282* Sun Nov 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
283- new upstream release
284
285* Sat Oct 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-1
286- new upstream release
287
288* Sat Sep  5 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
289- new upstream release
290- used %%cmake macro
291
292* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-3
293- fixed %%post and %%postun section
294
295* Tue Aug 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-2
296- new upstream release (based on Fedora)
297
298* Sun May 10 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
299- applied new versioning policy
300- added Patch706 based on 77_fix_ftbfs_ucred_redefinition.diff
301  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520074
302
303* Mon Dec 10 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl7
304- rebuild for VineSeed
305
306* Mon Dec 10 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl6
307- add Patch1 and 2
308- update Patch705
309
310* Tue Dec  4 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl5
311- rebuild for VineSeed
312
313* Tue Dec  4 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl4
314- add Patch705 (BTS:564)
315
316* Sun Nov 25 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
317- dropped obsolete Patch704
318
319* Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
320- rebuild for VineSeed
321
322* Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
323- new upstream release
324- drop Patch1 and Patch2
325
326* Thu Sep 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl3
327- add Patch1 (CVE-2007-4224, CVE-2007-4225, CVE-2007-3820)
328- add Patch2 (CVE-2007-4569)
329
330* Wed Jul 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
331- build for VineSeed
332- add Patch101
333
334* Wed Jul 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1.1
335- add Patch0 (SA26091)
336
337* Sun May 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
338- new upstream release
339- add BuildPrereq: dbus-qt3-devel samba-libsmbclient-devel
340
341* Mon Jan 22 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
342- new upstream release
343- remove Patch0
344- add Requires: hicolor-icon-theme
345
346* Wed Dec 20 2006 Hideki MIWA <miwa@c.csce.kyushu-u.ac.jp> 3.5.5-0vl5
347- added: Patch704: kdebase-3.5.5-Xsession.patch
348
349* Sat Nov 11 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl4
350- updated pam.d setting
351  - dropped: Patch702: kdebase-3.5.1-pam_console.diff
352  - added:   Patch703: kdebase-3.5.5-pamd.patch
353
354* Sat Oct 14 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl3
355- added --with-qt-libraries and --enable-libsuffix option
356- removed --libdir=%%{_libdir} option
357
358* Tue Oct 10 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
359- rebuild for VineSeed
360
361* Tue Oct 10 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
362- new upstream release
363- add Patch0 from kde.org (SVN commit 593835)
364
365* Tue Sep 05 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.4-0vl4
366- added --libdir=%%{_libdir} configure option
367
368* Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.4-0vl3
369- rebuilt with openldap-2.3.27-0vl1
370
371* Tue Jul 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
372- rebuild for VineSeed
373
374* Tue Jul 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
375- new upstream release
376- drop Patch0
377
378* Thu Jun 15 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl5
379- rebuild for VineSeed
380
381* Thu Jun 15 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl4
382- add Patch0 (CVE-2006-2449)
383
384* Wed Jun 14 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.5.3-0vl3
385- rebuilt with gamin-devel in place of fam-devel
386
387* Tue May 30 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
388- rebuild for VineSeed
389
390* Tue May 30 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
391- new upstream release
392
393* Fri Apr 21 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl4
394- rebuild for VineSeed
395
396* Fri Apr 21 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl3
397- remove firefox icon (BTS:33)
398
399* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
400- rebuild for VineSeed
401
402* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
403- new upstream release
404- drop Patch0
405
406* Fri Mar 17 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl5
407- update Patch702 (support for ldap)
408- drop Patch701
409
410* Thu Feb 16 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl4
411- rebuild for VineSeed
412
413* Thu Feb 16 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl3
414- add Patch0 (https://bugs.kde.org/show_bug.cgi?id=121087)
415- add %%{_datadir}/doc/kdm/README to %%files
416
417* Tue Jan 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
418- rebuild for VineSeed
419
420* Tue Jan 24 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
421- new upstream release
422
423* Thu Dec  8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl2
424- rebuild for VineSeed
425
426* Mon Nov 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl1
427- new upstream release
428
429* Fri Nov 11 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl0.rc1
430- new upstream release
431
432* Mon Oct 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.92-0vl1
433- new upstream release
434- update Patch701 and BuildPrereq (VineSeed-Plus:03341)
435- delete Patch0, 700, and 800
436
437* Mon Sep 12 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.91-0vl1
438- new upstream release
439- remove Patch0
440- update %%files
441- add Patch0
442
443* Fri Sep  9 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl6
444- rebuild for VineSeed
445
446* Fri Sep  9 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl5
447- add Patch702 (VineSeed-Plus:03276)
448
449* Tue Sep  6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl4
450- rebuild for VineSeed
451
452* Tue Sep  6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl3
453- add Patch0 (CAN-2005-2494)
454
455* Thu Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl2
456- rebuild for VineSeed
457
458* Thu Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl1
459- new upstream release
460
461* Thu Jun 30 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl2
462- build for VineSeed
463- add --disable-rpath to configure option
464
465* Wed Jun  1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl1
466- new upstream release
467- build for Vine3.1
468- use %%{?_smp_mflags} for make option
469- stop using %%{SOURCE4}
470
471* Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl2
472- rebuild for VineSeed
473
474* Thu Mar 10 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl1
475- new upstream release
476
477* Wed Mar  2 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl0.rc1
478- new upstream release (3.4.0-rc1)
479- add BuildPrereq: gettext
480
481* Mon Feb  7 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.92-0vl1
482- new upstream release
483
484* Wed Jan 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.91-0vl1
485- new upstream release
486
487* Sat Dec 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
488- rebuild for VineSeed
489- remove Patch0
490
491* Sat Dec 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
492- source upgrade
493- build for Vine Linux 3.1
494- add patch0 (http://www.kde.org/info/security/advisory-20041213-1.txt)
495
496* Sat Oct 30 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl2
497- add BuildPrereq: cyrus-sasl-devel ncurses-devel
498- add Requires: samba-libsmbclient
499
500* Sat Oct  9 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
501- source upgrade
502
503* Thu Sep 23 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.0-0vl1
504- source upgrade
505- remove patch0
506
507* Mon Aug 16 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl3
508- rebuild with qt32
509- add Patch0 from kde.org
510
511* Tue Jun 22 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
512- replace gdm session file
513
514* Sat Jun  5 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
515- source upgrade
516- remove lines about vine26
517
518* Sat May  1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
519- source upgrade
520
521* Fri Mar 26 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl2
522- rebuild with openssl-0.9.7d
523
524* Tue Mar  9 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
525- source upgrade
526
527* Mon Feb  2 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.0-0vl1
528- source upgrade
529- add BuildPrereq: libtiff-devel jasper-devel samba-libsmbclient
530
531* Sat Jan 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl2
532- rebuild for VineSeedPlus
533
534* Fri Dec 26 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl1
535- source upgrade
536- build for VinePlus/2.6
537- (VinePlus/2.6) BuildPrereq: autoconf258
538
539* Sun Dec 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl3
540- build for VineSeed with new toolchain and qt-3.2.3
541
542* Fri Oct  3 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0.26vl2
543- rebuild for Vine2.6
544
545* Thu Oct  2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl2
546- OOPS! Patch701 did not used
547
548* Wed Sep 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl1
549- source upgrade
550- build with gcc-3.2.3
551
552* Thu Jul 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl1
553- source upgrade
554
555* Sat Jul  5 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl5
556- change spec to build with gcc295
557- change make option for SMP and add script
558
559* Thu Jun 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl4
560- change spec to build with g++-2.95.3
561 
562* Sat May 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl3
563- source upgrade (MD5SUMS = a90feb5273e9f524a2b19d9021ece7a6)
564
565* Tue May 13 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl2
566- source upgrade (MD5SUMS = 4019643c77c818d96bf873c91faa9119)
567
568* Sat May 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
569- source upgrade
570- stop using patch700 and patch800 (they do not need, maybe)
571- do not install source8 (this version reads .Xresources)
572- built with libpng >= 1.2.5 when %{vine26} is set to 0 (ie VineSeedPlus)
573- add BuildPrereq: libjpeg-devel
574- remove /etc/skel/.kde (they do not need)
575
576* Thu Apr 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1a-0vl1
577- security release
578- remove patch0, patch1 and patch2 (included in this source)
579
580* Sun Mar 23 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
581- source upgrade
582- add patch0 (http://lists.kde.org/?l=kde-cvs&m=104766756731187&w=2)
583- add patch1 and patch2
584  (http://lists.kde.org/?l=kde-cvs&m=104758242610505&w=2)
585- add patch701 for Xsession of kdm
586
587* Sun Feb 16 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl2
588- change spec to build both VineSeed and Vine2.5/2.6
589
590* Thu Jan 30 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0vl1
591- source upgrade to 3.1-stable
592
593* Mon Jan 20 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc7vl1
594- source upgrade to 3.1rc7
595
596* Wed Jan 15 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc6vl2
597- remove patches except patch1
598
599* Sun Jan 12 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1-0.rc6vl1
600- source upgrade to 3.1rc6
601- stop using objprelink2, it does not work with gcc3
602- add BuildPrereq: openMotif-devel instead of lesstif-devel
603- add BuildPrereq: openssl-devel libart_lgpl-devel
604- add Requires: openMotif libart_lgpl
605- update and revised patches
606
607* Sat Dec 28 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.5a-0vl1
608- source upgrade
609- revised patch0
610
611* Wed Oct 16 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl2
612- objprelink2 support only i386 (add %ifarch i386 ... again)
613
614* Sun Oct 13 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl1
615- source upgrade
616- revised patch0
617
618* Tue Oct  8 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl2
619- rebuild with qt-3.0.5-0vl1
620- BuildPrereq: autoconf253 objprelink2
621
622* Thu Aug 22 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl1
623- source upgrade
624- revised patch0
625
626* Mon Aug  5 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.2-0vl3
627- add kio_httprc to source4 (fix Japanese search at google.co.jp)
628
629* Wed Jul 24 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.2-0vl2
630- rebuild with libvorbis-1.0-0vl1
631
632* Thu Jul  4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.2-0vl1
633- source upgrade
634- revised patch0
635- add source8 to read .Xresources
636
637* Fri Jun  7 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.1-0vl1
638- source update to 3.0.1
639
640* Mon Apr 15 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl2
641- source update to 3.0
642- add patch800 from kde.gr.jp
643- change source4 (default font == kochi-gothic)
644- add BuildPrereq: lesstif-static
645
646* Sat Mar 30 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl1
647- merged with rawhide 3.0-0.cvs20020314.4
648- source update to cvs-20020329
649- revised patch0, 1
650- delete patch7
651- add BuildPrereq: autoconf252 automake15
652- There is Vine's previous changes, hacked for Vine
653  -- Sat Mar 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-0vl1
654  - source and patch upgrade to 2.2.2
655  - Build with kdelibs-2.2.2-0vl1
656  - add BuildPrereq: pam-devel lesstif-devel
657 -- Wed Nov 28 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl3
658  - Set Charset=jisx0208.1983-0
659  - Build with kdelibs-2.2.1-1vl3
660  - Stop runnning kappfinder and add applnk of kterm
661 -- Thu Oct 18 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl2
662  - Add patches from kde.gr.jp (Thanks for Mr.ASAKI)
663    -- Source 4
664    -- Patch  202, 203
665  - Use objprelink option (i386 only)
666  - Fix spec to run kappfinder
667 -- Sun Oct 14 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl1
668  - Update patches from kde.gr.jp
669
670* Tue Mar 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020314.4
671- Fix updating from KDE 2.x
672
673* Mon Mar 18 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020314.3
674- Add patches from Than to fix up menu i18n and kdm sessions
675- Put back %{?_smp_mflags}
676
677* Tue Mar 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020314.1
678- Add patch from Than to scale down icons for submenus pointing to legacy
679  applications rather than keeping them at 32x32
680
681* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020311.1
682- Add patch to kicker allowing it to display just the app descriptions instead
683  of names
684
685* Fri Mar  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020301.1
686- Update
687- Remove separate kdm package
688
689* Thu Feb 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020214.1
690- Build --with-xinerama
691
692* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020129.1
693- Manually add Provides: libkateinterfaces.so to work around rpm bug
694
695* Sun Jan 20 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020120.1
696- Update to get API changes
697- Clean up old temp files in startkde some more
698
699* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020117.2
700- Make sure the correct kdelibs is in the build environment before building
701  kdebase
702
703* Mon Jan  7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20020107.1
704- Update, sync with kdelibs API changes
705
706* Sat Dec 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011229.1
707- Update
708
709* Wed Dec 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011226.1
710- Update
711- Disable ia64 temporarily (because of bug #57833)
712
713* Sat Dec 15 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011215.1
714- Update
715- Make kdm a separate package
716
717* Fri Dec 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0-0.cvs20011214.1
718- Update
719- Exclude alpha for now (compiler bugs)
720
721* Sun Aug  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010805.1
722- Fix anti-aliased fonts
723- Remove Japanese konsole patch, it breaks changing fonts in all other
724  languages
725- BuildRequire lesstif-devel to make sure recompiled versions of Konqueror
726  support Netscape plugins
727- Remove language detection hacks from startkde, they're now in kpersonalizer
728- Personalize kicker in kpersonalizer
729- Power off when halting the system in kdm (#50847)
730
731* Thu Aug  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010802.1
732- Remove Japanese Konsole patch, it breaks other languages (#50619)
733
734* Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010731.1
735- Remove some patches that made it into cvs
736- Fix up the Japanese patch, it messed up konsole fonts on "normal"
737  languages
738
739* Mon Jul 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010730.1
740- Fix up audiocd ioslave (#50310)
741- Initialize kpersonalizer to $LANG (#50311)
742- Add Japanese patch
743
744* Wed Jul 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010725.1
745- Fix error messages on first startup
746
747* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010724.1
748- remove ia64 workarounds
749- fix default configurations
750- update
751- remove dupes from kdeartwork
752
753* Sun Jul 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010722.1
754- rebuild after fixing the build root
755
756* Sat Jul 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010721.1
757- rebuild - somehow an application got linked against an older version of
758  itself from the buildroot
759- update
760
761* Fri Jul 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010720.1
762- update
763- get rid of some rpmlint warnings
764- remove kappfinder (we maintain /etc/X11/applnk)
765- work around ia64 breakage
766
767* Wed Jun 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010627.1
768- update
769- adapt patches
770
771* Sat Jun 16 2001 Alan Eldridge <alane@geeksrus.net> 2.2-0.cvs20010616.1
772- updated for current CVS
773
774* Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.alpha2.2
775- Work around NFS-mounted home directories residing on servers with
776  ultimately broken OSes (#40711)
777- Fix desktopconv compilation without optimizations (#40144)
778- Move old config files rather than deleting them (#38107)
779- Add explicit requirements on lm_sensors and kdelibs-sound (#32678)
780- Fix doc generation (#40087)
781- s/Copyright:/License:/
782
783* Sun May 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.alpha2.1
784- 2.2 alpha 2
785
786* Sun May 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010513.1
787- Fix up default settings; KSpell should use Aspell right away
788- Split out -devel subpackage; with KWin and Kate moving to plugin systems,
789  this is getting big...
790
791* Sat May 12 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010512.1
792- Update, adapt patches
793- Fix up desktop devices patch, we want the "Eject" action for CD-ROMs,
794  CD-Writers, CD-RWs, ZIP and JAZ-Drives and LS120.
795
796* Fri Apr 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
797- 2.2alpha1
798- kill /usr/share/icons/locolor/16x16/actions/bookmark_folder.png
799  (dupe from kdelibs)
800
801* Tue Apr  3 2001 Bernhard Rosenkraenzer <bero@redhat.com>
802- Fix deadkeys handling in kdm
803- Fix uninitialized variable in konsole, patch
804  from Tim Waugh (#34452)
805
806* Fri Mar 30 2001 Bernhard Rosenkraenzer <bero@redhat.com>
807- Fix rpmfind shortcut (Bugzilla #34057, KDE Bug #21100)
808- Add patch from KDE_2_1_BRANCH to get rid of debug output in
809  the ktar IO slave
810
811* Wed Mar 28 2001 Than Ngo <than@redhat.com>
812- fix a bug in desktopconv (bug #33374)
813
814* Tue Mar 27 2001 Than Ngo <than@redhat.com>
815- fix charmap/encoding problem
816- fix MinimumFontSize in konqueror, default is 10
817- set correct DefaultEncoding for konqueror
818- clean up startkde
819- disable Israel and Thai, it's broken in qt
820
821* Fri Mar 23 2001 Preston Brown <pbrown@redhat.com>
822- remove CD-ROM / Floppy .desktop files, they are generated automatically now
823- remove some other old obsolete default config files
824
825* Thu Mar 22 2001 Preston Brown <pbrown@redhat.com>
826- patch to dynamically create icons for removable/user controllable
827  devices on desktop
828
829* Wed Mar 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-2
830- Log utmp/wtmp correctly in konsole, using utempter
831- Remove setuid state from konsole_grantpty, it's no longer needed now
832  that we use utempter.
833- Fix escaping in the konsole KPart
834- Fix grammar and order in the arts control module
835
836* Tue Mar 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1.1-1
837- 2.1.1
838- Don't crash if kfmexec is invoked without arguments (#32029)
839- Various desktopconv fixes:
840  - Allow removing or ignoring KDE 1.x files
841  - convert the printer icon we had on the desktop by default.
842  - Support i18n
843- Add mailsettings tool (generates sane kcmemail defaults at first
844  startup)
845- Fix up support for Brazil Portuguese and Chinese
846- Fix loading of child panel config files (harald)
847- remove -T and --title in konsole, use instead --caption (#31483) (Than Ngo)
848- More i18n fixes (zh_HK is closer to zh_TW than to zh_CN...)
849
850* Mon Mar 20 2001 Than Ngo <than@redhat.com>
851- fix Login Screen Red Hat logo (Bug #32241)
852- fix kdm background color
853- fix a bug in setting font size (Bug #32258)
854
855* Fri Mar 17 2001 Than Ngo <than@redhat.com> 2.1-11
856- fix placed icons on desktop (Bug #31985)
857- some bugfixes in startkde
858- restore support for Russian (bero)
859- merge bugfix patch from KDE_2_1_BRANCH, Ctrl-U could crash Konqueror
860  under certain circumstances (bero)
861- Fix up the effects patch (if everything was disabled, no radio button
862  was checked by default, rather than the "No effects" button) (bero)
863
864* Thu Mar 15 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-10
865- Fix up i18n support
866- Don't use predictable tmp file names in krdb
867- Remove the printer icon from the desktop. It uses klpq which is in kdeutils,
868  so the icon should come from there.
869- fix error.c in kdebase-2.1-fixes.patch, It's broken (Than Ngo)
870- better fix for konsole keyboard mappings (Preston Brown)
871
872* Tue Mar 13 2001 Than Ngo <than@redhat.com>
873- fix default profile for konqueror in webbrowser mode
874- set lucidatypewriter as fixed-width font for konqueror
875 
876* Mon Mar 12 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-9
877- Fix locale settings (old versions didn't check the user's locale settings
878  and always started up in English)
879- Fix some braindead code in kwrite
880
881* Sat Mar 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-8
882- Add option to save backtraces to a file (#30867)
883- Fix kdm looking horrible on 8 bit displays
884- Revert to /usr/share/config with an exception for kdmrc
885- Add /etc/skel/Desktop/.directory (the /etc/skel/Desktop/* glob doesn't include
886  /etc/skel/Desktop/.* ...)
887- Don't apply konsole-noxft patch anymore (workaround for an X bug
888  that was fixed in 11.4)
889
890* Fri Mar  9 2001 Preston Brown <pbrown@redhat.com>
891- fix home and end default mapping in konsole
892
893* Wed Feb 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
894- /usr/share/config -> /etc/kde
895- Don't throw all config files at every user's home directory; 2.x supports
896  changing global defaults
897- Get rid of bogus "can't find schema named" warning
898- Fix various bugs in konsole (don't connect to a NULL slot, etc.)
899- Cripple kxmlrpcd by default (#23253)
900- Add a sane icon arrangement at first startup (#25026)
901 
902* Tue Feb 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
903- Add fixes from KDE_2_1_BRANCH:
904  - Fix up cookie handling in konqueror
905  - Fix a potential crash in kcontrol when using config files from
906    cvs snapshots
907  - Fix possible khotkeys segfault
908- Fix up Konqueror User Agent dialog
909- Log in to "default" session by default (#29157)
910
911* Thu Feb 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
912- 2.1 second (and hopefully last) respin
913
914* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
915- 2.1-respin
916- Drop the old anotherlevel session type in kdm (#28593)
917
918* Mon Feb 19 2001 Bernhard Rosenkraenzer <bero@redhat.com>
919- 2.1
920
921* Wed Feb 14 2001 Bernhard Rosenkraenzer <bero@redhat.com>
922- Fix up konsole_grantpty to work with the /dev/pts filesystem and
923  /dev/ptmx rather than the old /dev/ptyXX system
924- Replace ktip logo with Red Hat logo, the old one could be considered
925  offensive by some people
926- Fix build with glibc 2.2.2
927- Turn off icon view in kdm
928- Other minor changes to default config
929
930* Mon Feb 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
931- desktopconv: Don't strip off .png/.xpm/.gif in Icon= if it is
932  provided as a full pathname
933- Build with --disable-debug
934- Fix a bug causing all icons to appear in the upper-left corner
935- Don't use antialiased fonts in konsole even if they're turned on.
936  Konsole can't deal with them.
937- Don't show the postgres and amanda users in kdm
938- Add rhbug/bz shortcut to Bugzilla
939- Add ftpsearch/fs shortcut to FTP Search
940- Add "Eject" option to CD-ROM icon (RFE #26301)
941- Fix permissions on some files in /etc/skel/Desktop (having them readable
942  by root only is not really useful ;) )
943- Fix PAM exiting (#25232, Patch from Tim Waugh)
944- Fix utmp handling in konsole (Bug #25048)
945- Rewrite desktopconv and run it from startkde, ensures
946  clean updates from KDE 1.x (Bug #25473)
947- Add $HOME/bin to PATH in kdm (Bug #25743)
948
949* Fri Feb  2 2001 Bernhard Rosenkraenzer <bero@redhat.com>
950- Link the greeter into kdm statically, pulling in libpthreads
951  Fixes crash with glibc-2.2.1-3 i686
952
953* Fri Jan 26 2001 Bernhard Rosenkraenzer <bero@redhat.com>
954- exec ksmserver rather than just starting it - there's no need to keep
955  that shell in memory.
956
957* Thu Jan 25 2001 Bernhard Rosenkraenzer <bero@redhat.com>
958- Turn off anti-aliasing by default
959- Restore the turning AA on/off and "apply styles to non-KDE-apps"
960  functionality, someone managed to break them just in time for
961  2.1 beta 2.
962
963* Tue Jan 23 2001 Bernhard Rosenkraenzer <bero@redhat.com>
964- Fix bugs #23136 and #24709
965
966* Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
967- Kill /usr/share/icons/hicolor/22x22/actions/view_tree.png, it's in
968  kdelibs
969- restore missing /etc/kderc (Bug #24601)
970
971* Sat Jan 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
972- Fix update if Autostart directory exists, but is empty
973- Fix usage of mktemp in startkde (#24415)
974
975* Fri Jan 19 2001 Bernhard Rosenkraenzer <bero@redhat.com>
976- Update CVS (fixed #24298, #24242)
977- Hack in support for turning anti-aliasing on and off, as requested
978  by Than. Unfortunately, this patch probably won't go into the base 2.1
979  because of the message freeze.
980
981* Wed Jan 17 2001 Bernhard Rosenkraenzer <bero@redhat.com>
982- Update to CVS; I fixed building with OpenLDAP 2.x in there.
983
984* Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
985- Add kscreensaver pam file (copy the xscreensaver one, don't
986  use the broken one from KDE CVS)
987
988* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
989- Don't replace a directory with a symlink (#23671)
990
991* Mon Jan  8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
992- Fix background (#20910)
993
994* Mon Jan  8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
995- kdm shouldn't show gdm and mailnull users (#23136)
996- don't install the konsole fonts, they're now
997  included in XFree86 (#23467)
998- Obsoletes kdebase2 (from 7.0-preview)
999- Add config files (used to be in kdesupport) (#22601)
1000
1001* Mon Jan  1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1002- Update
1003
1004* Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1005- Update
1006- Obsolete kdebase-3d-screensavers, kdebase-locolor-icons,
1007  kapm kcmlaptop (optional stuff from KDE 1.x)
1008
1009* Thu Nov  9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1010- Update to HEAD branch
1011- s/Prereq/Requires(post,postun)/
1012
1013* Thu Nov  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1014- Some fixes to startkde:
1015  - if /etc/skel/.kde doesn't exist, don't copy it
1016  - remove stale .DCOPserver* files at startup
1017- Rebuild with fixed kdoc
1018
1019* Tue Oct 31 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1020- Move include files to /usr/include/kde
1021- Don't install any of the mini-lesstif files, we need them at
1022  build time only
1023- Fix consolehelper config for kappfinder
1024
1025* Sat Oct 28 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1026- Update to KDE_2_0_BRANCH, now that the ".0 release" bugs are fixed
1027- Get rid of the Red Hat menu, it's merged now
1028- Fix up the gdm session file
1029- Fix up kappfinder, run it through consolehelper (Bug #19903)
1030- Enable Netscape plugin support, add a stripped down version of lesstif
1031  to allow this
1032
1033* Mon Oct 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1034- 2.0 final
1035
1036* Sun Oct  1 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1037- new CVS
1038- fix installation of fonts
1039
1040* Sat Sep 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1041- new CVS snapshot
1042- fix up spec file
1043
1044* Wed Aug 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1045- get rid of the 3d-screensavers package - now that qt-GL is part of qt,
1046  there's no need to keep them separate to avoid the dependency.
1047
1048* Mon Aug 21 2000 Than Ngo <than@redhat.com>
1049- fix gnome-session so that KDE2 can be started from gdm
1050- pam/kde2 instead pam/kde to avoid problem with KDE1
1051- don't requires qt-GL, It's now in qt
1052
1053* Sun Aug 20 2000 Than Ngo <than@redhat.com>
1054- fix dependency problem with KDE1 so that KDE1 and KDE2 can be installed
1055  at the same time
1056- add missing ldconfig in %post anf %postun
1057- fix for reading config files in /etc/X11/xdm, add Xsession to requires
1058
1059* Tue Aug  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1060- Fix keytable in konsole (Bug #15682)
1061
1062* Sun Aug  6 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1063- rebuild, now that kdelibs2 works on alpha
1064- use the same ugly hack to get kdebase to compile
1065- remove ksysguard on alpha (even more compiler problems)
1066
1067* Fri Aug  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1068- new snapshot (fixed libGL detection in CVS)
1069
1070* Wed Aug  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1071- move to /usr/lib/kde2
1072- new snapshot
1073
1074* Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
1075- fix the --xdmdir arg to be correct (oops)
1076
1077* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
1078- move kdm config files from /usr/config to /etc/X11 by forcing xdmdir
1079
1080* Fri Jul 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1081- new snapshot
1082- some fixes to spec file
1083
1084* Tue Jul 18 2000 Than Ngo <than@redhat.de>
1085- rebuilt against glibc-2.1.92-14, gcc-2.96-40
1086
1087* Sun Jul 16 2000 Than Ngo <than@redhat.de>
1088- use new snapshot
1089- disable Motif
1090
1091* Tue Jul 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1092- use gcc 2.96
1093- new snapshot
1094
1095* Sun Jul  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1096- Epoch 3
1097- Update to current
1098- Use egcs++
1099
1100* Fri Jun 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1101- Update (I put the fixes directly to CVS rather than collecting them
1102  in the spec)
1103
1104* Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1105- remove man2html; we get that from man
1106- new snapshot
1107
1108* Tue Jun 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1109- new snapshot
1110- ExcludeArch ia64 for now
1111- remove gnome .desktop file, we get it from gnome-core now.
1112
1113* Wed Apr  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1114- remove dependency on xpm (now in XFree86)
1115
1116* Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1117- new snapshot
1118- move it to /usr, where it belongs
1119
1120* Sat Dec 25 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1121- Build the OpenGL screensavers, and move them to a separate package
1122- Improve the spec file (BuildPrereqs etc.)
1123
1124* Thu Dec 16 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1125- remove patch #3 (obsoleted by kwin)
1126
1127* Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.de>
1128- 2.0 CVS snapshot
1129- fix compilation
1130
1131* Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
1132- clean up files in /tmp from startkde
1133- mark doc files as such
1134
1135* Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
1136- start autorun if present in startkde
1137- check for configured soundcard before running sound services
1138
1139* Mon Sep 20 1999 Preston Brown <pbrown@redhat.com>
1140- made kdelnks display Name property if they are of type Link
1141
1142* Thu Sep 16 1999 Preston Brown <pbrown@redhat.com>
1143- moved png handling here (from kdelibs)
1144- changed low color icon directory name to locolor
1145
1146* Tue Sep 14 1999 Preston Brown <pbrown@redhat.com>
1147- added optional session management to logout dialog
1148- include GNOME menus
1149
1150* Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
1151- added link to /etc/X11/applnk, .directory file
1152- included lowcolor icon sub-package
1153- enable .desktop file access
1154
1155* Fri Sep 10 1999 Preston Brown <pbrown@redhat.com>
1156- customized startkde script to set up user environment if not present.
1157- mention kthememgr in description.
1158
1159* Wed Sep 08 1999 Preston Brown <pbrown@redhat.com>
1160- upgraded to 1.1.2 release
1161- kvt is back
1162- kde icon included
1163- linux console fonts included
1164
1165* Thu Jul 15 1999 Preston Brown <pbrown@redhat.com>
1166- PAM console logout problem solved.
1167
1168* Mon Jul 12 1999 Preston Brown <pbrown@redhat.com>
1169- now includes screensaver password security fix
1170
1171* Fri Jun 11 1999 Preston Brown <pbrown@redhat.com>
1172- snapshot, includes kde 1.1.1 + fixes
1173- kvt removed for security reasons.  It is a steaming pile of...
1174
1175* Mon Apr 19 1999 Preston Brown <pbrown@redhat.com>
1176- last snapshot before release
1177
1178* Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
1179- today's snapshot makes kfm a bit nicer and some other fixes
1180- moved default rc files to kdesupport
1181
1182* Thu Apr 15 1999 Preston Brown <pbrown@redhat.com>
1183- SUID bit removed from konsole_grantpty -- not needed w/glibc 2.1
1184
1185* Wed Apr 14 1999 Preston Brown <pbrown@redhat.com>
1186- built with today's snapshot -- had to rebuild to fix pam problems.
1187
1188* Tue Apr 13 1999 Preston Brown <pbrown@redhat.com>
1189- new snapshot fixes mimetype video/x-flic problem
1190
1191* Mon Apr 12 1999 Preston Brown <pbrown@redhat.com>
1192- latest stable snapshot
1193
1194* Fri Apr 09 1999 Preston Brown <pbrown@redhat.com>
1195- removed bell.xpm (used to be in fvwm2-icons, don't want installer to see
1196- this previous connection and autoselect kdebase for upgrade).
1197
1198* Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
1199- moved gdm patch
1200
1201* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
1202- added gdm session control file
1203
1204* Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
1205- added pam-console stuff to kde pam file
1206
1207* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
1208- Injected new description and group.
1209
1210* Mon Feb 07 1999 Preston Brown <pbrown@redhat.com>
1211- upgraded to KDE 1.1 final.
1212
1213* Tue Jan 19 1999 Preston Brown <pbrown@redhat.com>
1214- updated macros for RPM 3.0, removed red hat logo.
1215
1216* Tue Jan 05 1999 Preston Brown <pbrown@redhat.com>
1217- re-merged from Duncan Haldane's stuff
Note: See TracBrowser for help on using the repository browser.