From 15babbcca2985a609907b42c7b032c1edfc0031fcd850af2103810df50da5d9f Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 8 Nov 2015 16:57:51 +0000 Subject: [PATCH 1/2] 5.16.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=82 --- kauth-5.15.0.tar.xz | 3 --- kauth-5.16.0.tar.xz | 3 +++ kauth.changes | 7 +++++++ kauth.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kauth-5.15.0.tar.xz create mode 100644 kauth-5.16.0.tar.xz diff --git a/kauth-5.15.0.tar.xz b/kauth-5.15.0.tar.xz deleted file mode 100644 index a1fddb1..0000000 --- a/kauth-5.15.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2a91e1a4c40d5547c8963c74a805810b6bc192e3193245f52e855addc7219da -size 82088 diff --git a/kauth-5.16.0.tar.xz b/kauth-5.16.0.tar.xz new file mode 100644 index 0000000..852f057 --- /dev/null +++ b/kauth-5.16.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36ab0caddf1c3120546cff825098513585d461a27f94da78547b2792a61e2a4 +size 82356 diff --git a/kauth.changes b/kauth.changes index 6b643af..ea5b7a1 100644 --- a/kauth.changes +++ b/kauth.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Nov 8 16:57:47 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.16.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.16.0.php + ------------------------------------------------------------------- Mon Oct 5 17:37:01 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kauth.spec b/kauth.spec index 151e61f..8d7b496 100644 --- a/kauth.spec +++ b/kauth.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Auth5 -%define _tar_path 5.15 +%define _tar_path 5.16 Name: kauth -Version: 5.15.0 +Version: 5.16.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From b5f2823644640056042a8bae761a658b675003ae42813f81d2664a41b82f3924 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 15 Nov 2015 16:13:29 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=83 --- kauth.changes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kauth.changes b/kauth.changes index ea5b7a1..04349fa 100644 --- a/kauth.changes +++ b/kauth.changes @@ -1,7 +1,11 @@ ------------------------------------------------------------------- Sun Nov 8 16:57:47 UTC 2015 - hrvoje.senjan@gmail.com -- Update to 5.16.0 +- Update to 5.16.0 (boo#955067) + * Handle proxying qInfo messages + * Wait for async call starting helper to finish before checking + the reply (kde#345234) + * Fix variable name, otherwise there's no way the include can work * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.16.0.php