SHA256
1
0
forked from pool/kauth

Accepting request 236294 from KDE:Frameworks5

4.100.0

OBS-URL: https://build.opensuse.org/request/show/236294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kauth?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2014-06-10 12:36:44 +00:00 committed by Git OBS Bridge
commit a21cdc3f20
5 changed files with 22 additions and 6 deletions

3
baselibs.conf Normal file
View File

@ -0,0 +1,3 @@
libKF5Auth5
kauth-devel
requires "libKF5Auth5-<targettype> = <version>"

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

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jun 1 18:02:37 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.100.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta3.php
- Added libqt5-linguist-devel BuildRequires
- Add baselibs.conf
-------------------------------------------------------------------
Sun May 4 01:40:57 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -18,20 +18,22 @@
%define lname libKF5Auth5
Name: kauth
Version: 4.99.0
Version: 4.100.0
Release: 0
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.13
BuildRequires: extra-cmake-modules >= 0.0.14
BuildRequires: fdupes
BuildRequires: kcoreaddons-devel >= %{_kf5_version}
BuildRequires: kf5-filesystem
BuildRequires: libqt5-linguist-devel >= 5.2.0
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
Summary: Framework which lets applications perform actions as a privileged user
License: LGPL-2.1+
Group: System/GUI/KDE
Url: http://www.kde.org
Source0: kauth-%{version}.tar.xz
Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description