From 74e16695e5870e19423ea26efca14b9797f020527306f22e0eeae8ced43886ae Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 5 Apr 2015 11:45:00 +0000 Subject: [PATCH 1/3] 5.9.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=46 --- kcrash-5.8.0.tar.xz | 3 --- kcrash-5.9.0.tar.xz | 3 +++ kcrash.changes | 7 +++++++ kcrash.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kcrash-5.8.0.tar.xz create mode 100644 kcrash-5.9.0.tar.xz diff --git a/kcrash-5.8.0.tar.xz b/kcrash-5.8.0.tar.xz deleted file mode 100644 index 4bba846..0000000 --- a/kcrash-5.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5968694919e374b432b2e53ad1f6c15a018011ecd3c45d0b2d9dd586af090b0b -size 19524 diff --git a/kcrash-5.9.0.tar.xz b/kcrash-5.9.0.tar.xz new file mode 100644 index 0000000..50aba23 --- /dev/null +++ b/kcrash-5.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27cabd25f918dac0b188ac084b64e15c1585ec5663c4e7a5c76203541c329a78 +size 19528 diff --git a/kcrash.changes b/kcrash.changes index 58e652c..c573f31 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 4 14:40:46 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.9.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.9.0.php + ------------------------------------------------------------------- Sat Mar 7 16:58:47 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kcrash.spec b/kcrash.spec index d5450ea..791c537 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,13 +17,13 @@ %define lname libKF5Crash5 -%define _tar_path 5.8 +%define _tar_path 5.9 Name: kcrash Version: %{_tar_path}.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.8.0 +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: fdupes BuildRequires: kcoreaddons-devel >= %{kf5_version} BuildRequires: kf5-filesystem From 869f809688deebb67b324087ed63d9508959b764b7590d813ef9413e637da370 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Fri, 10 Apr 2015 16:27:34 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=47 --- kcrash.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kcrash.spec b/kcrash.spec index 791c537..b399c4e 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -19,15 +19,15 @@ %define lname libKF5Crash5 %define _tar_path 5.9 Name: kcrash -Version: %{_tar_path}.0 +Version: 5.9.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= %{version} +BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: fdupes -BuildRequires: kcoreaddons-devel >= %{kf5_version} +BuildRequires: kcoreaddons-devel >= %{_tar_path} BuildRequires: kf5-filesystem -BuildRequires: kwindowsystem-devel >= %{kf5_version} +BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 From d549d9353160aa09fb9b4f68e552afbfa96504031e061e03c77cbb53ab0b24fa Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Fri, 10 Apr 2015 16:47:47 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=48 --- kcrash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcrash.spec b/kcrash.spec index b399c4e..771fda7 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -71,7 +71,7 @@ Development files. %install %kf5_makeinstall -C build - %fdupes -s %{buildroot} + %fdupes %{buildroot} %post -n %lname -p /sbin/ldconfig