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

Revision 7801, 40.8 KB checked in by Takemikaduchi, 11 years ago (diff)

KDE-4.11.1

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