From 1a42c4d6652c565f41d8380c43aeeb147f91a104 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 31 2019 10:00:38 +0000 Subject: import kdepim-4.10.5-7.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..044f1d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/kdepim-4.10.5.tar.xz diff --git a/.kdepim.metadata b/.kdepim.metadata new file mode 100644 index 0000000..f4a59fa --- /dev/null +++ b/.kdepim.metadata @@ -0,0 +1 @@ +a7c791e748558a194d020104dc62604ee9f632ae SOURCES/kdepim-4.10.5.tar.xz diff --git a/SOURCES/kdepim-4.10-rhel.patch b/SOURCES/kdepim-4.10-rhel.patch new file mode 100644 index 0000000..69c3ccb --- /dev/null +++ b/SOURCES/kdepim-4.10-rhel.patch @@ -0,0 +1,93 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 7125773..8836e3f 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -12,7 +12,7 @@ option(KDEPIM_MOBILE_UI "Build UI for mobile devices instead of for desktops" FA + option(KDEPIM_ONLY_KLEO "Only build Kleopatra. This option will build only libkleo and kleopatra" FALSE) + option(KDEPIM_BUILD_STATIC "Build KDEPIM static." FALSE) + option(KDEPIM_BUILD_DESKTOP "Build Desktop Applications. Can be deactivated for mobile" TRUE) +-option(KDEPIM_NO_WEBKIT "Do not use WebKit in the kdepim applications" FALSE) ++option(KDEPIM_NO_WEBKIT "Do not use WebKit in the kdepim applications" TRUE) + + if(KDEPIM_BUILD_STATIC) + set(LIBRARY_TYPE STATIC) +@@ -309,7 +309,6 @@ else() + # move to runtime this can be avoided + add_subdirectory(runtime) + endif() +- add_subdirectory(templateparser) + + if(QGPGME_FOUND) + if(Boost_TOPOLOGICAL_SORT_DIR) +@@ -317,14 +316,10 @@ else() + endif() + endif() + +- # The following components depend on QGpgME. +- set(MESSAGEVIEWER_SUPPORTED TRUE) +- add_subdirectory(messageviewer) +- macro_optional_add_subdirectory(messagecomposer) + add_subdirectory(pimcommon) +- add_subdirectory(mailcommon) # TODO: does this make sense?!? +- add_subdirectory(mailfilteragent) +- macro_optional_add_subdirectory(kmail) ++ ++ # The following components depend on QGpgME. ++ set(MESSAGEVIEWER_SUPPORTED FALSE) + + if(KDEPIM_BUILD_MOBILE) + add_subdirectory(mobile) +@@ -334,50 +329,24 @@ else() + add_subdirectory(examples) + endif() + +- # If kmail is compiled, KMAIL_SUPPORTED is true (used in several places) +- if(BUILD_kmail) +- set(KMAIL_SUPPORTED TRUE) +- add_definitions(-DKMAIL_SUPPORTED) +- endif() ++ set(BUILD_kmail FALSE) ++ set(KMAIL_SUPPORTED FALSE) ++ set(BUILD_knode FALSE) + + macro_optional_add_subdirectory(korganizer) + if(KDEPIM_BUILD_DESKTOP) + macro_optional_add_subdirectory(akregator) +- macro_optional_add_subdirectory(archivemailagent) +- macro_optional_add_subdirectory(importwizard) + macro_optional_add_subdirectory(kaddressbook) +- macro_optional_add_subdirectory(kmailcvt) + macro_optional_add_subdirectory(knotes) +- macro_optional_add_subdirectory(ksendemail) +- macro_optional_add_subdirectory(ktnef) +- macro_optional_add_subdirectory(mailimporter) +- macro_optional_add_subdirectory(pimsettingexporter) + macro_optional_add_subdirectory(kalarm) +- +- if(KDEPIMLIBS_KCAL_LIBRARY) +- macro_optional_add_subdirectory(blogilo) +- endif() +- +- if(Grantlee_FOUND) +- macro_optional_add_subdirectory(kjots) +- endif() +- + if(KDEPIMLIBS_KRESOURCES_LIBRARY) +- if(QT_QT3SUPPORT_FOUND) +- macro_optional_add_subdirectory(knode) +- endif() +- + if(Q_WS_X11) + macro_optional_add_subdirectory(ktimetracker) + endif() +- + endif() +- macro_optional_add_subdirectory(kontact) # must be the last one. + endif() + +- macro_optional_add_subdirectory(akonadiconsole) + macro_optional_add_subdirectory(console) +- macro_optional_add_subdirectory(strigi-analyzer) + + # These targets depend on optional applications + if(KDEPIMLIBS_KRESOURCES_LIBRARY) diff --git a/SOURCES/kdepim-4.10-strict-aliasing.patch b/SOURCES/kdepim-4.10-strict-aliasing.patch new file mode 100644 index 0000000..8f25cc7 --- /dev/null +++ b/SOURCES/kdepim-4.10-strict-aliasing.patch @@ -0,0 +1,9 @@ +diff -up kdepim-4.10.2/akregator/plugins/mk4storage/CMakeLists.txt.me kdepim-4.10.2/akregator/plugins/mk4storage/CMakeLists.txt +--- kdepim-4.10.2/akregator/plugins/mk4storage/CMakeLists.txt.me 2013-03-01 07:57:27.375648031 +0100 ++++ kdepim-4.10.2/akregator/plugins/mk4storage/CMakeLists.txt 2013-04-29 14:41:15.224497773 +0200 +@@ -1,3 +1,5 @@ ++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing") ++ + include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} diff --git a/SOURCES/kdepim-4.10-use-better-close-icon-for-knotes.patch b/SOURCES/kdepim-4.10-use-better-close-icon-for-knotes.patch new file mode 100644 index 0000000..c161bce --- /dev/null +++ b/SOURCES/kdepim-4.10-use-better-close-icon-for-knotes.patch @@ -0,0 +1,13 @@ +diff --git a/knotes/knote.cpp b/knotes/knote.cpp +index 8f8e3f6..9bf6499 100644 +--- a/knotes/knote.cpp ++++ b/knotes/knote.cpp +@@ -751,7 +751,7 @@ void KNote::createNoteHeader() + // action menu ) + setName( m_journal->summary() ); // don't worry, no signals are + // connected at this stage yet +- m_button = new KNoteButton( "knotes_close", this ); ++ m_button = new KNoteButton( "application-exit", this ); + headerLayout->addWidget( m_button ); + + connect( m_button, SIGNAL(clicked()), this, SLOT(slotClose()) ); diff --git a/SOURCES/kdepim-4.9.95-install_headers.patch b/SOURCES/kdepim-4.9.95-install_headers.patch new file mode 100644 index 0000000..7f85caa --- /dev/null +++ b/SOURCES/kdepim-4.9.95-install_headers.patch @@ -0,0 +1,124 @@ +diff -up kdepim-4.9.95/kleopatra/libkleopatraclient/CMakeLists.txt.install-headers kdepim-4.9.95/kleopatra/libkleopatraclient/CMakeLists.txt +--- kdepim-4.9.95/kleopatra/libkleopatraclient/CMakeLists.txt.install-headers 2012-12-17 08:59:44.000000000 -0600 ++++ kdepim-4.9.95/kleopatra/libkleopatraclient/CMakeLists.txt 2012-12-23 15:39:43.179789520 -0600 +@@ -6,3 +6,7 @@ add_subdirectory(gui) + + add_subdirectory(tests) + ++install( ++ FILES kleopatraclient_export.h ++ DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient ++ ) +diff -up kdepim-4.9.95/kleopatra/libkleopatraclient/core/CMakeLists.txt.install-headers kdepim-4.9.95/kleopatra/libkleopatraclient/core/CMakeLists.txt +--- kdepim-4.9.95/kleopatra/libkleopatraclient/core/CMakeLists.txt.install-headers 2012-12-17 08:59:44.000000000 -0600 ++++ kdepim-4.9.95/kleopatra/libkleopatraclient/core/CMakeLists.txt 2012-12-23 15:40:21.725318920 -0600 +@@ -72,3 +72,13 @@ else(WINCE) + endif() + + install(TARGETS kleopatraclientcore ${INSTALL_TARGETS_DEFAULT_ARGS}) ++ ++install( ++ FILES ++ initialization.h ++ command.h ++ selectcertificatecommand.h ++ signencryptfilescommand.h ++ decryptverifyfilescommand.h ++ DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient/core ++ ) +diff -up kdepim-4.9.95/kleopatra/libkleopatraclient/gui/CMakeLists.txt.install-headers kdepim-4.9.95/kleopatra/libkleopatraclient/gui/CMakeLists.txt +--- kdepim-4.9.95/kleopatra/libkleopatraclient/gui/CMakeLists.txt.install-headers 2012-12-17 08:59:44.000000000 -0600 ++++ kdepim-4.9.95/kleopatra/libkleopatraclient/gui/CMakeLists.txt 2012-12-23 15:40:45.286032483 -0600 +@@ -16,3 +16,9 @@ set_target_properties(kleopatraclientgui + ) + + install(TARGETS kleopatraclientgui ${INSTALL_TARGETS_DEFAULT_ARGS}) ++ ++install( ++ FILES ++ certificaterequester.h ++ DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient/gui ++ ) +diff -up kdepim-4.9.95/libkleo/CMakeLists.txt.install-headers kdepim-4.9.95/libkleo/CMakeLists.txt +--- kdepim-4.9.95/libkleo/CMakeLists.txt.install-headers 2012-12-17 08:59:44.000000000 -0600 ++++ kdepim-4.9.95/libkleo/CMakeLists.txt 2012-12-23 15:27:21.303870886 -0600 +@@ -112,6 +112,64 @@ endif(WIN32) + set_target_properties(kleo PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) + install(TARGETS kleo ${INSTALL_TARGETS_DEFAULT_ARGS}) + ++install( FILES ++ kleo/kleo_export.h ++ kleo/enum.h ++ kleo/oidmap.h ++ kleo/cryptobackend.h ++ kleo/cryptobackendfactory.h ++ kleo/cryptoconfig.h ++ kleo/dn.h ++ kleo/job.h ++ kleo/keylistjob.h ++ kleo/keygenerationjob.h ++ kleo/abstractimportjob.h ++ kleo/importjob.h ++ kleo/importfromkeyserverjob.h ++ kleo/exportjob.h ++ kleo/changeexpiryjob.h ++ kleo/changeownertrustjob.h ++ kleo/downloadjob.h ++ kleo/deletejob.h ++ kleo/encryptjob.h ++ kleo/decryptjob.h ++ kleo/signjob.h ++ kleo/specialjob.h ++ kleo/verifydetachedjob.h ++ kleo/verifyopaquejob.h ++ kleo/decryptverifyjob.h ++ kleo/signencryptjob.h ++ kleo/signkeyjob.h ++ kleo/adduseridjob.h ++ kleo/refreshkeysjob.h ++ kleo/multideletejob.h ++ kleo/hierarchicalkeylistjob.h ++ kleo/keyfilter.h ++ kleo/keyfiltermanager.h ++ kleo/changepasswdjob.h ++ kleo/checksumdefinition.h ++ kleo/exception.h ++ kleo/kconfigbasedkeyfilter.h ++ kleo/listallkeysjob.h ++ kleo/stl_util.h ++ DESTINATION ${INCLUDE_INSTALL_DIR}/kleo COMPONENT Devel) ++ ++install ( FILES ++ ui/kdhorizontalline.h ++ ui/messagebox.h ++ ui/progressbar.h ++ ui/progressdialog.h ++ ui/keylistview.h ++ ui/keyselectiondialog.h ++ ui/keyrequester.h ++ ui/keyapprovaldialog.h ++ ui/dnattributeorderconfigwidget.h ++ ui/cryptoconfigmodule.h ++ ui/cryptoconfigdialog.h ++ ui/directoryserviceswidget.h ++ ui/filenamerequester.h ++ DESTINATION ${INCLUDE_INSTALL_DIR}/kleo/ui COMPONENT Devel) ++ + if ( WIN32 ) + install ( FILES libkleopatrarc-win32.desktop DESTINATION ${CONFIG_INSTALL_DIR} RENAME libkleopatrarc ) + else ( WIN32 ) +diff -up kdepim-4.9.95/libkpgp/CMakeLists.txt.install-headers kdepim-4.9.95/libkpgp/CMakeLists.txt +--- kdepim-4.9.95/libkpgp/CMakeLists.txt.install-headers 2012-12-17 08:59:44.000000000 -0600 ++++ kdepim-4.9.95/libkpgp/CMakeLists.txt 2012-12-23 15:27:21.303870886 -0600 +@@ -33,3 +33,11 @@ add_subdirectory( tests ) + install(FILES kpgp.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR}) + install(PROGRAMS kpgp-3.1-upgrade-address-data.pl DESTINATION ${KCONF_UPDATE_INSTALL_DIR}) + ++install(FILES ++ kpgp.h ++ kpgpbase.h ++ kpgpblock.h ++ kpgpkey.h ++ kpgpui.h ++ libkpgp_export.h ++ DESTINATION ${INCLUDE_INSTALL_DIR}/kpgp COMPONENT Devel ) diff --git a/SPECS/kdepim.spec b/SPECS/kdepim.spec new file mode 100644 index 0000000..1a099ae --- /dev/null +++ b/SPECS/kdepim.spec @@ -0,0 +1,1502 @@ +Name: kdepim +Summary: KDE PIM (Personal Information Manager) applications +Epoch: 7 +Version: 4.10.5 +Release: 7%{?dist} + +License: GPLv2 +URL: http://www.kde.org/ +%global revision %(echo %{version} | cut -d. -f3) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: http://download.kde.org/%{stable}/%{version}/src/%{name}-%{version}.tar.xz + +# revert http://websvn.kde.org/?view=revision&revision=1072331 (rebased to 4.6) +Patch0: kdepim-4.9.95-install_headers.patch +Patch1: kdepim-4.10-strict-aliasing.patch +Patch2: kdepim-4.10-use-better-close-icon-for-knotes.patch + +# upstream patches + +# rhel patches +Patch400: kdepim-4.10-rhel.patch + + +Provides: kdepim4 = %{version}-%{release} + +Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: kde-runtime >= 4.10.5 +Requires: kate-part >= 4.10.5 +# beware bootstrapping (ie, build kdepim-runtime first) +Requires: kdepim4-runtime >= %{version} + +BuildRequires: bison flex +BuildRequires: boost-devel +BuildRequires: chrpath +BuildRequires: cyrus-sasl-devel +BuildRequires: desktop-file-utils +BuildRequires: gettext +BuildRequires: gpgme-devel +BuildRequires: grantlee-devel +BuildRequires: kdepimlibs-devel >= %{version} +BuildRequires: kde-baseapps-devel >= %{version} +# FIXME/TODO: make new nepomuk-widgets pkg +BuildRequires: nepomuk-widgets-devel >= %{version} +BuildRequires: libassuan-devel +BuildRequires: pkgconfig(akonadi) +BuildRequires: pkgconfig(libical) +BuildRequires: pkgconfig(libstreamanalyzer) pkgconfig(libstreams) +BuildRequires: pkgconfig(libxslt) +BuildRequires: pkgconfig(qca2) +BuildRequires: pkgconfig(soprano) +BuildRequires: pkgconfig(xpm) pkgconfig(xscrnsaver) +%if 0%{?fedora} +BuildRequires: prison-devel +%endif +BuildRequires: python-devel +BuildRequires: zlib-devel + +# kmail searches for gpg instead of gpg2, breaking email encryption +# http://bugzilla.redhat.com/630249 +# TODO: patch to use gpg2 (unconditionally or as in addition to gpg) +Requires: gnupg +%if 0%{?fedora} +##Optional bits +Requires: pinentry-gui +Requires: spambayes +#Requires: spamassassin +#{?fedora:Requires: bogofilter} +%endif + +%description +%{summary}, including: +* akregator: feed aggregator +* knotes: sticky notes for the desktop +* korganizer: journal, appointments, events, todos +%if 0%{?fedora} +* blogilo: blogging application, focused on simplicity and usability} +* kmail: email client} +* knode: newsreader} +* kontact: integrated PIM management} +%endif + +%package libs +Summary: %{name} runtime libraries +Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} +#{?_kde4_version:Requires: kdepimlibs-akonadi%{?_isa} >= %{_kde4_version}} +%description libs +%{summary}. + +%package devel +Summary: %{name} development files +Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +%description devel +%{summary}. + + +%prep +%setup -q -n kdepim-%{version}%{?pre} + +%patch0 -p1 -b .install_headers +%patch1 -p1 -b .strict-aliasing +%patch2 -p1 -b .use-better-close-icon-for-knotes + +%if 0%{?rhel} +%patch400 -p1 -b .rhel +%endif + +%build +mkdir -p %{_target_platform} +pushd %{_target_platform} +# We disable kdepim-mobile because it doesn't actually work yet. (#717694) +# Plus, it should probably go to a subpackage once it actually does work. +%{cmake_kde4} \ + -DKDEPIM_BUILD_MOBILE:BOOL=OFF \ + .. +popd + +make %{?_smp_mflags} -C %{_target_platform} + + +%install +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + +# fix documentation multilib conflict in index.cache +for f in ktimetracker konsolekalendar kleopatra kabcclient akregator ; do + bunzip2 %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache.bz2 + sed -i -e 's!name="id[a-z]*[0-9]*"!!g' %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache + sed -i -e 's!#id[a-z]*[0-9]*"!!g' %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache + bzip2 -9 %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache +done + +# not sure where this is coming from... -- Rex +chrpath --list %{buildroot}%{_kde4_bindir}/kabc2mutt && \ +chrpath --delete %{buildroot}%{_kde4_bindir}/kabc2mutt + + +%check +for f in %{buildroot}%{_kde4_datadir}/applications/kde4/*.desktop ; do + desktop-file-validate $f +done + + +%post +touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||: +touch --no-create %{_kde4_iconsdir}/oxygen &> /dev/null ||: + +%posttrans +gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||: +gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &> /dev/null ||: +update-desktop-database -q &> /dev/null ||: + +%postun +if [ $1 -eq 0 ] ; then + touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||: + touch --no-create %{_kde4_iconsdir}/oxygen &> /dev/null ||: + gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||: + gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &> /dev/null ||: + update-desktop-database -q &> /dev/null ||: +fi + +%files +%doc README +%doc COPYING +%{_kde4_bindir}/* +%{_kde4_libdir}/kde4/*.so +%if 0%{?fedora} +%{_kde4_libdir}/strigi/*.so +%{_kde4_datadir}/akonadi/agents/*.desktop +%{_kde4_appsdir}/akonadi_archivemail_agent/ +%{_kde4_appsdir}/akonadi_mailfilter_agent/ +%{_kde4_appsdir}/akonadiconsole/ +%{_kde4_appsdir}/backupmail/ +%{_kde4_appsdir}/blogilo/ +%{_kde4_appsdir}/desktoptheme/default/widgets/* +%{_kde4_appsdir}/kjots/ +%{_kde4_appsdir}/kleopatra/ +%{_kde4_appsdir}/kmail/ +%{_kde4_appsdir}/kmailcvt/ +%{_kde4_appsdir}/kontact/ +%{_kde4_appsdir}/kontactsummary/ +%{_kde4_appsdir}/ktnef/ +%{_kde4_appsdir}/libmessageviewer/ +%{_kde4_appsdir}/messageviewer/ +%endif +%{_kde4_appsdir}/kalarm/ +%{_kde4_appsdir}/kaddressbook/ +%{_kde4_appsdir}/kmail2/ +%{_kde4_appsdir}/knode/ +%{_kde4_appsdir}/messagelist/ +%{_kde4_libdir}/akonadi/contact/ +%{_kde4_datadir}/applications/kde4/*.desktop +%{_kde4_appsdir}/akregator/ +%{_kde4_appsdir}/akregator_sharemicroblog_plugin/ +%{_kde4_appsdir}/kconf_update/* +%{_kde4_appsdir}/kdepimwidgets/ +%{_kde4_appsdir}/kleopatra/ +%{_kde4_appsdir}/knotes/ +%{_kde4_appsdir}/korgac/ +%{_kde4_appsdir}/korganizer/ +%{_kde4_appsdir}/ktimetracker/ +%{_kde4_appsdir}/kwatchgnupg/ +%{_kde4_appsdir}/libkleopatra/ +%{_datadir}/dbus-1/interfaces/*.xml +%{_kde4_datadir}/autostart/*.desktop +%{_kde4_datadir}/config/*rc +%{_kde4_datadir}/config.kcfg/* +# directory owned by kdepim-runtime +%{_kde4_datadir}/ontology/kde/messagetag.* +%{_kde4_iconsdir}/hicolor/*/*/* +%{_kde4_iconsdir}/oxygen/*/*/* +%{_sysconfdir}/dbus-1/system.d/org.kde.kalarmrtcwake.conf +%{_kde4_libexecdir}/kalarm_helper +%{_datadir}/dbus-1/system-services/org.kde.kalarmrtcwake.service +%{_datadir}/polkit-1/actions/org.kde.kalarmrtcwake.policy +%if 0%{?fedora} +%{_kde4_iconsdir}/locolor/*/*/* +%endif +%{_kde4_datadir}/kde4/services/* +%{_kde4_datadir}/kde4/servicetypes/*.desktop +%{_kde4_docdir}/HTML/en/* +%{_mandir}/man*/*.gz + +%post libs -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig + +%files libs +%{_kde4_libdir}/lib*.so.* +%{_kde4_libdir}/kde4/plugins/designer/*.so +%if 0%{?fedora} +%{_kde4_libdir}/kde4/plugins/accessible/messagevieweraccessiblewidgetfactory.so +%endif + +%files devel +%{_kde4_includedir}/* +%{_kde4_libdir}/lib*.so + + +%changelog +* Fri Sep 08 2017 Jan Grulich - 7:4.10.5-7 +- Include KAddressbook and KAlarm + Resolves: bz#1069851 + Resolves: bz#1389041 + +* Tue May 17 2016 Jan Grulich - 7:4.10.5-6 +- Fix required versions of kate and kde-runtime + Resolves: bz#1060378 + +* Mon May 02 2016 Jan Grulich - 7:4.10.5-5 +- Use better close icon for knotes + Resolves: bz#1060378 + +* Tue Jan 28 2014 Daniel Mach - 7:4.10.5-4 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 7:4.10.5-3 +- Mass rebuild 2013-12-27 + +* Wed Dec 18 2013 Jan Grulich - 7:4.10.5-2 +- Fix bogus dates (#1043612) + +* Wed Jul 03 2013 Than Ngo - 7:4.10.5-1 +- 4.10.5 + +* Thu May 23 2013 Than Ngo - 7:4.10.3-2 +- 4.10.3 + +* Mon Apr 29 2013 Than Ngo - 7:4.10.2-2 +- build with -fno-strict-aliasing +- fix multilib issue + +* Fri Apr 19 2013 Daniel Mach - 7:4.10.2-1.1 +- Rebuild for cyrus-sasl + +* Mon Apr 01 2013 Rex Dieter - 7:4.10.2-1 +- 4.10.2 + +* Sat Mar 02 2013 Rex Dieter - 7:4.10.1-1 +- 4.10.1 + +* Fri Feb 01 2013 Rex Dieter - 7:4.10.0-1 +- 4.10.0 + +* Tue Jan 22 2013 Rex Dieter - 7:4.9.98-1 +- 4.9.98 + +* Fri Jan 04 2013 Rex Dieter - 7:4.9.97-1 +- 4.9.97 + +* Sun Dec 23 2012 Rex Dieter 4.9.95-2 +- 4.9.95 + +* Tue Dec 04 2012 Rex Dieter 4.9.90-1 +- 4.9.90 + +* Mon Dec 03 2012 Than Ngo - 4.9.4-1 +- 4.9.4 + +* Mon Nov 12 2012 Rex Dieter 7:4.9.3-2 +- move importwizard.desktop out of Lost+Found + +* Sat Nov 03 2012 Rex Dieter - 7:4.9.3-1 +- 4.9.3 + +* Thu Nov 1 2012 Lukáš Tinkl 7:4.9.2-2 +- build against prison only under Fedora + +* Sat Sep 29 2012 Rex Dieter - 7:4.9.2-1 +- 4.9.2 + +* Mon Sep 03 2012 Than Ngo - 7:4.9.1-1 +- 4.9.1 + +* Sat Aug 25 2012 Rex Dieter 7:4.9.0-4 +- BR: prison-devel + +* Sat Aug 25 2012 Rex Dieter 7:4.9.0-3 +- filtering removes email's content (kde#295484) + +* Fri Aug 17 2012 Lukas Tinkl - 7:4.9.0-2 +- Resolves: #813257 - Ktimetracker shows only an empty window + +* Thu Jul 26 2012 Lukas Tinkl - 7:4.9.0-1 +- 4.9.0 + +* Thu Jul 19 2012 Fedora Release Engineering - 7:4.8.97-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jul 12 2012 Rex Dieter - 7:4.8.97-1 +- 4.8.97 + +* Fri Jul 06 2012 Rex Dieter 7:4.8.95-3 +- .spec cleanup + +* Thu Jul 05 2012 Rex Dieter 7:4.8.95-2 +- upstream filter-rework patch + +* Wed Jun 27 2012 Jaroslav Reznik - 7:4.8.95-1 +- 4.8.95 + +* Sat Jun 09 2012 Rex Dieter - 7:4.8.90-1 +- 4.8.90 + +* Sun Jun 03 2012 Jaroslav Reznik - 7:4.8.80-1 +- 4.8.80 +- add locolor icons again +- fix appsdir filelist + +* Mon Apr 30 2012 Rex Dieter 7:4.8.3-2 +- s/kdebase-runtime/kde-runtime/ + +* Mon Apr 30 2012 Jaroslav Reznik - 7:4.8.3-1 +- 4.8.3 + +* Fri Mar 30 2012 Rex Dieter - 7:4.8.2-1 +- 4.8.2 + +* Thu Mar 29 2012 Rex Dieter 4.8.1-4 +- Kalarm not allowing editing or deleting of alarms (#808066) + +* Mon Mar 12 2012 Jaroslav Reznik - 4.8.1-3 +- fix version +- remove g++47 patch as it's already applied upstream + +* Tue Mar 06 2012 Than Ngo - 4.8.1-2 +- respin + +* Mon Mar 05 2012 Jaroslav Reznik - 7:4.8.1-1 +- 4.8.1 +- add missing ontologies + +* Tue Feb 28 2012 Fedora Release Engineering - 7:4.8.0-2 +- Rebuilt for c++ ABI breakage + +* Sun Jan 22 2012 Rex Dieter - 7:4.8.0-1 +- 4.8.0 + +* Wed Jan 04 2012 Radek Novacek - 7:4.7.97-1 +- 4.7.97 +- fix build with g++ 4.7 + +* Wed Dec 21 2011 Radek Novacek - 7:4.7.95-1 +- 4.7.95 + +* Sun Dec 04 2011 Rex Dieter - 7:4.7.90-1 +- 4.7.90 + +* Fri Nov 25 2011 Radek Novacek 7:4.7.80-1 +- 4.7.80 (beta 1) +- add BR: kdebase-devel +- drop "nepomuk disabled spam" patch, patched file not exists + +* Sat Oct 29 2011 Rex Dieter 7:4.7.3-1 +- 4.7.3 + +* Mon Oct 24 2011 Rex Dieter 7:4.7.2-7 +- pkgconfig-style deps + +* Sun Oct 16 2011 Kevin Kofler 7:4.7.2-6 +- rebuild for patched Qt in Rawhide (#746252) + +* Fri Oct 14 2011 Kevin Kofler 7:4.7.2-5 +- fix KMail migration (kde#283563) + +* Thu Oct 13 2011 Rex Dieter 7:4.7.2-4 +- disable akonadi nepomuk/strigi notification spam + +* Sat Oct 08 2011 Rex Dieter 7:4.7.2-2 +- Requires: kate-part + +* Tue Oct 04 2011 Rex Dieter 7:4.7.2-1 +- 4.7.2 + +* Fri Sep 02 2011 Than Ngo - 7:4.7.1-1 +- 4.7.1 + +* Tue Jul 26 2011 Jaroslav Reznik 7:4.7.0-1 +- 4.7.0 + +* Mon Jul 11 2011 Jaroslav Reznik 7:4.6.95-1 +- 4.6.95 + +* Thu Jun 30 2011 Rex Dieter 7:4.6.90-1 +- 4.6.90 + +* Wed Jun 29 2011 Kevin Kofler 7:4.6.0-2 +- Disable kdepim-mobile until it actually works (#717694) + +* Fri Jun 10 2011 Rex Dieter 7:4.6.0-1 +- 4.6.0 + +* Fri May 13 2011 Rex Dieter 7:4.5.96-1 +- 4.5.96 (4.6rc1) + +* Tue May 10 2011 Rex Dieter 7:4.5.95-2 +- Requires: gnupg (#630249) + +* Thu Apr 14 2011 Rex Dieter 7:4.5.95-1 +- 4.5.95 (4.6beta5) + +* Thu Feb 24 2011 Rex Dieter 7:4.5.94.1-4 +- Provides: kde-l10n-kdepim + +* Thu Feb 10 2011 Rex Dieter 7:4.5.94.1-3 +- Epoch++ +- Requires: kdepim4-runtime + +* Mon Feb 07 2011 Fedora Release Engineering +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Jan 11 2011 Rex Dieter 4.5.94.1-1 +- 4.5.94.1 (4.6beta4) + +* Thu Dec 23 2010 Rex Dieter 4.5.93-1 +- 4.5.93 (4.6beta3) + +* Wed Dec 08 2010 Kevin Kofler 4.5.85-2 +- restore and rebase install-headers patch for kopete-cryptography (#660951) + +* Sat Dec 04 2010 Thomas Janssen 4.5.85-1 +- 4.5.85 (4.6beta2) + +* Wed Nov 24 2010 Rex Dieter 4.5.80-1 +- 4.5.80 (4.6beta1) + +* Tue Nov 16 2010 Thomas Janssen 4.4.93-5 +- re-activated kdepim-devel for basket_kontact plugin + +* Tue Oct 19 2010 Rex Dieter 4.4.93-4 +- own %%_libdir/akonadi/contact (#644540) + +* Wed Sep 01 2010 Thomas Janssen 4.4.93-3 +- fixed botched obsoletes + +* Wed Sep 01 2010 Rex Dieter - 4.4.93-2 +- fix Obsoletes: kdepim-devel +- BR: kdepimlibs-devel >= 4.5.1 + +* Tue Aug 31 2010 Thomas Janssen 4.4.93-1 +- 4.4.93 (4.5 beta3) + +* Fri Aug 13 2010 Rex Dieter - 4.4.92-1 +- BR: libassuan2-devel + +* Wed Aug 11 2010 Rex Dieter - 4.4.92-1 +- 4.4.92 (4.5 beta2) + +* Tue Jul 06 2010 Rex Dieter - 4.5-0.2.beta1 +- Requires: kdebase-runtime + +* Fri Jul 02 2010 Rex Dieter - 4.5-0.1.beta1 +- 4.5-beta1 + +* Tue Jun 29 2010 Rex Dieter - 6:4.4.5-1 +- 4.4.5 + +* Sun May 30 2010 Than Ngo - 6:4.4.4-1 +- 4.4.4 + +* Tue May 04 2010 Lukas Tinkl - 6:4.4.3-1.1 +- rebuild against correct tag + +* Fri Apr 30 2010 Jaroslav Reznik - 6:4.4.3-1 +- 4.4.3 + +* Mon Mar 29 2010 Lukas Tinkl - 6:4.4.2-1 +- 4.4.2 + +* Tue Mar 02 2010 Lukas Tinkl - 6:4.4.1-2 +- tarball respin +- don't install an .so file into datadir + +* Sat Feb 27 2010 Rex Dieter - 6:4.4.1-1 +- 4.4.1 + +* Fri Feb 19 2010 Rex Dieter - 6:4.4.0-5 +- un-arch kdepim-runtime dep (it's not multilib'd) + +* Sat Feb 13 2010 Kevin Kofler - 6:4.4.0-4 +- ship -devel package again, kopete-cryptography needs it to build (#564406) + +* Tue Feb 09 2010 Rex Dieter - 6:4.4.0-3 +- drop BR: gnokii-devel (not used) +- drop var-tracking patch (gcc fixed) + +* Tue Feb 09 2010 Lukas Tinkl - 6:4.4.0-2 +- fix Kontact startup + +* Fri Feb 05 2010 Than Ngo - 6:4.4.0-1 +- 4.4.0 + +* Sun Jan 31 2010 Rex Dieter - 4.3.98-1 +- KDE 4.3.98 (4.4rc3) + +* Wed Jan 20 2010 Lukas Tinkl - 4.3.95-1 +- KDE 4.3.95 (4.4rc2) +- -libs: Obsoletes: kdepim-devel (headers went awol) + +* Sat Jan 16 2010 Rex Dieter - 4.3.90-2 +- rebuild (boost) + +* Wed Jan 06 2010 Rex Dieter - 4.3.90-1 +- kde-4.3.90 (4.4rc1) + +* Thu Dec 31 2009 Rex Dieter - 4.3.85-4 +- dt_validate patch + +* Tue Dec 22 2009 Kevin Kofler - 4.3.85-3.1 +- Requires: kpilot for upgrade path (F12-) + +* Mon Dec 21 2009 Rex Dieter - 4.3.85-3 +- unconditionally Requires: kdepim-runtime (#549413) + +* Mon Dec 21 2009 Rex Dieter - 4.3.85-2 +- Obsoletes/Provides: bilbo +- %%description: +blogilo + +* Fri Dec 18 2009 Rex Dieter - 4.3.85-1 +- kde-4.3.85 (4.4beta2) + +* Wed Dec 16 2009 Jaroslav Reznik - 4.3.80-6 +- Repositioning the KDE Brand (#547361) + +* Fri Dec 11 2009 Lorenzo Villani - 6:4.3.80-5 +- KPilot is no longer part of kdepim + (see http://bertjan.broeksemaatjes.nl/node/50) + +* Wed Dec 09 2009 Than Ngo - 4.3.80-4 +- apply upstream patch to fix crash in Kontact+KOrganizer with Qt4.6 + +* Tue Dec 8 2009 Michael Schwendt - 4.3.80-3 +- Explicitly BR libassuan-static in accordance with the Packaging + Guidelines (libassuan-devel is still static-only). + +* Tue Dec 08 2009 Than Ngo - 4.3.80-2 +- drop BR kdelibs-experimental + +* Tue Dec 1 2009 Lukáš Tinkl - 4.3.80-1 +- KDE 4.4 beta1 (4.3.80) + +* Fri Nov 27 2009 Than Ngo - 4.3.75-0.3.svn1048496 +- fix build issue on s390(x) + +* Tue Nov 24 2009 Ben Boeckel - 4.3.75-0.2.svn1048496 +- Add patch to build kalarm + +* Tue Nov 24 2009 Ben Boeckel - 4.3.75-0.1.svn1048496 +- Update to 4.3.75 snapshot + +* Mon Nov 23 2009 Rex Dieter - 4.3.3-3 +- -fno-var-tracking-assignments for kmail/globalsettings_global.cpp (#538233) + +* Fri Nov 13 2009 Than Ngo - 4.3.3-2 +- rhel cleanup, fix conditional for RHEL + +* Sat Oct 31 2009 Rex Dieter - 4.3.3-1 +- 4.3.3 + +* Fri Oct 30 2009 Kevin Kofler - 4.3.2-2 +- unbreak ktimetracker (#532055, kde#209570, patch from upstream) + +* Mon Oct 05 2009 Than Ngo - 4.3.2-1 +- 4.3.2 + +* Thu Sep 24 2009 Than Ngo - 4.3.1-6 +- rhel cleanup + +* Wed Sep 23 2009 Rex Dieter - 4.3.1-5 +- respin ldap crasher patch (kdebug:206024, rhbz#524870) + +* Tue Sep 15 2009 Lukáš Tinkl - 4.3.1-4 +- fix crash when autocompleting LDAP address (kdebug:206024) + +* Mon Sep 14 2009 Lukáš Tinkl - 4.3.1-3 +- fix KMail issues losing messages when renaming folder with disconnected IMAP + +* Tue Sep 08 2009 Rex Dieter - 4.3.1-2 +- rebuild (gnokii) + +* Fri Aug 28 2009 Than Ngo - 4.3.1-1 +- 4.3.1 + +* Tue Aug 18 2009 Rex Dieter - 4.3.0-4 +- kmail: upstream fix for custom font settings (#kdebug#178402) + +* Tue Aug 11 2009 Lukáš Tinkl - 4.3.0-3 +- fix kmail default save dir regression (#496988) + +* Sat Aug 08 2009 Rex Dieter - 4.3.0-2 +- -libs: move designer plugins here +- %%check: desktop-file-validate +- don't own %%{_kde4_appsdir}/kconf_update/ + +* Thu Jul 30 2009 Than Ngo - 4.3.0-1 +- 4.3.0 + +* Fri Jul 24 2009 Fedora Release Engineering - 6:4.2.98-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Jul 22 2009 Than Ngo - 4.2.98-1 +- 4.3rc3 + +* Sat Jul 11 2009 Than Ngo - 4.2.96-1 +- 4.3rc2 + +* Tue Jul 07 2009 Rex Dieter 4.2.95-2 +- Requires: kdepim-runtime (< F-12) + +* Mon Jun 29 2009 Than Ngo - 4.2.95-1 +- 4.3rc1 + +* Thu Jun 04 2009 Lorenzo Villani - 6:4.2.90-1 +- KDE 4.3 Beta 2 + +* Fri May 29 2009 Rex Dieter - 4.2.85-2 +- fix meeting-organizer icon conflict with oxygen-icons +- -libs: (re)add dep on kdelibs4 + +* Wed May 13 2009 Lukáš Tinkl - 4.2.85-1 +- KDE 4.3 beta 1 + +* Mon Apr 13 2009 Rex Dieter - 4.2.2-4 +- drop extraneous BR's, including libmal-devel (not currently used) + +* Mon Apr 06 2009 Than Ngo - 4.2.2-3 +- apply upstream patch to fix crash in korganizer + +* Wed Apr 01 2009 Rex Dieter - 4.2.2-2 +- optimize scriptlets + +* Tue Mar 31 2009 Lukáš Tinkl - 4.2.2-1 +- KDE 4.2.2 + +* Mon Mar 09 2009 Rex Dieter 4.2.1-3 +- upstream korganizer-view patch + +* Wed Mar 04 2009 Than Ngo - 4.2.1-2 +- upstream patch, speed up folder syncing + +* Fri Feb 27 2009 Than Ngo - 4.2.1-1 +- 4.2.1 + +* Wed Feb 25 2009 Fedora Release Engineering - 6:4.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Jan 27 2009 Than Ngo - 4.2.0-2 +- upstream patch, fix data corruption problems in KPilot + +* Thu Jan 22 2009 Than Ngo - 4.2.0-1 +- 4.2.0 + +* Thu Jan 15 2009 Rex Dieter 4.1.96-3 +- move libkpilot_*.so -devel -> main pkg + +* Thu Jan 15 2009 Kevin Kofler 4.1.96-2 +- reenable BR pilot-link-devel, add missing BR libmal-devel (for KPilot) + +* Wed Jan 07 2009 Than Ngo 4.1.96-1 +- 4.2rc1 + +* Fri Dec 12 2008 Than Ngo 4.1.85-1 +- 4.2beta2 + +* Fri Nov 28 2008 Lorenzo Villani - 6:4.1.80-3 +- kdepim-4.1.80-libqgpgme-link-fix.patch + fix libqgpgme linking errors + +* Thu Nov 20 2008 Than Ngo 4.1.80-2 +- merged + +* Thu Nov 20 2008 Lorenzo Villani - 6:4.1.80-1 +- 4.1.80 +- BR cmake >= 2.6.2 +- make install/fast +- kdepim-4.1.2-kabcdistlistupdater.patch upstreamed + +* Wed Nov 12 2008 Than Ngo 4.1.3-1 +- 4.1.3 + +* Sun Oct 26 2008 Kevin Kofler 4.1.2-4 +- add missing BR soprano-devel + +* Tue Oct 14 2008 Kevin Kofler 4.1.2-3 +- add converter for old kabc distribution lists (#464622) + +* Tue Oct 07 2008 Kevin Kofler 4.1.2-2 +- rebuild for new gnokii + +* Fri Sep 26 2008 Rex Dieter 4.1.2-1 +- 4.1.2 + +* Fri Aug 29 2008 Than Ngo 4.1.1-1 +- 4.1.1 + +* Thu Jul 24 2008 Than Ngo 4.1.0-2 +- respun + +* Wed Jul 23 2008 Than Ngo 4.1.0-1 +- 4.1.0 + +* Fri Jul 18 2008 Rex Dieter 4.0.99-1 +- 4.0.99 + +* Sun Jul 13 2008 Rex Dieter 4.0.98-3 +- fix conflict with oxygen-icon-theme + +* Thu Jul 10 2008 Rex Dieter 4.0.98-1 +- 4.0.98 + +* Sun Jul 06 2008 Rex Dieter 4.0.85-1 +- 4.0.85 + +* Fri Jun 27 2008 Rex Dieter 4.0.84-1 +- 4.0.84 + +* Thu Jun 26 2008 Rex Dieter 4.0.83-3 +- -devel: move designer plugin here + +* Tue Jun 24 2008 Than Ngo 4.0.83-2 +- respun + +* Thu Jun 19 2008 Than Ngo 4.0.83-1 +- 4.0.83 (beta2) + +* Sun Jun 15 2008 Rex Dieter 4.0.82-1 +- 4.0.82 + +* Wed May 28 2008 Kevin Kofler 4.0.80-2 +- put unversioned libkpilot_conduit_base.so in -libs instead of -devel (#448395) + +* Mon May 26 2008 Than Ngo 4.0.80-1 +- 4.1 beta1 + +* Mon May 19 2008 Rex Dieter 6:4.0.72-1 +- first stab at kdepim4 + +* Fri Apr 11 2008 Rex Dieter 6:3.5.9-9 +- omit multilib upgrade hacks (see also #441222) + +* Tue Apr 08 2008 Kevin Kofler 6:3.5.9-8 +- add Requires: kdebase3-pim-ioslaves (#441541) + +* Tue Apr 01 2008 Kevin Kofler 6:3.5.9-7 +- fix gnokii detection (thanks to Dirk Müller) + +* Wed Feb 27 2008 Rex Dieter 6:3.5.9-6 +- "Enterprise headers" makes impossible to select text in + first paragraph of body (kde#151150) + +* Mon Feb 18 2008 Than Ngo 6:3.5.9-5 +- backport upstream patch to fix kmail crash on startup + +* Fri Feb 15 2008 Kevin Kofler 6:3.5.9-3 +- backport upstream fix for kde#127696 from enterprise branch + +* Fri Feb 15 2008 Kevin Kofler 6:3.5.9-2 +- update opensync03 patch + +* Thu Feb 14 2008 Rex Dieter 6:3.5.9-1 +- kde-3.5.9 + +* Sat Feb 09 2008 Kevin Kofler 6:3.5.8-17.20080109.ent +- rebuild for GCC 4.3 + +* Mon Jan 21 2008 Kevin Kofler 6:3.5.8-16.20080109.ent +- add patch from kitchensync-OpenSync0.30API branch to build KitchenSync again (F9+) + +* Wed Jan 09 2008 Rex Dieter 6:3.5.8-15.20080109.ent +- 20080109 snapshot (sync with F-7/8 branches) + +* Tue Jan 08 2008 Rex Dieter 6:3.5.8-14.20071204.ent +- omit kpalmdoc.png icons too (f9+) + +* Fri Dec 28 2007 Kevin Kofler 6:3.5.8-13.20071204.ent +- rebuild for new libopensync + +* Wed Dec 12 2007 Rex Dieter 6:3.5.8-12.20071204.ent +- omit crystalsvg icons (f9+) +- kdepim_3.5.6.enterprise.0.20071204.744693 + +* Thu Nov 29 2007 Rex Dieter 6:3.5.8-10.20071129.ent +- kdepim-enterprise branch 20071129 snapshot, r742984 + +* Thu Nov 29 2007 Rex Dieter 6:3.5.8-9.20071127.ent +- omit "compacting mbox..." patch for now (doesn't apply) + +* Wed Nov 28 2007 Rex Dieter 6:3.5.8-8.20071127.ent +- include/reference kdepim-enterprise-svn_checkout.sh + +* Tue Nov 27 2007 Rex Dieter 6:3.5.8-7.20071127.ent +- kdepim-enterprise branch 20071127 snapshot, r742277 (rh#401391, kde#152553) + +* Thu Nov 22 2007 Kevin Kofler - 6:3.5.8-6.20071013.ent +- rebuild for new pilot-link + +* Tue Nov 06 2007 Rex Dieter - 6:3.5.8-5.20071013.ent +- compacting mbox shows empty folder (kde#146967, rh#352391) + +* Fri Oct 26 2007 Rex Dieter - 6:3.5.8-4.20071013.ent +- -libs: Obsoletes: %%name ... to help out multilib upgrades + +* Sun Oct 14 2007 Rex Dieter - 6:3.5.8-3.20071013.ent +- -libs: %%post/%%postun /sbin/ldconfig +- -libs conditional (f8+) + +* Sun Oct 14 2007 Rex Dieter - 6:3.5.8-2.20071013.ent +- -libs subpkg (to be more multilib friendly) + +* Sat Oct 13 2007 Rex Dieter - 6:3.5.8-1.20071013.ent +- kdepim-enterprise branch 20071013 snapshot, r724979 + +* Wed Oct 03 2007 Rex Dieter - 6:3.5.7-10.20070926.ent +- xdg-open patch + +* Wed Sep 26 2007 Rex Dieter - 6:3.5.7-9.20070926.ent +- kdepim-enterprise branch 20070926 snapshot (r717374) + +* Thu Sep 20 2007 Rex Dieter - 6:3.5.7-8.20070920.714749.ent +- kdepim-enterprise branch 20070920 snapshot (r714749) + +* Wed Sep 12 2007 Rex Dieter - 6:3.5.7-8 +- drop OnlyShowIn=KDE munging +- update %%description +- tidy up + +* Wed Aug 29 2007 Rex Dieter - 6:3.5.7-7 +- templates for forwarding do not work with inline mails (kde#140549) + +* Mon Aug 20 2007 Rex Dieter - 6:3.5.7-6 +- License: GPLv2 +- Provides: kdepim3(-devel) +- (Build)Requires: kdelibs3(-devel) + +* Tue Jun 19 2007 Rex Dieter - 6:3.5.7-3 +- +Requires(hint): spambayes (#238650) + +* Wed Jun 13 2007 Rex Dieter - 6:3.5.7-2 +- +BR: libopensync-devel (#244939) + +* Wed Jun 13 2007 Than Ngo - 6:3.5.7-1.fc7 +- bump release version + +* Wed Jun 06 2007 Than Ngo - 6:3.5.7-0.1.fc7 +- 3.5.7 + +* Thu May 10 2007 Rex Dieter 6:3.5.6-7 +- +BR: gpgme-devel gnokii-devel libmal-devel +- +Requires: pinentry-gui +- drop unused/deprecated patches +- revert to kinder/gentler scriptlets +- sanitize .la files a bit + +* Mon Mar 26 2007 Than Ngo - 3.5.6-4.fc7 +- upstream patches + +* Mon Mar 05 2007 Than Ngo 3.5.6-3.fc7 +- cleanup specfile + +* Thu Feb 08 2007 Than Ngo - 6:3.5.6-2.fc7 +- apply upstream patch to fix a debugging leftover which logs + passwords clear text + +* Tue Feb 06 2007 Than Ngo - 6:3.5.6-1.fc7 +- 3.5.6 + +* Wed Nov 29 2006 Karsten Hopp 3.5.5-1.fc7 +- rebuild with new pilot-link libs +- fix automake version check + +* Fri Nov 10 2006 Than Ngo 6:3.5.5-0.2.fc6 +- apply upstream patch to fix bz#215081 (kde#135513) + +* Thu Oct 26 2006 Than Ngo 6:3.5.5-0.1 +- 3.5.5 + +* Thu Sep 14 2006 Than Ngo 6:3.5.4-5 +- apply upstream patches + fix 98545, kmail does not remember pop3 passwords + add default values for font sizes + fix #133792, do not double-count days during weekly-summarized report + remove a duplicated holiday + fix #134200, always initialize mLineHeight and mFirstColumnWidth + fix #126975, Refuse to LOGIN when hasCapability("LOGINDISABLED") + fix #134702, Kontact crashes when moving mail between imap folders + fix #126060, Kmail crash when IMAP mailbox modified externally + +* Tue Sep 12 2006 Than Ngo 6:3.5.4-4 +- apply upstream patches + fix #133846, fix for the tooltip crash + +* Mon Sep 04 2006 Than Ngo 6:3.5.4-3 +- apply upstream patches + fix kde#116607, crash in slotCheckQueuedFolders() on application exit + +* Tue Aug 15 2006 Than Ngo 6:3.5.4-2 +- apply patch to fix crash when right clicking in an encapsulated email message, kde#131067 + +* Thu Aug 10 2006 Than Ngo 6:3.5.4-1 +- apply upstream patches, + - Kmail crashes on startup, kde#132008 + - Cannot send to addresses containing an ampersand (&), kde#117882 + +* Mon Jul 24 2006 Than Ngo 6:3.5.4-0.pre1 +- prerelease of 3.5.4 (from the first-cut tag) + +* Thu Jul 20 2006 Than Ngo 6:3.5.3-8 +- apply upstream pacthes, + fix crash on logout when only a message pane is shown kde#192416 + +* Mon Jul 17 2006 Petr Rockai 6:3.5.3-7 +- fix compilation with new g++ (see patch kdepim-3.5.3-gcc-4.1.1-8) + +* Mon Jul 17 2006 Than Ngo 6:3.5.3-6 +- rebuilt + +* Wed Jul 12 2006 Jesse Keating - 6:3.5.3-5.1 +- rebuild + +* Sat Jul 08 2006 Than Ngo 6:3.5.3-5 +- fix #136533, crypto/certificate manager support + +* Thu Jul 06 2006 Than Ngo 6:3.5.3-4 +- apply upstream patches, + fix bugs: 110487, 118112, 119112, 121384, 127210, 130303 + +* Tue Jun 27 2006 Than Ngo 6:3.5.3-3 +- fix #196741, BR: libXpm-devel libXScrnSaver-devel +- apply upstream patches + +* Mon Jun 19 2006 Than Ngo 6:3.5.3-2 +- BR: cyrus-sasl-devel, #195500 + +* Fri Jun 02 2006 Than Ngo 6:3.5.3-1 +- update to 3.5.3 + +* Wed May 03 2006 Than Ngo 6:3.5.2-2 +- fix #190491, korganizer crashes whenever New Event selected +- fix crash from proko2 +- possibly fix crash while selecting mail in mail header view +- fix #122571, kmail doesn't remember "fallback character encoding" setting +- fix #126571, kmail crashes when pressing "Send again..." in drafts folder +- fix syntax error in /usr/bin/kmail_clamav.sh + +* Wed Mar 29 2006 Than Ngo 6:3.5.2-1 +- update to 3.5.2 + +* Fri Feb 10 2006 Jesse Keating - 6:3.5.1-1.2 +- bump again for double-long bug on ppc(64) + +* Tue Feb 07 2006 Jesse Keating - 6:3.5.1-1.1 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Thu Feb 02 2006 Than Ngo 6:3.5.1-1 +- update to 3.5.1 +- get rid of kdepim-3.5.0-kmail-113730.patch, which included in new upstream + +* Mon Dec 12 2005 Than Ngo 6:3.5.0-1 +- apply patch to fix crash when applying pipe through filters + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Tue Nov 29 2005 Than Ngo 6:3.5.0-0.1.rc2 +- 3.5 rc2 + +* Tue Nov 15 2005 Than Ngo 6:3.4.92-3 +- apply patch to fix gcc4 build problem + +* Wed Oct 26 2005 Than Ngo 6:3.4.92-2 +- apply patch to fix undefined symbol in indexlib + +* Mon Oct 24 2005 Than Ngo 6:3.4.92-1 +- update to 3.5 beta 2 + +* Thu Sep 29 2005 Than Ngo 6:3.4.91-1 +- update to KDE 3.5 beta1 + +* Wed Sep 21 2005 Than Ngo 6:3.4.2-4 +- fix uic build problem + +* Tue Aug 30 2005 Than Ngo 6:3.4.2-3 +- rebuilt + +* Mon Aug 15 2005 Than Ngo 6:3.4.2-2 +- apply patch to fix kpilot crash + +* Tue Aug 02 2005 Than Ngo 6:3.4.2-1 +- update 3.4.2 +- apply patch to fix kmail bug, kde#109003 + +* Mon Jul 04 2005 Than Ngo 6:3.4.1-2 +- fix uninitialized variable warning #162311, #162312 + +* Mon Jun 27 2005 Than Ngo 6:3.4.1-1 +- add kdepim-kpilot-fix.diff +- update to 3.4.1 +- remove kdepim-3.4.0-long.patch, it's included in new upstream + +* Wed Mar 23 2005 Than Ngo 6:3.4.0-4 +- add lockdev support patch in kandy from Peter Rockai #84143 +- add missing kandy icons #141165 + +* Mon Mar 21 2005 Than Ngo 6:3.4.0-3 +- cleanup build dependencies #151673 + +* Fri Mar 18 2005 Than Ngo 6:3.4.0-2 +- fix broken dependencies on kdepim-devel #151508 + +* Thu Mar 17 2005 Than Ngo 6:3.4.0-1 +- 3.4.0 release + +* Sun Mar 13 2005 Than Ngo 6:3.4.0-0.rc1.4 +- rebuilt against pilot-link-0.12 + +* Fri Mar 04 2005 Than Ngo 6:3.4.0-0.rc1.3 +- rebuilt against gcc-4.0.0-0.31 + +* Tue Mar 01 2005 Than Ngo 6:3.4.0-0.rc1.2 +- fix casting issue + +* Mon Feb 28 2005 Than Ngo 6:3.4.0-0.rc1.1 +- KDE 3.4.0 rc1 + +* Wed Feb 16 2005 Than Ngo 6:3.3.92-0.1 +- KDE-3.4 Beta2 + +* Mon Feb 14 2005 Than Ngo 6:3.3.2-0.3 +- apply Steve patch to fix buffer problem + +* Sat Dec 04 2004 Than Ngo 3.3.2-0.2 +- add CVS patch to fix kmail crash when deleting mails in a folder, #141457 + +* Fri Dec 03 2004 Than Ngo 3.3.2-0.1 +- update to 3.3.2 +- get rid of the kdepim-3.3.1-cvs.patch, kdepim-3.3.0-holiday.patch, + both are included in 3.3.2 + +* Tue Nov 16 2004 Than Ngo 6:3.3.1-3 +- add several fixes from CVS + +* Sat Oct 16 2004 Than Ngo 6:3.3.1-2 +- rebuilt for rhel + +* Wed Oct 13 2004 Than Ngo 6:3.3.1-1 +- update to KDE 3.3.1 + +* Mon Oct 04 2004 Than Ngo 6:3.3.0-2 +- fix korganizer crash on startup #134458 + +* Fri Aug 20 2004 Than Ngo 3.3.0-1 +- update to 3.3.0 release + +* Tue Aug 10 2004 Than Ngo 3.3.0-0.1.rc2 +- update to 3.3.0 rc2 + +* Tue Aug 10 2004 Than Ngo 3.3.0-0.1.rc1 +- update to 3.3.0 rc1 + +* Wed Aug 04 2004 Than Ngo 6:3.2.92-1 +- update to KDE 3.3 Beta 2 + +* Sat Jul 03 2004 Than Ngo 6:3.2.91-1 +- update to KDE 3.3 Beta 1 + +* Sun Jun 20 2004 Than Ngo 6:3.2.3-1 +- update to 3.2.3 + +* Thu May 06 2004 Than Ngo 6:3.2.2-2 +- cleanup KDE/GNOME menu + +* Wed Apr 14 2004 Than Ngo 6:3.2.2-1 +- update to 3.2.2 + +* Mon Mar 22 2004 Than Ngo 6:3.2.1-4 +- fix conflict problem by update, #118709 + +* Fri Mar 19 2004 Karsten Hopp 3.2.1-3 +- add Obsoletes: kmail + +* Sun Mar 14 2004 Karsten Hopp 3.2.1-2 +- add Provide: kmail + +* Sun Mar 07 2004 Than Ngo 6:3.2.1-1 +- 3.2.1 release + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Mon Mar 01 2004 Than Ngo 3.2.0-1.5 +- add Buildrequires on libart_lgpl-devel #115183 + +* Tue Feb 24 2004 Than Ngo 6:3.2.0-1.4 +- some critical bugs in kmail, #116080 + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Thu Feb 05 2004 Than Ngo 6:3.2.0-0.3 +- 3.2.0 release +- built with qt 3.3.0 +- add patch file from Stable branch, fix some critical bugs in kmail + +* Wed Jan 21 2004 Than Ngo 6:3.1.95-0.1 +- KDE 3.2 RC1 + +* Thu Dec 11 2003 Than Ngo 6:3.1.94-0.2 +- fixed file list + +* Mon Dec 01 2003 Than Ngo 6:3.1.94-0.1 +- KDE 3.2 Beta2 + +* Thu Nov 27 2003 Than Ngo 6:3.1.93-0.2 +- get rid of rpath + +* Thu Nov 13 2003 Than Ngo 6:3.1.93-0.1 +- KDE 3.2 Beta1 +- cleanup + +* Tue Sep 30 2003 Than Ngo 6:3.1.4-1 +- 3.1.4 + +* Wed Aug 13 2003 Than Ngo 6:3.1.3-3 +- fix build problem with gcc 3.3 + +* Mon Aug 11 2003 Than Ngo 6:3.1.3-2 +- rebuilt + +* Sat Aug 09 2003 Than Ngo 6:3.1.3-1 +- 3.1.3 + +* Wed Jun 25 2003 Than Ngo 3.1.2-5 +- rebuilt + +* Sun Jun 8 2003 Tim Powers 6:3.1.2-4.1 +- added epoch to versioned requires where needed +- built for RHEL + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Tue May 20 2003 Than Ngo 3.1.2-3 +- dependencies issue + +* Wed May 14 2003 Than Ngo 3.1.2-1 +- 3.1.2 + +* Wed Apr 23 2003 Than Ngo 3.1.1-2 +- enable libtool + +* Thu Mar 20 2003 Than Ngo 3.1.1-1 +- 3.1.1 + +* Mon Feb 24 2003 Elliot Lee +- debuginfo rebuild + +* Fri Feb 21 2003 Than Ngo 3.1-4 +- get rid of gcc path from dependency_libs + +* Tue Feb 11 2003 Than Ngo 3.1-3 +- add missing build dependency, #84027 + +* Sat Feb 1 2003 Than Ngo 3.1-2 +- fix segfault #83194 + +* Tue Jan 28 2003 Than Ngo 3.1-1 +- 3.1 release +- cleanup specfile + +* Thu Jan 23 2003 Tim Powers 6:3.1-0.3 +- rebuild + +* Tue Jan 14 2003 Thomas Woerner 3.1-0.2 +- rc6 +- removed size_t check +- exclude ia64 + +* Fri Nov 29 2002 Than Ngo 3.1-0.1 +- get rid of sub packages + +* Mon Nov 25 2002 Than Ngo 3.1-0.0 +- update to 3.1 rc4 +- remove a patch file, which is now in new upstream + +* Sat Nov 9 2002 Than Ngo 3.0.5-1 +- update to 3.0.5 + +* Wed Nov 6 2002 Than Ngo 3.0.4-2 +- fix some build problems + +* Tue Oct 15 2002 Than Ngo 3.0.4-1 +- 3.0.4 + +* Sun Oct 6 2002 Than Ngo 3.0.3-4 +- Fixed holiday plugin (bug #64750, #63438) +- Added more buildrequires/equires (bug #56282,#73996) + +* Mon Sep 2 2002 Than Ngo 3.0.3-3 +- Added missing icons + +* Thu Aug 22 2002 Than Ngo 3.0.3-2 +- rebuild against new pilot-link + +* Mon Aug 12 2002 Than Ngo 3.0.3-1 +- 3.0.3 +- Fixed a bug in clock applet + +* Tue Aug 6 2002 Than Ngo 3.0.2-4 +- build against pilot-link-0.11.2 +- desktop files issue + +* Tue Jul 23 2002 Than Ngo 3.0.2-3 +- Added fix to build against qt 3.0.5 +- build using gcc-3.2-0.1 + +* Sat Jul 20 2002 Than Ngo 3.0.2-2 +- fix desktop files issue +- rebuild against new pilot-link + +* Tue Jun 25 2002 Than Ngo 3.0.1-1 +- 3.0.1 +- fixed bug #67303 + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Tue Apr 16 2002 Bernhard Rosenkraenzer 3.0.0-3 +- Rename libraries + +* Wed Apr 10 2002 Bernhard Rosenkraenzer 3.0.0-2 +- Fix #61901 + +* Fri Mar 29 2002 Than Ngo 3.0.0-1 +- final + +* Tue Jan 22 2002 Bernhard Rosenkraenzer 3.0.0-0.cvs20020122.1 +- Update +- Fix build on ia64 + +* Thu Jul 26 2001 Bernhard Rosenkraenzer 2.2-0.cvs20010726.1 +- Update, fixes korganizer (#50006) + +* Sun May 13 2001 Bernhard Rosenkraenzer +- Update to get rid of abbrowser (moved to kdebase) + +* Thu Feb 22 2001 Than Ngo +- add missing ldconfig in %post anf %postun again +- clean up specfile + +* Wed Feb 21 2001 Than Ngo +- 2.1-respin +- fix dangling symlink +- remove excludearch ia64, some hacks to build on ia64 + +* Tue Feb 20 2001 Bernhard Rosenkraenzer +- 2.1 + +* Mon Feb 5 2001 Bernhard Rosenkraenzer +- Update + +* Mon Jan 22 2001 Bernhard Rosenkraenzer +- Update + +* Wed Dec 20 2000 Bernhard Rosenkraenzer +- Update to CVS +- Enable building kpilot +- Obsolete kpilot +- Don't exclude ia64, use -O0 on ia64 +- Disable building kpilot on ia64 (compiler breakage) + +* Mon Oct 23 2000 Bernhard Rosenkraenzer +- 2.0 final + +* Wed Oct 4 2000 Bernhard Rosenkraenzer +- 2.0 + +* Sun Oct 1 2000 Bernhard Rosenkraenzer +- new CVS +- fix installation of fonts + +* Sat Sep 23 2000 Bernhard Rosenkraenzer +- new CVS snapshot +- fix up spec file + +* Wed Aug 23 2000 Bernhard Rosenkraenzer +- get rid of the 3d-screensavers package - now that qt-GL is part of qt, + there's no need to keep them separate to avoid the dependency. + +* Mon Aug 21 2000 Than Ngo +- fix gnome-session so that KDE2 can be started from gdm +- pam/kde2 instead pam/kde to avoid problem with KDE1 +- don't requires qt-GL, It's now in qt + +* Sun Aug 20 2000 Than Ngo +- fix dependency problem with KDE1 so that KDE1 and KDE2 can be installed + at the same time +- add missing ldconfig in %post anf %postun +- fix for reading config files in /etc/X11/xdm, add Xsession to requires + +* Tue Aug 8 2000 Bernhard Rosenkraenzer +- Fix keytable in konsole (Bug #15682) + +* Sun Aug 6 2000 Bernhard Rosenkraenzer +- rebuild, now that kdelibs2 works on alpha +- use the same ugly hack to get kdebase to compile +- remove ksysguard on alpha (even more compiler problems) + +* Fri Aug 4 2000 Bernhard Rosenkraenzer +- new snapshot (fixed libGL detection in CVS) + +* Wed Aug 2 2000 Bernhard Rosenkraenzer +- move to /usr/lib/kde2 +- new snapshot + +* Sun Jul 23 2000 Nalin Dahyabhai +- fix the --xdmdir arg to be correct (oops) + +* Fri Jul 21 2000 Nalin Dahyabhai +- move kdm config files from /usr/config to /etc/X11 by forcing xdmdir + +* Fri Jul 21 2000 Bernhard Rosenkraenzer +- new snapshot +- some fixes to spec file + +* Tue Jul 18 2000 Than Ngo +- rebuilt against glibc-2.1.92-14, gcc-2.96-40 + +* Sun Jul 16 2000 Than Ngo +- use new snapshot +- disable Motif + +* Tue Jul 11 2000 Bernhard Rosenkraenzer +- use gcc 2.96 +- new snapshot + +* Sun Jul 2 2000 Bernhard Rosenkraenzer +- Epoch 3 +- Update to current +- Use egcs++ + +* Fri Jun 30 2000 Bernhard Rosenkraenzer +- Update (I put the fixes directly to CVS rather than collecting them + in the spec) + +* Fri Jun 23 2000 Bernhard Rosenkraenzer +- remove man2html; we get that from man +- new snapshot + +* Tue Jun 20 2000 Bernhard Rosenkraenzer +- new snapshot +- ExcludeArch ia64 for now +- remove gnome .desktop file, we get it from gnome-core now. + +* Wed Apr 5 2000 Bernhard Rosenkraenzer +- remove dependency on xpm (now in XFree86) + +* Sat Mar 18 2000 Bernhard Rosenkraenzer +- new snapshot +- move it to /usr, where it belongs + +* Sat Dec 25 1999 Bernhard Rosenkraenzer +- Build the OpenGL screensavers, and move them to a separate package +- Improve the spec file (BuildPrereqs etc.) + +* Thu Dec 16 1999 Bernhard Rosenkraenzer +- remove patch #3 (obsoleted by kwin) + +* Sun Oct 24 1999 Bernhard Rosenkraenzer +- 2.0 CVS snapshot +- fix compilation + +* Thu Sep 23 1999 Preston Brown +- clean up files in /tmp from startkde +- mark doc files as such + +* Tue Sep 21 1999 Preston Brown +- start autorun if present in startkde +- check for configured soundcard before running sound services + +* Mon Sep 20 1999 Preston Brown +- made kdelnks display Name property if they are of type Link + +* Thu Sep 16 1999 Preston Brown +- moved png handling here (from kdelibs) +- changed low color icon directory name to locolor + +* Tue Sep 14 1999 Preston Brown +- added optional session management to logout dialog +- include GNOME menus + +* Mon Sep 13 1999 Preston Brown +- added link to /etc/X11/applnk, .directory file +- included lowcolor icon sub-package +- enable .desktop file access + +* Fri Sep 10 1999 Preston Brown +- customized startkde script to set up user environment if not present. +- mention kthememgr in description. + +* Wed Sep 08 1999 Preston Brown +- upgraded to 1.1.2 release +- kvt is back +- kde icon included +- linux console fonts included + +* Thu Jul 15 1999 Preston Brown +- PAM console logout problem solved. + +* Mon Jul 12 1999 Preston Brown +- now includes screensaver password security fix + +* Fri Jun 11 1999 Preston Brown +- snapshot, includes kde 1.1.1 + fixes +- kvt removed for security reasons. It is a steaming pile of... + +* Mon Apr 19 1999 Preston Brown +- last snapshot before release + +* Fri Apr 16 1999 Preston Brown +- today's snapshot makes kfm a bit nicer and some other fixes +- moved default rc files to kdesupport + +* Thu Apr 15 1999 Preston Brown +- SUID bit removed from konsole_grantpty -- not needed w/glibc 2.1 + +* Wed Apr 14 1999 Preston Brown +- built with today's snapshot -- had to rebuild to fix pam problems. + +* Tue Apr 13 1999 Preston Brown +- new snapshot fixes mimetype video/x-flic problem + +* Mon Apr 12 1999 Preston Brown +- latest stable snapshot + +* Fri Apr 09 1999 Preston Brown +- removed bell.xpm (used to be in fvwm2-icons, don't want installer to see +- this previous connection and autoselect kdebase for upgrade). + +* Tue Mar 23 1999 Preston Brown +- moved gdm patch + +* Mon Mar 22 1999 Preston Brown +- added gdm session control file + +* Fri Mar 19 1999 Preston Brown +- added pam-console stuff to kde pam file + +* Wed Feb 24 1999 Preston Brown +- Injected new description and group. + +* Sun Feb 07 1999 Preston Brown +- upgraded to KDE 1.1 final. + +* Tue Jan 19 1999 Preston Brown +- updated macros for RPM 3.0, removed red hat logo. + +* Tue Jan 05 1999 Preston Brown +- re-merged from Duncan Haldane's stuff