From f80000b40b31654bbc1ea58a3b8aa86cfb42d167 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 4 Dec 2015 14:18:49 +0100 Subject: [PATCH] Update to 15.11.80 --- .gitignore | 1 + kf5-syndication.spec | 14 +++++++++++--- sources | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ef0a731..4aca6ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /syndication-15.08.0.tar.xz +/syndication-15.11.80.tar.xz diff --git a/kf5-syndication.spec b/kf5-syndication.spec index 333eef4..e692ce8 100644 --- a/kf5-syndication.spec +++ b/kf5-syndication.spec @@ -1,7 +1,7 @@ %global framework syndication Name: kf5-%{framework} -Version: 15.08.0 +Version: 15.11.80 Release: 1%{?dist} Summary: The Syndication Library @@ -20,8 +20,11 @@ BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules BuildRequires: qt5-qtbase-devel -BuildRequires: kf5-kio-devel >= 5.12 -BuildRequires: kf5-kcodecs-devel >= 5.12 +BuildRequires: kf5-kio-devel >= 5.15 +BuildRequires: kf5-kcodecs-devel >= 5.15 + +Obsoletes: kdepimlibs%{?_isa} < 15.08.0 +Conflicts: kdepimlibs%{?_isa} < 15.08.0 %description %{summary}. @@ -29,6 +32,8 @@ BuildRequires: kf5-kcodecs-devel >= 5.12 %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} +Obsoletes: kdepimlibs-devel%{?_isa} < 15.08.0 +Conflicts: kdepimlibs-devel%{?_isa} < 15.08.0 %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. @@ -65,5 +70,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Dec 03 2015 Jan Grulich - 15.11.80-1 +- Update to 15.11.80 + * Mon Aug 24 2015 Daniel Vrátil - 15.08.0-1 - Initial version diff --git a/sources b/sources index f3d7f4f..ff3e819 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2309d08e4747aefd17bb22a8c2a9e06 syndication-15.08.0.tar.xz +6dd5b6e9f4861db2b57075f8d7398434 syndication-15.11.80.tar.xz