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

Revision 4662, 40.7 KB checked in by inagaki, 13 years ago (diff)

update: KDE SC 4.7.0
added : kate, konsole

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