diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..feaa835 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,3 @@ +libKF5Auth5 +kauth-devel + requires "libKF5Auth5- = " diff --git a/kauth-4.100.0.tar.xz b/kauth-4.100.0.tar.xz new file mode 100644 index 0000000..2486348 --- /dev/null +++ b/kauth-4.100.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8114879837cad63bd5397e9f7914b45e0083bad92bd84b41d66f2874274f07 +size 2727348 diff --git a/kauth-4.99.0.tar.xz b/kauth-4.99.0.tar.xz deleted file mode 100644 index af5cff8..0000000 --- a/kauth-4.99.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b59fa538cd183e675e381a73c3062723d0620bb80d29b233f235585fcea1382d -size 2727656 diff --git a/kauth.changes b/kauth.changes index c1e7b43..dcdd417 100644 --- a/kauth.changes +++ b/kauth.changes @@ -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 diff --git a/kauth.spec b/kauth.spec index 2c6fd69..337eb60 100644 --- a/kauth.spec +++ b/kauth.spec @@ -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