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

Revision 7728, 40.7 KB checked in by Takemikaduchi, 11 years ago (diff)

KDE-4.10.5

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