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

Revision 6797, 40.4 KB checked in by Takemikaduchi, 12 years ago (diff)

KDE-4.9.1

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