SHA256
1
0
forked from pool/kcrash

Accepting request 526634 from KDE:Frameworks5

KDE Frameworks 5.38

OBS-URL: https://build.opensuse.org/request/show/526634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcrash?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2017-09-19 14:22:44 +00:00 committed by Git OBS Bridge
commit cb2376e3a9
4 changed files with 22 additions and 8 deletions

View File

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

3
kcrash-5.38.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:215c90bf6501cb90db01f2a04155bcd8a8e66fcfb4a94649e72204c5a1df10a9
size 21704

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Sep 12 07:11:16 CEST 2017 - lbeltrame@kde.org
- Update to 5.38.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.38.0.php
- Changes since 5.37.0:
* None
-------------------------------------------------------------------
Sat Aug 12 09:23:21 UTC 2017 - christophe@krop.fr

View File

@ -17,17 +17,21 @@
%define lname libKF5Crash5
%define _tar_path 5.37
%define _tar_path 5.38
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
Name: kcrash
Version: 5.37.0
Version: 5.38.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kcoreaddons-devel >= %{_tar_path}
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
BuildRequires: kf5-filesystem
BuildRequires: kwindowsystem-devel >= %{_tar_path}
BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.6.0
BuildRequires: cmake(Qt5Test) >= 5.6.0
BuildRequires: cmake(Qt5X11Extras) >= 5.6.0