Accepting request 236257 from KDE:Frameworks5

4.100.0

OBS-URL: https://build.opensuse.org/request/show/236257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesu?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2014-06-10 12:35:59 +00:00 committed by Git OBS Bridge
commit 211d519e73
5 changed files with 20 additions and 6 deletions

3
baselibs.conf Normal file
View File

@ -0,0 +1,3 @@
libKF5Su5
kdesu-devel
requires "libKF5Su5-<targettype> = <version>"

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

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jun 1 18:02:08 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
- Add baselibs.conf
-------------------------------------------------------------------
Sun May 4 01:41:07 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -18,10 +18,10 @@
%define lname libKF5Su5
Name: kdesu
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
@ -33,7 +33,8 @@ Summary: User interface for running shell commands with root privileges
License: LGPL-2.1+
Group: System/GUI/KDE
Url: http://www.kde.org
Source0: kdesu-%{version}.tar.xz
Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description