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

Revision 10460, 41.3 KB checked in by Takemikaduchi, 8 years ago (diff)

firefox: new upstrream release
others: rebuild with gcc-5.4.0

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