e392eaf
%ifnarch s390 s390x
e392eaf
#define _with_pilot_link 1
e392eaf
%endif
e392eaf
9103599
Name:    kdepim
c73cadd
Summary: PIM (Personal Information Manager) applications
9103599
Epoch:   6
833a13d
Version: 4.1.80
833a13d
Release: 2%{?dist}
a7a66f3
326a4ae
License: GPLv2
2414774
Group:   Applications/Productivity
2414774
URL:	 http://www.kde.org/
833a13d
Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.bz2
7ec390d
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist 53f1ea2
710b6fc
Provides: kdepim4 = %{version}-%{release}
710b6fc
c86a4e0
Requires: %{name}-libs = %{?epoch:%{epoch}:}%{version}-%{release}
c86a4e0
710b6fc
Requires(post): xdg-utils
710b6fc
Requires(postun): xdg-utils
cvsdist cbf1e84
710b6fc
BuildRequires: akonadi-devel
a7a66f3
BuildRequires: bison flex
710b6fc
BuildRequires: boost-devel
5e7c04d
BuildRequires: cyrus-sasl-devel
710b6fc
BuildRequires: desktop-file-utils
710b6fc
BuildRequires: gnokii-devel
a7a66f3
BuildRequires: gpgme-devel
710b6fc
BuildRequires: kdepimlibs-devel >= %{version}
e392eaf
BuildRequires: libassuan-devel
a7a66f3
BuildRequires: libXpm-devel libXScrnSaver-devel
710b6fc
# TODO: libmapi from http://www.openchange.org/
710b6fc
#BuildRequires: libmapi-devel
cddcdd9
BuildRequires: libopensync-devel
710b6fc
BuildRequires: libxslt-devel
710b6fc
BuildRequires: lockdev-devel
e392eaf
%{?_with_pilot_link:BuildRequires: pilot-link-devel >= 0.12}
710b6fc
BuildRequires: python-devel
832bb7f
BuildRequires: soprano-devel
710b6fc
BuildRequires: qca2-devel
710b6fc
BuildRequires: zlib-devel
710b6fc
# these seem mostly bogus, not checked for, but linked nonetheless -- Rex
710b6fc
BuildRequires: giflib-devel
710b6fc
BuildRequires: openldap-devel
710b6fc
BuildRequires: pcre-devel
833a13d
BuildRequires: libical-devel
bda1825
a7a66f3
##Optional bits
a7a66f3
Requires(hint): pinentry-gui
9103599
Requires(hint): spambayes
fd9c8cf
#Requires(hint): spamassassin
fd9c8cf
#%{?fedora:Requires(hint): bogofilter}
a7a66f3
cvsdist 53f1ea2
cvsdist 3d6a7d6
%description
c73cadd
%{summary}, including:
833a13d
* akregator: feed aggregator
c73cadd
* kmail: email client
c73cadd
* knode: newsreader
c73cadd
* knotes: sticky notes for the desktop
c73cadd
* kontact: integrated PIM management
c73cadd
* korganizer: journal, appointments, events, todos
c73cadd
%{?_with_pilot_link:* kpilot: HotSync® software for Palm OS® devices}
cvsdist 3d6a7d6
cvsdist 3d6a7d6
%package devel
833a13d
Summary: Development files for %{name}
cvsdist 3d6a7d6
Group: Development/Libraries
710b6fc
Provides: kdepim4-devel = %{version}-%{release}
c86a4e0
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
710b6fc
Requires: kdelibs4-devel
cvsdist 3d6a7d6
%description devel
326a4ae
%{summary}.
cvsdist 3d6a7d6
Install %{name}-devel if you want to write or compile %{name} plugins.
cvsdist 3d6a7d6
c86a4e0
%package libs
c86a4e0
Summary: %{name} runtime libraries
c86a4e0
Group:   System Environment/Libraries
710b6fc
#Requires: kdelibs4 >= %{version}
c86a4e0
# include to be paranoid, installing libs-only is still mostly untested -- Rex
c86a4e0
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
c86a4e0
%description libs
c86a4e0
%{summary}.
c86a4e0
c86a4e0
cvsdist 3d6a7d6
%prep
b4b03f8
%setup -q
ca5f9b5
8bc9f0b
# upstream patches
8bc9f0b
cvsdist 3d6a7d6
%build
9805126
710b6fc
mkdir -p %{_target_platform}
710b6fc
pushd %{_target_platform}
833a13d
%{cmake_kde4} ..
710b6fc
popd
a7a66f3
710b6fc
make %{?_smp_mflags} -C %{_target_platform} VERBOSE=1
cvsdist 3d6a7d6
cvsdist 3d6a7d6
326a4ae
cvsdist 3d6a7d6
%install
710b6fc
rm -rf %{buildroot}
cvsdist e228eed
833a13d
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
cvsdist 3d6a7d6
e37380d
# conflict with oxygen-icon-theme
229f225
rm -rvf %{buildroot}%{_kde4_iconsdir}/oxygen/32x32/actions/appointment-new.png
e37380d
c73cadd
# make symlinks relative
c73cadd
mkdir -p %{buildroot}%{_docdir}/HTML/en/common
c73cadd
pushd %{buildroot}%{_docdir}/HTML/en
cvsdist 53f1ea2
for i in *; do
c73cadd
   if [ -d $i -a -L $i/common ]; then
c73cadd
      rm -f $i/common
c73cadd
      ln -nfs ../common $i
c73cadd
   fi
