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

Revision 8252, 41.0 KB checked in by Takemikaduchi, 10 years ago (diff)

KDE-4.12.2

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