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

Revision 7294, 40.6 KB checked in by Takemikaduchi, 11 years ago (diff)

KDE-4.9.5

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