diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..469dc71 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,3 @@ +libKF5Crash5 +kcrash-devel + requires "libKF5Crash5- = " diff --git a/kcrash-4.100.0.tar.xz b/kcrash-4.100.0.tar.xz new file mode 100644 index 0000000..cbd4f7b --- /dev/null +++ b/kcrash-4.100.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f2cf1b9417845907a327f60ad3bd156862e9a22deecc1d349ff4299729c167 +size 19920 diff --git a/kcrash-4.99.0.tar.xz b/kcrash-4.99.0.tar.xz deleted file mode 100644 index 67a98f0..0000000 --- a/kcrash-4.99.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:005d5a2322ffa58f40bfe4d7ff25e2b594432421a25d4fff25545c7d3ef9fb2f -size 19908 diff --git a/kcrash.changes b/kcrash.changes index 37d09fd..2792a0a 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jun 1 18:02:24 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:04 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kcrash.spec b/kcrash.spec index 8ad9f67..747f026 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -18,10 +18,10 @@ %define lname libKF5Crash5 Name: kcrash -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 @@ -34,7 +34,8 @@ Summary: Gracefull handling of application crashes License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source0: kcrash-%{version}.tar.xz +Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description