From 5c1c044c9eaef3cbfcdf0df8291e19eeab3be055898b490c14932cce3daad693 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 7 Aug 2016 21:51:47 +0000 Subject: [PATCH 1/2] start with 5.25.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=96 --- kded-5.24.0.tar.xz | 3 --- kded-5.25.0.tar.xz | 3 +++ kded.changes | 7 +++++++ kded.spec | 16 ++++++++-------- 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 kded-5.24.0.tar.xz create mode 100644 kded-5.25.0.tar.xz diff --git a/kded-5.24.0.tar.xz b/kded-5.24.0.tar.xz deleted file mode 100644 index 56b552a..0000000 --- a/kded-5.24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5231c6c5a34cc4bed8966ffb31309d7c95143a545d4e928bf5d5a4b27aebf759 -size 36348 diff --git a/kded-5.25.0.tar.xz b/kded-5.25.0.tar.xz new file mode 100644 index 0000000..943307e --- /dev/null +++ b/kded-5.25.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69128b448e542a68911cdfcc82c566e31d5c9af0e20c051490223719953f5ed8 +size 36360 diff --git a/kded.changes b/kded.changes index 4a5e62f..ffc4e9a 100644 --- a/kded.changes +++ b/kded.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Aug 7 21:51:40 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.25.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.25.0.php + ------------------------------------------------------------------- Wed Jul 6 15:02:52 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kded.spec b/kded.spec index 515b89b..3eec98c 100644 --- a/kded.spec +++ b/kded.spec @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.24 +%define _tar_path 5.25 Name: kded -Version: 5.24.0 +Version: 5.25.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -34,12 +34,12 @@ BuildRequires: ki18n-devel >= %{_tar_path} BuildRequires: kinit-devel >= %{_tar_path} BuildRequires: kservice-devel >= %{_tar_path} BuildRequires: kwindowsystem-devel >= %{_tar_path} -BuildRequires: cmake(Qt5Core) >= 5.4.0 -BuildRequires: cmake(Qt5DBus) >= 5.4.0 -BuildRequires: cmake(Qt5Network) >= 5.4.0 -BuildRequires: cmake(Qt5Test) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 -BuildRequires: cmake(Qt5Xml) >= 5.4.0 +BuildRequires: cmake(Qt5Core) >= 5.5.0 +BuildRequires: cmake(Qt5DBus) >= 5.5.0 +BuildRequires: cmake(Qt5Network) >= 5.5.0 +BuildRequires: cmake(Qt5Test) >= 5.5.0 +BuildRequires: cmake(Qt5Widgets) >= 5.5.0 +BuildRequires: cmake(Qt5Xml) >= 5.5.0 %if %{with lang} Recommends: %{name}-lang %endif From 4b3d0e7df605240b63e749db1f5a8e00016e7877d724547893f2b62ce38769a5 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 21 Aug 2016 16:02:54 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=97 --- kded.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/kded.changes b/kded.changes index ffc4e9a..089eeb5 100644 --- a/kded.changes +++ b/kded.changes @@ -2,6 +2,7 @@ Sun Aug 7 21:51:40 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.25.0 + * Qt >= 5.5 is now required * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.25.0.php