From f5fca4d62fb2a5fc07ca74fee12f77ffc90d17ef62a9c8f105ec71db86f59720 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 1 Jun 2014 18:42:36 +0000 Subject: [PATCH 1/2] 4.100.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=19 --- kcrash-4.100.0.tar.xz | 3 +++ kcrash-4.99.0.tar.xz | 3 --- kcrash.changes | 9 +++++++++ kcrash.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 kcrash-4.100.0.tar.xz delete mode 100644 kcrash-4.99.0.tar.xz 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..7bf7591 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Sun May 4 01:41:04 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kcrash.spec b/kcrash.spec index 8ad9f67..597e1eb 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 From 91e64ffa2f440f46f6783c31dfdcad308ce11e9e183e8812fe88366d83d45cbd Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 3 Jun 2014 20:34:48 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=20 --- baselibs.conf | 3 +++ kcrash.changes | 1 + kcrash.spec | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 baselibs.conf 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.changes b/kcrash.changes index 7bf7591..2792a0a 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -6,6 +6,7 @@ Sun Jun 1 18:02:24 UTC 2014 - hrvoje.senjan@gmail.com * 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 597e1eb..747f026 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -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