SHA256
1
0
forked from pool/kauth

Accepting request 616739 from KDE:Frameworks5

KDE Frameworks 5.47.0

OBS-URL: https://build.opensuse.org/request/show/616739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kauth?expand=0&rev=59
This commit is contained in:
Yuchen Lin 2018-06-22 11:17:52 +00:00 committed by Git OBS Bridge
commit 8ca2dea9f4
4 changed files with 16 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23af3df06e6db7c3fcd535de8659d3e33a06b879b07394a1397499fdbbda1f70
size 84932

3
kauth-5.47.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29c7c3d6c539d52200806502e4b11a132c1941512df6f2d3e073ed3e7f7e00e9
size 84932

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 12 21:26:02 UTC 2018 - lbeltrame@kde.org
- Update to 5.47.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.47.0.php
- Changes since 5.46.0:
* Warning--
-------------------------------------------------------------------
Sun May 13 21:03:00 UTC 2018 - lbeltrame@kde.org

View File

@ -18,13 +18,13 @@
%bcond_without lang
%define lname libKF5Auth5
%define _tar_path 5.46
%define _tar_path 5.47
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
Name: kauth
Version: 5.46.0
Version: 5.47.0
Release: 0
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
@ -52,9 +52,7 @@ KAuth is a framework to let applications perform actions as a privileged user.
Summary: Framework which lets applications perform actions as a privileged user
Group: System/GUI/KDE
Obsoletes: libKF5Auth4
%if %{with lang}
Recommends: %lname-lang = %{version}
%endif
%description -n %lname
KAuth is a framework to let applications perform actions as a privileged user.
@ -102,7 +100,7 @@ Development files.
%dir %{_kf5_libdir}/libexec
%{_kf5_libdir}/libexec/kauth
%config %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf
%{_kf5_debugdir}/*.categories
%{_kf5_debugdir}/kauth.categories
%files devel
%defattr(-,root,root)