Fabian Vogt 2018-01-17 15:07:00 +00:00 committed by Git OBS Bridge
parent 18ac0b3c9f
commit b28ea29578
4 changed files with 17 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 16 22:50:21 CET 2018 - lbeltrame@kde.org
- Update to 5.42.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.42.0.php
- Changes since 5.41.0:
* Remove obsolete reviewboardrc file
* Verify return value
-------------------------------------------------------------------
Sun Dec 17 09:43:49 CET 2017 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package kwindowsystem
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%bcond_without lang
%define lname libKF5WindowSystem5
%define _tar_path 5.41
%define _tar_path 5.42
# 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: kwindowsystem
Version: 5.41.0
Version: 5.42.0
Release: 0
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}