diff --git a/kimap-16.08.3.tar.xz b/kimap-16.08.3.tar.xz deleted file mode 100644 index b841d2e..0000000 --- a/kimap-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dce2612e7dafee7d0826d7dc11fe65174fca3f87eea2d75ebb52a4cd101ed40e -size 91600 diff --git a/kimap-16.12.0.tar.xz b/kimap-16.12.0.tar.xz new file mode 100644 index 0000000..0a94aaa --- /dev/null +++ b/kimap-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363177bdf71ad4e374124a0e6275799508413b917af9f4fbfa950344ad8ba3ea +size 92392 diff --git a/kimap.changes b/kimap.changes index 7f3ea25..fedfc51 100644 --- a/kimap.changes +++ b/kimap.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Dec 13 19:45:10 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.12.0 + * KDE Applications 16.12.0 + * https://www.kde.org/announcements/announce-applications-16.12.0.php + + +------------------------------------------------------------------- +Sat Dec 3 16:31:20 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.90 + * KDE Applications 16.12.0 RC + * https://www.kde.org/announcements/announce-applications-16.12-rc.php + + +------------------------------------------------------------------- +Tue Nov 29 12:30:52 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.80 + * KDE Applications 16.12.0 Beta + * https://www.kde.org/announcements/announce-applications-16.12-beta.php + + ------------------------------------------------------------------- Wed Nov 9 06:18:35 UTC 2016 - lbeltrame@kde.org diff --git a/kimap.spec b/kimap.spec index bdebfbf..f3ab7f4 100644 --- a/kimap.spec +++ b/kimap.spec @@ -16,10 +16,13 @@ # -Name: kimap -Version: 16.08.3 -Release: 0 %define kf5_version 5.19.0 +Name: kimap +Version: 16.12.0 +Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: KDE PIM Libraries: IMAP library License: LGPL-2.1+ Group: System/GUI/KDE @@ -32,6 +35,7 @@ BuildRequires: kf5-filesystem BuildRequires: ki18n-devel >= %{kf5_version} BuildRequires: kio-devel >= %{kf5_version} BuildRequires: kmime-devel >= %{kf5_version} +BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Test) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -51,7 +55,7 @@ Group: Development/Libraries/KDE Requires: boost-devel >= 1.34.0 Requires: cyrus-sasl-devel Requires: kcoreaddons-devel >= %{kf5_version} -Requires: kmime-devel >= %{version} +Requires: kmime-devel >= %{_kapp_version} Requires: libKF5IMAP5 = %{version} %description devel @@ -62,14 +66,13 @@ to develop KDE PIM applications. %setup -q -n kimap-%{version} %build - %cmake_kf5 -d build -- -DBUILD_TESTING=ON -DKF5_INCLUDE_INSTALL_DIR=%_kf5_includedir + %cmake_kf5 -d build -- -DBUILD_TESTING=ON -DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir} %make_jobs %install %kf5_makeinstall -C build %post -n libKF5IMAP5 -p /sbin/ldconfig - %postun -n libKF5IMAP5 -p /sbin/ldconfig %files -n libKF5IMAP5