SHA256
1
0
forked from pool/kirigami2

KDE Frameworks 5.48.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami2?expand=0&rev=54
This commit is contained in:
Fabian Vogt 2018-07-17 08:58:02 +00:00 committed by Git OBS Bridge
parent 8402f12f09
commit f933b1ab10
4 changed files with 16 additions and 6 deletions

View File

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

3
kirigami2-5.48.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jul 16 04:37:41 UTC 2018 - lbeltrame@kde.org
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Too many changes to list here
-------------------------------------------------------------------
Wed Jun 13 17:03:25 UTC 2018 - wbauer@tmo.at

View File

@ -17,15 +17,15 @@
%define lname libKF5Kirigami2-5
%define _tar_path 5.47
%define _tar_path 5.48
%bcond_without lang
Name: kirigami2
Version: 5.47.0
Version: 5.48.0
Release: 0
# 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}')}
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
Summary: Set of QtQuick components
License: LGPL-2.1-or-later
Group: Development/Libraries/KDE