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

Revision 6899, 40.5 KB checked in by Takemikaduchi, 12 years ago (diff)

KDE-4.9.2

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