cvsdist 53f1ea2
done
cvsdist 53f1ea2
popd
cvsdist 3d6a7d6
326a4ae
6172849
%post
710b6fc
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
710b6fc
xdg-icon-resource forceupdate --theme oxygen 2> /dev/null || :
710b6fc
xdg-desktop-menu forceupdate 2> /dev/null || :
cvsdist 3d6a7d6
6172849
%postun
710b6fc
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
710b6fc
xdg-icon-resource forceupdate --theme oxygen 2> /dev/null || :
710b6fc
xdg-desktop-menu forceupdate 2> /dev/null || :
710b6fc
cvsdist 3d6a7d6
c86a4e0
%post libs -p /sbin/ldconfig
c86a4e0
c86a4e0
%postun libs -p /sbin/ldconfig
c86a4e0
326a4ae
cvsdist 3d6a7d6
%clean
b0709b6
rm -rf %{buildroot}
cvsdist 3d6a7d6
326a4ae
cvsdist 3d6a7d6
%files
326a4ae
%defattr(-,root,root,-)
710b6fc
%doc README README.Kolab
710b6fc
%doc COPYING
710b6fc
%{_kde4_bindir}/*
bb54739
%{_kde4_libdir}/kde4/*.so
8bc9f0b
%{_kde4_libdir}/strigi/*.so
710b6fc
%{_kde4_datadir}/applications/kde4/*
710b6fc
%{_kde4_appsdir}/*
710b6fc
%{_datadir}/dbus-1/interfaces/*.xml
710b6fc
%{_kde4_datadir}/akonadi/agents/*.desktop
710b6fc
%{_kde4_datadir}/autostart/*
710b6fc
%{_kde4_datadir}/config/*rc
710b6fc
%{_kde4_datadir}/config.kcfg/*
85e31e3
%{_kde4_iconsdir}/hicolor/*/*/*
85e31e3
%{_kde4_iconsdir}/oxygen/*/*/*
710b6fc
%{_kde4_datadir}/kde4/services/*
710b6fc
%{_kde4_datadir}/kde4/servicetypes/*
710b6fc
%{_kde4_docdir}/HTML/en/*
710b6fc
c86a4e0
%files libs
c86a4e0
%defattr(-,root,root,-)
710b6fc
%{_kde4_libdir}/lib*.so.*
c86a4e0
cvsdist cbf1e84
%files devel
326a4ae
%defattr(-,root,root,-)
710b6fc
%{_kde4_includedir}/*
710b6fc
%{_kde4_libdir}/lib*.so
bb54739
%{_kde4_libdir}/kde4/plugins/designer/*
cvsdist 3d6a7d6
326a4ae
cvsdist cbf1e84
%changelog
833a13d
* Thu Nov 20 2008 Than Ngo <than@redhat.com> 4.1.80-2
833a13d
- merged
833a13d
833a13d
* Thu Nov 20 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 6:4.1.80-1
833a13d
- 4.1.80
833a13d
- BR cmake >= 2.6.2
833a13d
- make install/fast
833a13d
- kdepim-4.1.2-kabcdistlistupdater.patch upstreamed
833a13d
833a13d
* Wed Nov 12 2008 Than Ngo <than@redhat.com> 4.1.3-1
833a13d
- 4.1.3
833a13d
832bb7f
* Sun Oct 26 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.2-4
832bb7f
- add missing BR soprano-devel
832bb7f
4ec39d1
* Tue Oct 14 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.2-3
4ec39d1
- add converter for old kabc distribution lists (#464622)
4ec39d1
0e1ce22
* Tue Oct 07 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.2-2
0e1ce22
- rebuild for new gnokii
0e1ce22
9644c06
* Fri Sep 26 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-1
9644c06
- 4.1.2
9644c06
9776356
* Fri Aug 29 2008 Than Ngo <than@redhat.com> 4.1.1-1
9776356
- 4.1.1
9776356
3327959
* Thu Jul 24 2008 Than Ngo <than@redhat.com> 4.1.0-2
3327959
- respun
3327959
6f313a9
* Wed Jul 23 2008 Than Ngo <than@redhat.com> 4.1.0-1
6f313a9
- 4.1.0
6f313a9
229f225
* Fri Jul 18 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.99-1
229f225
- 4.0.99
229f225
85e31e3
* Sun Jul 13 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.98-3
e37380d
- fix conflict with oxygen-icon-theme
e37380d
3d2b582
* Thu Jul 10 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.98-1
3d2b582
- 4.0.98
3d2b582
590aafc
* Sun Jul 06 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.85-1
590aafc
- 4.0.85
590aafc
cf42392
* Fri Jun 27 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.84-1
cf42392
- 4.0.84
cf42392
bb54739
* Thu Jun 26 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.83-3
bb54739
- -devel: move designer plugin here
bb54739
9c49b56
* Tue Jun 24 2008 Than Ngo <than@redhat.com> 4.0.83-2
9c49b56
- respun
9c49b56
abbc48d
* Thu Jun 19 2008 Than Ngo <than@redhat.com> 4.0.83-1
abbc48d
- 4.0.83 (beta2)
abbc48d
e392eaf
* Sun Jun 15 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.82-1
e392eaf
- 4.0.82
e392eaf
c19d8c1
* Wed May 28 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.80-2
c19d8c1
- put unversioned libkpilot_conduit_base.so in -libs instead of -devel (#448395)
c19d8c1
1bd2ff4
* Mon May 26 2008 Than Ngo <than@redhat.com> 4.0.80-1
1bd2ff4
- 4.1 beta1
1bd2ff4
710b6fc
* Mon May 19 2008 Rex Dieter <rdieter@fedoraproject.org> 6:4.0.72-1
710b6fc
- first stab at kdepim4
710b6fc
3c81286
* Fri Apr 11 2008 Rex Dieter <rdieter@fedoraproject.org> 6:3.5.9-9
3c81286
- omit multilib upgrade hacks (see also #441222)
3c81286
5b7be0b
* Tue Apr 08 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 6:3.5.9-8
5b7be0b
- add Requires: kdebase3-pim-ioslaves (#441541)
5b7be0b
b92651d
* Tue Apr 01 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 6:3.5.9-7
b92651d
- fix gnokii detection (thanks to Dirk MĂĽller)
b92651d
52099d6
* Wed Feb 27 2008 Rex Dieter <rdieter@fedoraproject.org> 6:3.5.9-6
833a13d
- "Enterprise headers" makes impossible to select text in
52099d6
  first paragraph of body (kde#151150)
52099d6
225f73b
* Mon Feb 18 2008 Than Ngo <than@redhat.com> 6:3.5.9-5
e904303
- backport upstream patch to fix kmail crash on startup
e904303
2b72bba
* Fri Feb 15 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 6:3.5.9-3
2b72bba
- backport upstream fix for kde#127696 from enterprise branch
2b72bba
4acf890
* Fri Feb 15 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 6:3.5.9-2
4acf890
- update opensync03 patch
4acf890
b4b03f8
* Thu Feb 14 2008 Rex Dieter <rdieter@fedoraproject.org> 6:3.5.9-1
b4b03f8
- kde-3.5.9
b4b03f8
9318c4a
* Sat Feb 09 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 6:3.5.8-17.20080109.ent
9318c4a
- rebuild for GCC 4.3
9318c4a
df3e31a
* Mon Jan 21 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 6:3.5.8-16.20080109.ent
72cf3b3
- add patch from kitchensync-OpenSync0.30API branch to build KitchenSync again (F9+)
60eabf6
f15b7fd
* Wed Jan 09 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.8-15.20080109.ent
f15b7fd
- 20080109 snapshot (sync with F-7/8 branches)
f15b7fd
ff13cf3
* Tue Jan 08 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.8-14.20071204.ent
ff13cf3
- omit kpalmdoc.png icons too (f9+)
ff13cf3
3d86f76
* Fri Dec 28 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 6:3.5.8-13.20071204.ent
3d86f76
- rebuild for new libopensync
3d86f76
0345828
* Wed Dec 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.8-12.20071204.ent
2414774
- omit crystalsvg icons (f9+)
833a13d
- kdepim_3.5.6.enterprise.0.20071204.744693
2414774
a80e797
* Thu Nov 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.8-10.20071129.ent
a80e797
- kdepim-enterprise branch 20071129 snapshot, r742984
a80e797
35a23fa
* Thu Nov 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.8-9.20071127.ent
35a23fa
- omit "compacting mbox..." patch for now (doesn't apply)
35a23fa
409ff6d
* Wed Nov 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.8-8.20071127.ent
833a13d
- include/reference kdepim-enterprise-svn_checkout.sh
409ff6d
fd9c8cf
* Mon Nov 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.8-7.20071127.ent
fd9c8cf
- kdepim-enterprise branch 20071127 snapshot, r742277 (rh#401391, kde#152553)
fd9c8cf
3f20908
* Thu Nov 22 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:3.5.8-6.20071013.ent
3f20908
- rebuild for new pilot-link
3f20908
4f433ed
* Tue Nov 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.8-5.20071013.ent
4f433ed
- compacting mbox shows empty folder (kde#146967, rh#352391)
4f433ed
261fb05
* Wed Oct 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.8-4.20071013.ent
261fb05
- -libs: Obsoletes: %%name ... to help out multilib upgrades
261fb05
c86a4e0
* Sun Oct 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.8-3.20071013.ent
c86a4e0
- -libs: %%post/%%postun /sbin/ldconfig
c86a4e0
- -libs conditional (f8+)
c86a4e0
c86a4e0
* Sun Oct 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.8-2.20071013.ent
c86a4e0
- -libs subpkg (to be more multilib friendly)
c86a4e0
d86a4c5
* Sat Oct 13 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.8-1.20071013.ent
fd9c8cf
- kdepim-enterprise branch 20071013 snapshot, r724979
d86a4c5
8047f39
* Wed Oct 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-10.20070926.ent
8047f39
- xdg-open patch
8047f39
ca5f9b5
* Wed Sep 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-9.20070926.ent
ca5f9b5
- kdepim-enterprise branch 20070926 snapshot (r717374)
ca5f9b5
ca5f9b5
* Thu Sep 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-8.20070920.714749.ent
ca5f9b5
- kdepim-enterprise branch 20070920 snapshot (r714749)
ca5f9b5
c73cadd
* Mon Sep 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-8
c73cadd
- drop OnlyShowIn=KDE munging
c73cadd
- update %%description
c73cadd
- tidy up
c73cadd
e9d5377
* Mon Aug 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-7
e9d5377
- templates for forwarding do not work with inline mails (kde#140549)
e9d5377
fa44613
* Mon Aug 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-6
326a4ae
- License: GPLv2
833a13d
- Provides: kdepim3(-devel)
326a4ae
- (Build)Requires: kdelibs3(-devel)
326a4ae
9103599
* Tue Jun 19 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-3
9103599
- +Requires(hint): spambayes (#238650)
9103599
cddcdd9
* Wed Jun 13 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-2
326a4ae
- +BR: libopensync-devel (#244939)
cddcdd9
cddcdd9
* Wed Jun 13 2007 Than Ngo <than@redhat.com> - 6:3.5.7-1.fc7
cddcdd9
- bump release version
cddcdd9
cddcdd9
* Wed Jun 06 2007 Than Ngo <than@redhat.com> -  6:3.5.7-0.1.fc7
cddcdd9
- 3.5.7
cddcdd9
a7a66f3
* Thu May 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.6-7
a7a66f3
- +BR: gpgme-devel gnokii-devel libmal-devel
a7a66f3
- +Requires: pinentry-gui
a7a66f3
- drop unused/deprecated patches
a7a66f3
- revert to kinder/gentler scriptlets
a7a66f3
- sanitize .la files a bit
a7a66f3
3e6af72
* Mon Mar 26 2007 Than Ngo <than@redhat.com> - 3.5.6-4.fc7
3e6af72
- upstream patches
3e6af72
dc74149
* Mon Mar 05 2007 Than Ngo <than@redhat.com> 3.5.6-3.fc7
dc74149
- cleanup specfile
dc74149
9fa47b1
* Thu Feb 08 2007 Than Ngo <than@redhat.com> - 6:3.5.6-2.fc7
9fa47b1
- apply upstream patch to fix a debugging leftover which logs
9fa47b1
  passwords clear text
9fa47b1
3aa87a1
* Tue Feb 06 2007 Than Ngo <than@redhat.com> - 6:3.5.6-1.fc7
3aa87a1
- 3.5.6
3aa87a1
46ac127
* Wed Nov 29 2006 Karsten Hopp <karsten@redhat.com> 3.5.5-1.fc7
74115e1
- rebuild with new pilot-link libs
8285fed
- fix automake version check
46ac127
46ac127
* Fri Nov 10 2006 Than Ngo <than@redhat.com> 6:3.5.5-0.2.fc6
46ac127
- apply upstream patch to fix bz#215081 (kde#135513)
46ac127
46ac127
* Thu Oct 26 2006 Than Ngo <than@redhat.com> 6:3.5.5-0.1
46ac127
- 3.5.5
ae51677
61b84d9
* Thu Sep 14 2006 Than Ngo <than@redhat.com> 6:3.5.4-5
61b84d9
- apply upstream patches
61b84d9
   fix 98545, kmail does not remember pop3 passwords
24b5bd9
   add default values for font sizes
24b5bd9
   fix #133792, do not double-count days during weekly-summarized report
a12ec39
   remove a duplicated holiday
cbf21a0
   fix #134200, always initialize mLineHeight and mFirstColumnWidth
b757509
   fix #126975, Refuse to LOGIN when hasCapability("LOGINDISABLED")
a889ae0
   fix #134702, Kontact crashes when moving mail between imap folders
235542c
   fix #126060, Kmail crash when IMAP mailbox modified externally
61b84d9
82d3ef9
* Tue Sep 12 2006 Than Ngo <than@redhat.com> 6:3.5.4-4
82d3ef9
- apply upstream patches
82d3ef9
   fix #133846, fix for the tooltip crash
82d3ef9
72fd70c
* Mon Sep 04 2006 Than Ngo <than@redhat.com> 6:3.5.4-3
72fd70c
- apply upstream patches
72fd70c
   fix kde#116607, crash in slotCheckQueuedFolders() on application exit
72fd70c
0518557
* Tue Aug 15 2006 Than Ngo <than@redhat.com> 6:3.5.4-2
0518557
- apply patch to fix crash when right clicking in an encapsulated email message, kde#131067
0518557
6b84d45
* Thu Aug 10 2006 Than Ngo <than@redhat.com> 6:3.5.4-1
6b84d45
- apply upstream patches,
6b84d45
   - Kmail crashes on startup, kde#132008
6b84d45
   - Cannot send to addresses containing an ampersand (&), kde#117882
6b84d45
1ca47f0
* Mon Jul 24 2006 Than Ngo <than@redhat.com> 6:3.5.4-0.pre1
1ca47f0
- prerelease of 3.5.4 (from the first-cut tag)
1ca47f0
1b8238d
* Thu Jul 20 2006 Than Ngo <than@redhat.com> 6:3.5.3-8
1b8238d
- apply upstream pacthes,
1b8238d
  fix crash on logout when only a message pane is shown kde#192416
1b8238d
prockai bd83982
* Mon Jul 17 2006 Petr Rockai <prockai@redhat.com> 6:3.5.3-7
prockai bd83982
- fix compilation with new g++ (see patch kdepim-3.5.3-gcc-4.1.1-8)
prockai bd83982
4cc6b17
* Mon Jul 17 2006 Than Ngo <than@redhat.com> 6:3.5.3-6
4cc6b17
- rebuilt
4cc6b17
8d8816c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6:3.5.3-5.1
8d8816c
- rebuild
8d8816c
3795892
* Sat Jul 08 2006 Than Ngo <than@redhat.com> 6:3.5.3-5
3795892
- fix #136533, crypto/certificate manager support
3795892
31acdb1
* Thu Jul 06 2006 Than Ngo <than@redhat.com> 6:3.5.3-4
31acdb1
- apply upstream patches,
31acdb1
   fix bugs: 110487, 118112, 119112, 121384, 127210, 130303
31acdb1
59616dc
* Tue Jun 27 2006 Than Ngo <than@redhat.com> 6:3.5.3-3
59616dc
- fix #196741, BR: libXpm-devel libXScrnSaver-devel
853be74
- apply upstream patches
59616dc
5e7c04d
* Mon Jun 19 2006 Than Ngo <than@redhat.com> 6:3.5.3-2
833a13d
- BR: cyrus-sasl-devel, #195500
5e7c04d
b0709b6
* Fri Jun 02 2006 Than Ngo <than@redhat.com> 6:3.5.3-1
b0709b6
- update to 3.5.3
b0709b6
82b7eb8
* Wed May 03 2006 Than Ngo <than@redhat.com> 6:3.5.2-2
82b7eb8
- fix #190491, korganizer crashes whenever New Event selected
97e816d
- fix crash from proko2
97e816d
- possibly fix crash while selecting mail in mail header view
97e816d
- fix #122571, kmail doesn't remember "fallback character encoding" setting
97e816d
- fix #126571, kmail crashes when pressing "Send again..." in drafts folder
97e816d
- fix syntax error in /usr/bin/kmail_clamav.sh
82b7eb8
10eddee
* Wed Mar 29 2006 Than Ngo <than@redhat.com> 6:3.5.2-1
55050c9
- update to 3.5.2
55050c9
f92db34
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6:3.5.1-1.2
f92db34
- bump again for double-long bug on ppc(64)
f92db34
52ae621
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6:3.5.1-1.1
52ae621
- rebuilt for new gcc4.1 snapshot and glibc changes
52ae621
470c86e
* Thu Feb 02 2006 Than Ngo <than@redhat.com> 6:3.5.1-1
470c86e
- update to 3.5.1
833a13d
- get rid of kdepim-3.5.0-kmail-113730.patch, which included in new upstream
470c86e
a16de04
* Mon Dec 12 2005 Than Ngo <than@redhat.com> 6:3.5.0-1
a16de04
- apply patch to fix crash when applying pipe through filters
a16de04
2ddcbb3
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
2ddcbb3
- rebuilt
2ddcbb3
734ff89
* Tue Nov 29 2005 Than Ngo <than@redhat.com> 6:3.5.0-0.1.rc2
734ff89
- 3.5 rc2
734ff89
8ede937
* Tue Nov 15 2005 Than Ngo <than@redhat.com> 6:3.4.92-3
8ede937
- apply patch to fix gcc4 build problem
8ede937
707a7de
* Wed Oct 26 2005 Than Ngo <than@redhat.com> 6:3.4.92-2
707a7de
- apply patch to fix undefined symbol in indexlib
707a7de
482e4a5
* Mon Oct 24 2005 Than Ngo <than@redhat.com> 6:3.4.92-1
482e4a5
- update to 3.5 beta 2
482e4a5
e3f0a06
* Thu Sep 29 2005 Than Ngo <than@redhat.com> 6:3.4.91-1
e3f0a06
- update to KDE 3.5 beta1
e3f0a06
ab55349
* Wed Sep 21 2005 Than Ngo <than@redhat.com> 6:3.4.2-4
ab55349
- fix uic build problem
ab55349
2ec2e11
* Tue Aug 30 2005 Than Ngo <than@redhat.com> 6:3.4.2-3
2ec2e11
- rebuilt
2ec2e11
ce45e28
* Mon Aug 15 2005 Than Ngo <than@redhat.com> 6:3.4.2-2
ce45e28
- apply patch to fix kpilot crash
ce45e28
3226d7e
* Tue Aug 02 2005 Than Ngo <than@redhat.com> 6:3.4.2-1
3226d7e
- update 3.4.2
3226d7e
- apply patch to fix kmail bug, kde#109003
3226d7e
4001f14
* Mon Jul 04 2005 Than Ngo <than@redhat.com> 6:3.4.1-2
76c7d40
- fix uninitialized variable warning #162311, #162312
4001f14
0bdbaee
* Mon Jun 27 2005 Than Ngo <than@redhat.com> 6:3.4.1-1
0bdbaee
- add kdepim-kpilot-fix.diff
0bdbaee
- update to 3.4.1
0bdbaee
- remove kdepim-3.4.0-long.patch, it's included in new upstream
0bdbaee
71fc752
* Wed Mar 23 2005 Than Ngo <than@redhat.com> 6:3.4.0-4
71fc752
- add lockdev support patch in kandy from Peter Rockai #84143
9805126
- add missing kandy icons #141165
71fc752
6897a25
* Mon Mar 21 2005 Than Ngo <than@redhat.com> 6:3.4.0-3
833a13d
- cleanup build dependencies #151673
6897a25
aa144ff
* Fri Mar 18 2005 Than Ngo <than@redhat.com> 6:3.4.0-2
aa144ff
- fix broken dependencies on kdepim-devel #151508
aa144ff
a8661ba
* Thu Mar 17 2005 Than Ngo <than@redhat.com> 6:3.4.0-1
a8661ba
- 3.4.0 release
a8661ba
16eec2a
* Sun Mar 13 2005 Than Ngo <than@redhat.com> 6:3.4.0-0.rc1.4
16eec2a
- rebuilt against pilot-link-0.12
16eec2a
2eea780
* Fri Mar 04 2005 Than Ngo <than@redhat.com> 6:3.4.0-0.rc1.3
2eea780
- rebuilt against gcc-4.0.0-0.31
2eea780
8201c0d
* Tue Mar 01 2005 Than Ngo <than@redhat.com> 6:3.4.0-0.rc1.2
8201c0d
- fix casting issue
8201c0d
cb6b901
* Mon Feb 28 2005 Than Ngo <than@redhat.com> 6:3.4.0-0.rc1.1
cb6b901
- KDE 3.4.0 rc1
cb6b901
cb6b901
* Wed Feb 16 2005 Than Ngo <than@redhat.com> 6:3.3.92-0.1
cb6b901
- KDE-3.4 Beta2
cb6b901
a67eb1b
* Mon Feb 14 2005 Than Ngo <than@redhat.com> 6:3.3.2-0.3
a67eb1b
- apply Steve patch to fix buffer problem
a67eb1b
d13adc6
* Sat Dec 04 2004 Than Ngo <than@redhat.com> 3.3.2-0.2
d13adc6
- add CVS patch to fix kmail crash when deleting mails in a folder, #141457
d13adc6
c09a535
* Fri Dec 03 2004 Than Ngo <than@redhat.com> 3.3.2-0.1
c09a535
- update to 3.3.2
cbb26c0
- get rid of the kdepim-3.3.1-cvs.patch, kdepim-3.3.0-holiday.patch,
cbb26c0
  both are included in 3.3.2
c09a535
b740e2e
* Tue Nov 16 2004 Than Ngo <than@redhat.com> 6:3.3.1-3
b740e2e
- add several fixes from CVS
b740e2e
053465f
* Sat Oct 16 2004 Than Ngo <than@redhat.com> 6:3.3.1-2
053465f
- rebuilt for rhel
053465f
05f7d91
* Wed Oct 13 2004 Than Ngo <than@redhat.com> 6:3.3.1-1
05f7d91
- update to KDE 3.3.1
05f7d91
ae4fb39
* Mon Oct 04 2004 Than Ngo <than@redhat.com> 6:3.3.0-2
ae4fb39
- fix korganizer crash on startup #134458
ae4fb39
cvsdist 3ebf623
* Fri Aug 20 2004 Than Ngo <than@redhat.com> 3.3.0-1
cvsdist 3ebf623
- update to 3.3.0 release
cvsdist 3ebf623
cvsdist 1e57cc0
* Tue Aug 10 2004 Than Ngo <than@redhat.com> 3.3.0-0.1.rc2
cvsdist 1e57cc0
- update to 3.3.0 rc2
cvsdist 1e57cc0
cvsdist 1e57cc0
* Tue Aug 10 2004 Than Ngo <than@redhat.com> 3.3.0-0.1.rc1
cvsdist 1e57cc0
- update to 3.3.0 rc1
cvsdist 1e57cc0
833a13d
* Wed Aug 04 2004 Than Ngo <than@redhat.com> 6:3.2.92-1
cvsdist f5fd0e9
- update to KDE 3.3 Beta 2
cvsdist f5fd0e9
cvsdist f5fd0e9
* Sat Jul 03 2004 Than Ngo <than@redhat.com> 6:3.2.91-1
cvsdist f5fd0e9
- update to KDE 3.3 Beta 1
cvsdist f5fd0e9
cvsdist b5d7a7c
* Sun Jun 20 2004 Than Ngo <than@redhat.com> 6:3.2.3-1
cvsdist b5d7a7c
- update to 3.2.3
cvsdist b5d7a7c
cvsdist 0a48b3d
* Thu May 06 2004 Than Ngo <than@redhat.com> 6:3.2.2-2
cvsdist 0a48b3d
- cleanup KDE/GNOME menu
cvsdist 0a48b3d
cvsdist 0a48b3d
* Wed Apr 14 2004 Than Ngo <than@redhat.com> 6:3.2.2-1
cvsdist 0a48b3d
- update to 3.2.2
cvsdist 0a48b3d
cvsdist 0a48b3d
* Mon Mar 22 2004 Than Ngo <than@redhat.com> 6:3.2.1-4
cvsdist 0a48b3d
- fix conflict problem by update, #118709
cvsdist 0a48b3d
833a13d
* Fri Mar 19 2004 Karsten Hopp <karsten@redhat.de> 3.2.1-3
cvsdist 0a48b3d
- add Obsoletes: kmail
cvsdist 0a48b3d
833a13d
* Sun Mar 14 2004 Karsten Hopp <karsten@redhat.de> 3.2.1-2
cvsdist 07961ed
- add Provide: kmail
cvsdist 07961ed
cvsdist 07961ed
* Sun Mar 07 2004 Than Ngo <than@redhat.com> 6:3.2.1-1
cvsdist 07961ed
- 3.2.1 release
cvsdist 07961ed
cvsdist 07961ed
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 07961ed
- rebuilt
cvsdist 07961ed
cvsdist 07961ed
* Mon Mar 01 2004 Than Ngo <than@redhat.com> 3.2.0-1.5
833a13d
- add Buildrequires on libart_lgpl-devel #115183
cvsdist 07961ed
cvsdist 07961ed
* Tue Feb 24 2004 Than Ngo <than@redhat.com> 6:3.2.0-1.4
cvsdist 07961ed
- some critical bugs in kmail, #116080
cvsdist 07961ed
cvsdist 07961ed
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 07961ed
- rebuilt
cvsdist 07961ed
cvsdist 07961ed
* Thu Feb 05 2004 Than Ngo <than@redhat.com> 6:3.2.0-0.3
cvsdist 07961ed
- 3.2.0 release
cvsdist 07961ed
- built with qt 3.3.0
cvsdist 07961ed
- add patch file from Stable branch, fix some critical bugs in kmail
cvsdist 07961ed
cvsdist cb1e2bf
* Wed Jan 21 2004 Than Ngo <than@redhat.com> 6:3.1.95-0.1
cvsdist cb1e2bf
- KDE 3.2 RC1
cvsdist cb1e2bf
cvsdist cb1e2bf
* Thu Dec 11 2003 Than Ngo <than@redhat.com> 6:3.1.94-0.2
cvsdist cb1e2bf
- fixed file list
cvsdist cb1e2bf
cvsdist cb1e2bf
* Mon Dec 01 2003 Than Ngo <than@redhat.com> 6:3.1.94-0.1
cvsdist cb1e2bf
- KDE 3.2 Beta2
cvsdist cb1e2bf
cvsdist cb1e2bf
* Thu Nov 27 2003 Than Ngo <than@redhat.com> 6:3.1.93-0.2
cvsdist cb1e2bf
- get rid of rpath
cvsdist cb1e2bf
cvsdist cb1e2bf
* Thu Nov 13 2003 Than Ngo <than@redhat.com> 6:3.1.93-0.1
cvsdist cb1e2bf
- KDE 3.2 Beta1
cvsdist cb1e2bf
- cleanup
cvsdist 6fec09b
cvsdist 0d5eb3f
* Tue Sep 30 2003 Than Ngo <than@redhat.com> 6:3.1.4-1
cvsdist 410f7d8
- 3.1.4
cvsdist 410f7d8
cvsdist 0d5eb3f
* Wed Aug 13 2003 Than Ngo <than@redhat.com> 6:3.1.3-3
cvsdist 0d5eb3f
- fix build problem with gcc 3.3
cvsdist cde445d
cvsdist 0d5eb3f
* Mon Aug 11 2003 Than Ngo <than@redhat.com> 6:3.1.3-2
cvsdist 0d5eb3f
- rebuilt
cvsdist 3dd88e7
cvsdist 0d5eb3f
* Sat Aug 09 2003 Than Ngo <than@redhat.com> 6:3.1.3-1
cvsdist 3dd88e7
- 3.1.3
cvsdist 0d5eb3f
cvsdist 0d5eb3f
* Wed Jun 25 2003 Than Ngo <than@redhat.com> 3.1.2-5
cvsdist 0d5eb3f
- rebuilt
cvsdist 0d5eb3f
cvsdist 0d5eb3f
* Sun Jun  8 2003 Tim Powers <timp@redhat.com> 6:3.1.2-4.1
cvsdist 3dd88e7
- added epoch to versioned requires where needed
cvsdist 0d5eb3f
- built for RHEL
cvsdist 0d5eb3f
cvsdist 0d5eb3f
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 0d5eb3f
- rebuilt
cvsdist 0d5eb3f
cvsdist 0d5eb3f
* Tue May 20 2003 Than Ngo <than@redhat.com> 3.1.2-3
cvsdist 0d5eb3f
- dependencies issue
cvsdist 0d5eb3f
cvsdist 0d5eb3f
* Wed May 14 2003 Than Ngo <than@redhat.com> 3.1.2-1
cvsdist 0d5eb3f
- 3.1.2
cvsdist 0d5eb3f
cvsdist 0d5eb3f
* Wed Apr 23 2003 Than Ngo <than@redhat.com> 3.1.1-2
cvsdist 0d5eb3f
- enable libtool
cvsdist 3dd88e7
cvsdist 0d5eb3f
* Thu Mar 20 2003 Than Ngo <than@redhat.com> 3.1.1-1
cvsdist 3dd88e7
- 3.1.1
cvsdist 9734a91
cvsdist cbf1e84
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist cbf1e84
- debuginfo rebuild
cvsdist 3d6a7d6
cvsdist cbf1e84
* Fri Feb 21 2003 Than Ngo <than@redhat.com> 3.1-4
cvsdist cbf1e84
- get rid of gcc path from dependency_libs
cvsdist 3d6a7d6
cvsdist cbf1e84
* Tue Feb 11 2003 Than Ngo <than@redhat.com> 3.1-3
cvsdist cbf1e84
- add missing build dependency, #84027
cvsdist 3d6a7d6
cvsdist cbf1e84
* Sat Feb  1 2003 Than Ngo <than@redhat.com> 3.1-2
cvsdist cbf1e84
- fix segfault #83194
cvsdist cbf1e84
cvsdist cbf1e84
* Tue Jan 28 2003 Than Ngo <than@redhat.com> 3.1-1
cvsdist cbf1e84
- 3.1 release
cvsdist cbf1e84
- cleanup specfile
cvsdist cbf1e84
cvsdist cbf1e84
* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 6:3.1-0.3
cvsdist cbf1e84
- rebuild
cvsdist cbf1e84
cvsdist cbf1e84
* Tue Jan 14 2003 Thomas Woerner <twoerner@redhat.com> 3.1-0.2
cvsdist cbf1e84
- rc6
cvsdist cbf1e84
- removed size_t check
cvsdist cbf1e84
- exclude ia64
cvsdist cbf1e84
cvsdist cbf1e84
* Fri Nov 29 2002 Than Ngo <than@redhat.com> 3.1-0.1
cvsdist cbf1e84
- get rid of sub packages
cvsdist cbf1e84
cvsdist cbf1e84
* Mon Nov 25 2002 Than Ngo <than@redhat.com> 3.1-0.0
cvsdist cbf1e84
- update to 3.1 rc4
cvsdist cbf1e84
- remove a patch file, which is now in new upstream
cvsdist 53f1ea2
cvsdist 53f1ea2
* Sat Nov  9 2002 Than Ngo <than@redhat.com> 3.0.5-1
cvsdist 53f1ea2
- update to 3.0.5
cvsdist 53f1ea2
cvsdist 53f1ea2
* Wed Nov  6 2002 Than Ngo <than@redhat.com> 3.0.4-2
cvsdist 53f1ea2
- fix some build problems
cvsdist 53f1ea2
cvsdist 53f1ea2
* Tue Oct 15 2002 Than Ngo <than@redhat.com> 3.0.4-1
cvsdist 53f1ea2
- 3.0.4
cvsdist 53f1ea2
cvsdist 53f1ea2
* Sun Oct  6 2002 Than Ngo <than@redhat.com> 3.0.3-4
cvsdist 53f1ea2
- Fixed holiday plugin (bug #64750, #63438)
cvsdist 0d5eb3f
- Added more buildrequires/equires (bug #56282,#73996)
cvsdist 53f1ea2
cvsdist 73fce51
* Mon Sep  2 2002 Than Ngo <than@redhat.com> 3.0.3-3
cvsdist 73fce51
- Added missing icons
cvsdist 73fce51
cvsdist 3987340
* Thu Aug 22 2002 Than Ngo <than@redhat.com> 3.0.3-2
cvsdist 3987340
- rebuild against new pilot-link
cvsdist 3987340
cvsdist 37edcac
* Mon Aug 12 2002 Than Ngo <than@redhat.com> 3.0.3-1
cvsdist 37edcac
- 3.0.3
833a13d
- Fixed a bug in clock applet
cvsdist 37edcac
cvsdist e228eed
* Tue Aug  6 2002 Than Ngo <than@redhat.com> 3.0.2-4
cvsdist e228eed
- build against pilot-link-0.11.2
cvsdist e228eed
- desktop files issue
cvsdist e228eed
cvsdist e228eed
* Tue Jul 23 2002 Than Ngo <than@redhat.com> 3.0.2-3
cvsdist e228eed
- Added fix to build against qt 3.0.5
cvsdist e228eed
- build using gcc-3.2-0.1
cvsdist e228eed
cvsdist e228eed
* Sat Jul 20 2002 Than Ngo <than@redhat.com> 3.0.2-2
cvsdist e228eed
- fix desktop files issue
cvsdist e228eed
- rebuild against new pilot-link
cvsdist e228eed
cvsdist e228eed
* Tue Jun 25 2002 Than Ngo <than@redhat.com> 3.0.1-1
cvsdist e228eed
- 3.0.1
cvsdist e228eed
- fixed bug #67303
cvsdist e228eed
cvsdist e228eed
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist e228eed
- automated rebuild
cvsdist e228eed
cvsdist e228eed
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist e228eed
- automated rebuild
cvsdist e228eed
cvsdist 8ee9bf7
* Tue Apr 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-3
cvsdist 8ee9bf7
- Rename libraries
cvsdist 8ee9bf7
cvsdist 3d6a7d6
* Wed Apr 10 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-2
cvsdist 3d6a7d6
- Fix #61901
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Fri Mar 29 2002 Than Ngo <than@redhat.com> 3.0.0-1
cvsdist 3d6a7d6
- final
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020122.1
cvsdist 3d6a7d6
- Update
cvsdist 3d6a7d6
- Fix build on ia64
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010726.1
cvsdist 3d6a7d6
- Update, fixes korganizer (#50006)
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Sun May 13 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- Update to get rid of abbrowser (moved to kdebase)
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Thu Feb 22 2001 Than Ngo <than@redhat.com>
cvsdist 3d6a7d6
- add missing ldconfig in %post anf %postun again
cvsdist 3d6a7d6
- clean up specfile
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Wed Feb 21 2001 Than Ngo <than@redhat.com>
cvsdist 3d6a7d6
- 2.1-respin
cvsdist 3d6a7d6
- fix dangling symlink
cvsdist 3d6a7d6
- remove excludearch ia64, some hacks to build on ia64
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- 2.1
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Mon Feb  5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- Update
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Tue Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- Update
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- Update to CVS
cvsdist 3d6a7d6
- Enable building kpilot
cvsdist 3d6a7d6
- Obsolete kpilot
cvsdist 3d6a7d6
- Don't exclude ia64, use -O0 on ia64
cvsdist 3d6a7d6
- Disable building kpilot on ia64 (compiler breakage)
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Mon Oct 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- 2.0 final
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Wed Oct  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- 2.0
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Sun Oct  1 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- new CVS
cvsdist 3d6a7d6
- fix installation of fonts
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Sat Sep 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- new CVS snapshot
cvsdist 3d6a7d6
- fix up spec file
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Wed Aug 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- get rid of the 3d-screensavers package - now that qt-GL is part of qt,
cvsdist 3d6a7d6
  there's no need to keep them separate to avoid the dependency.
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Mon Aug 21 2000 Than Ngo <than@redhat.com>
cvsdist 3d6a7d6
- fix gnome-session so that KDE2 can be started from gdm
cvsdist 3d6a7d6
- pam/kde2 instead pam/kde to avoid problem with KDE1
cvsdist 3d6a7d6
- don't requires qt-GL, It's now in qt
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Sun Aug 20 2000 Than Ngo <than@redhat.com>
cvsdist 3d6a7d6
- fix dependency problem with KDE1 so that KDE1 and KDE2 can be installed
cvsdist 3d6a7d6
  at the same time
cvsdist 3d6a7d6
- add missing ldconfig in %post anf %postun
cvsdist 3d6a7d6
- fix for reading config files in /etc/X11/xdm, add Xsession to requires
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Tue Aug  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- Fix keytable in konsole (Bug #15682)
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Sun Aug  6 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- rebuild, now that kdelibs2 works on alpha
cvsdist 3d6a7d6
- use the same ugly hack to get kdebase to compile
cvsdist 3d6a7d6
- remove ksysguard on alpha (even more compiler problems)
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Fri Aug  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- new snapshot (fixed libGL detection in CVS)
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Wed Aug  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- move to /usr/lib/kde2
cvsdist 3d6a7d6
- new snapshot
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 3d6a7d6
- fix the --xdmdir arg to be correct (oops)
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 3d6a7d6
- move kdm config files from /usr/config to /etc/X11 by forcing xdmdir
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Fri Jul 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- new snapshot
cvsdist 3d6a7d6
- some fixes to spec file
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Tue Jul 18 2000 Than Ngo <than@redhat.de>
cvsdist 3d6a7d6
- rebuilt against glibc-2.1.92-14, gcc-2.96-40
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Sun Jul 16 2000 Than Ngo <than@redhat.de>
cvsdist 3d6a7d6
- use new snapshot
cvsdist 3d6a7d6
- disable Motif
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Tue Jul 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- use gcc 2.96
cvsdist 3d6a7d6
- new snapshot
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Sun Jul  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- Epoch 3
cvsdist 3d6a7d6
- Update to current
cvsdist 3d6a7d6
- Use egcs++
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Fri Jun 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- Update (I put the fixes directly to CVS rather than collecting them
cvsdist 3d6a7d6
  in the spec)
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- remove man2html; we get that from man
cvsdist 3d6a7d6
- new snapshot
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Tue Jun 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- new snapshot
cvsdist 3d6a7d6
- ExcludeArch ia64 for now
cvsdist 3d6a7d6
- remove gnome .desktop file, we get it from gnome-core now.
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Wed Apr  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- remove dependency on xpm (now in XFree86)
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- new snapshot
cvsdist 3d6a7d6
- move it to /usr, where it belongs
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Sat Dec 25 1999 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- Build the OpenGL screensavers, and move them to a separate package
cvsdist 3d6a7d6
- Improve the spec file (BuildPrereqs etc.)
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Thu Dec 16 1999 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 3d6a7d6
- remove patch #3 (obsoleted by kwin)
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.de>
cvsdist 3d6a7d6
- 2.0 CVS snapshot
cvsdist 3d6a7d6
- fix compilation
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- clean up files in /tmp from startkde
cvsdist 3d6a7d6
- mark doc files as such
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- start autorun if present in startkde
cvsdist 3d6a7d6
- check for configured soundcard before running sound services
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Mon Sep 20 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- made kdelnks display Name property if they are of type Link
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Thu Sep 16 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- moved png handling here (from kdelibs)
cvsdist 3d6a7d6
- changed low color icon directory name to locolor
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Tue Sep 14 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- added optional session management to logout dialog
cvsdist 3d6a7d6
- include GNOME menus
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- added link to /etc/X11/applnk, .directory file
cvsdist 3d6a7d6
- included lowcolor icon sub-package
cvsdist 3d6a7d6
- enable .desktop file access
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Fri Sep 10 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- customized startkde script to set up user environment if not present.
cvsdist 3d6a7d6
- mention kthememgr in description.
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Wed Sep 08 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- upgraded to 1.1.2 release
cvsdist 3d6a7d6
- kvt is back
cvsdist 3d6a7d6
- kde icon included
cvsdist 3d6a7d6
- linux console fonts included
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Thu Jul 15 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- PAM console logout problem solved.
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Mon Jul 12 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- now includes screensaver password security fix
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Fri Jun 11 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- snapshot, includes kde 1.1.1 + fixes
cvsdist 3d6a7d6
- kvt removed for security reasons.  It is a steaming pile of...
cvsdist 3d6a7d6
833a13d
* Mon Apr 19 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- last snapshot before release
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- today's snapshot makes kfm a bit nicer and some other fixes
cvsdist 3d6a7d6
- moved default rc files to kdesupport
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Thu Apr 15 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- SUID bit removed from konsole_grantpty -- not needed w/glibc 2.1
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Wed Apr 14 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- built with today's snapshot -- had to rebuild to fix pam problems.
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Tue Apr 13 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- new snapshot fixes mimetype video/x-flic problem
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Mon Apr 12 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- latest stable snapshot
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Fri Apr 09 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- removed bell.xpm (used to be in fvwm2-icons, don't want installer to see
cvsdist 3d6a7d6
- this previous connection and autoselect kdebase for upgrade).
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- moved gdm patch
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- added gdm session control file
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- added pam-console stuff to kde pam file
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- Injected new description and group.
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Mon Feb 07 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- upgraded to KDE 1.1 final.
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Tue Jan 19 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- updated macros for RPM 3.0, removed red hat logo.
cvsdist 3d6a7d6
cvsdist 3d6a7d6
* Tue Jan 05 1999 Preston Brown <pbrown@redhat.com>
cvsdist 3d6a7d6
- re-merged from Duncan Haldane's stuff