From e063028cbfea41259fbccb7da27c2124f54f4fc5e31f02a1d5b0eba0fbde1551 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 4 Aug 2015 19:49:08 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=57 --- kded-5.12.0.tar.xz | 3 --- kded-5.13.0.tar.xz | 3 +++ kded.changes | 7 +++++++ kded.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kded-5.12.0.tar.xz create mode 100644 kded-5.13.0.tar.xz diff --git a/kded-5.12.0.tar.xz b/kded-5.12.0.tar.xz deleted file mode 100644 index ff58ed3..0000000 --- a/kded-5.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddcfecfd23d88e7edbe27a7b0d2474cfab2b82a096a2e32b9b81fc39037be6a0 -size 35216 diff --git a/kded-5.13.0.tar.xz b/kded-5.13.0.tar.xz new file mode 100644 index 0000000..a5e8423 --- /dev/null +++ b/kded-5.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291e1ab2f4dff391724e00f256ce5feaef2cb212690259bbfff274c19ae8d779 +size 36712 diff --git a/kded.changes b/kded.changes index ed0541e..93dd6ed 100644 --- a/kded.changes +++ b/kded.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 4 19:20:20 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.13.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.13.0.php + ------------------------------------------------------------------- Sun Jul 5 18:44:55 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kded.spec b/kded.spec index 8742e93..a22ee4b 100644 --- a/kded.spec +++ b/kded.spec @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.12 +%define _tar_path 5.13 Name: kded -Version: 5.12.0 +Version: 5.13.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From 523c8f242baf6f828a383bc003e8809e6793b92e5cde2ddb35b8ef570dc7b461 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 5 Aug 2015 12:43:52 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=58 --- kded.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kded.spec b/kded.spec index a22ee4b..e8c04e6 100644 --- a/kded.spec +++ b/kded.spec @@ -79,6 +79,7 @@ Development files. %if %{with lang} echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}.lang +echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}.lang echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}.lang echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}.lang echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}.lang From 57526ee9975d55edfc17f30b0700580e9a9f7dbe0bb4206a17d749267a469abf Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:17:31 +0000 Subject: [PATCH 3/3] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=59 --- kded.changes | 4 ++++ kded.spec | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/kded.changes b/kded.changes index 93dd6ed..ee75da3 100644 --- a/kded.changes +++ b/kded.changes @@ -2,6 +2,10 @@ Tue Aug 4 19:20:20 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.13.0 + * The Qt version requirement has been bumped from 5.2 to 5.3 + * Debug output has been ported to categorized output, for less + noise by default + * Docbook documentation has been reviewed and updated * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.13.0.php diff --git a/kded.spec b/kded.spec index e8c04e6..cf784c5 100644 --- a/kded.spec +++ b/kded.spec @@ -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: pkgconfig(Qt5Core) >= 5.2.0 -BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Network) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 +BuildRequires: cmake(Qt5Core) >= 5.3.0 +BuildRequires: cmake(Qt5DBus) >= 5.3.0 +BuildRequires: cmake(Qt5Network) >= 5.3.0 +BuildRequires: cmake(Qt5Test) >= 5.3.0 +BuildRequires: cmake(Qt5Widgets) >= 5.3.0 +BuildRequires: cmake(Qt5Xml) >= 5.3.0 %if %{with lang} Recommends: %{name}-lang %endif