From 297eae3c052784de42706c89a1c0c9616fde93f507b94072dca500170a74545a Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 4 Aug 2015 19:47:54 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=74 --- kauth-5.12.0.tar.xz | 3 --- kauth-5.13.0.tar.xz | 3 +++ kauth.changes | 7 +++++++ kauth.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kauth-5.12.0.tar.xz create mode 100644 kauth-5.13.0.tar.xz diff --git a/kauth-5.12.0.tar.xz b/kauth-5.12.0.tar.xz deleted file mode 100644 index 97c7e32..0000000 --- a/kauth-5.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ed420bb2be94239953698a1704b8e8c83a231d9c3baf6fd491770f24d70c3cf -size 82020 diff --git a/kauth-5.13.0.tar.xz b/kauth-5.13.0.tar.xz new file mode 100644 index 0000000..ebf0873 --- /dev/null +++ b/kauth-5.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d67cbabaa89fe877ed60f5b95a46152bcca96fa8331403e137c7eb5bea33c8 +size 82096 diff --git a/kauth.changes b/kauth.changes index 1191e6b..77b7186 100644 --- a/kauth.changes +++ b/kauth.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 4 19:20:13 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:47 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kauth.spec b/kauth.spec index b9c0fbd..534f449 100644 --- a/kauth.spec +++ b/kauth.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Auth5 -%define _tar_path 5.12 +%define _tar_path 5.13 Name: kauth -Version: 5.12.0 +Version: 5.13.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From a74458b9d834b589ea4c20fc9126423e6960f1c09fa23f27c16663198d817896 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:10:10 +0000 Subject: [PATCH 2/3] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=75 --- kauth.changes | 4 ++++ kauth.spec | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/kauth.changes b/kauth.changes index 77b7186..73c1013 100644 --- a/kauth.changes +++ b/kauth.changes @@ -2,6 +2,10 @@ Tue Aug 4 19:20:13 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/kauth.spec b/kauth.spec index 534f449..9c18b49 100644 --- a/kauth.spec +++ b/kauth.spec @@ -30,10 +30,10 @@ BuildRequires: kcoreaddons-devel >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: libpolkit-qt5-1-devel %if %{with lang} -BuildRequires: libqt5-linguist-devel >= 5.2.0 +BuildRequires: libqt5-linguist-devel >= 5.3.0 %endif -BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 +BuildRequires: cmake(Qt5DBus) >= 5.3.0 +BuildRequires: cmake(Qt5Widgets) >= 5.3.0 Summary: Framework which lets applications perform actions as a privileged user License: LGPL-2.1+ Group: System/GUI/KDE From 2cbec44323587d1fd0326738eb42b96e4c0975649697cda5b59db9b76691a451 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:50:08 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=76 --- kauth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kauth.spec b/kauth.spec index 9c18b49..a2578d9 100644 --- a/kauth.spec +++ b/kauth.spec @@ -30,7 +30,7 @@ BuildRequires: kcoreaddons-devel >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: libpolkit-qt5-1-devel %if %{with lang} -BuildRequires: libqt5-linguist-devel >= 5.3.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0 %endif BuildRequires: cmake(Qt5DBus) >= 5.3.0 BuildRequires: cmake(Qt5Widgets) >= 5.3.0