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

Revision 6725, 40.3 KB checked in by Takemikaduchi, 12 years ago (diff)

KDE-4.9.0

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