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

Revision 8430, 41.1 KB checked in by Takemikaduchi, 10 years ago (diff)

KDE-4.12.5

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