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

Revision 8056, 40.9 KB checked in by Takemikaduchi, 10 years ago (diff)

KDE-4.11.4
exiv2-0.24
wireshark-1.10.5, etc...

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