KDE Frameworks 5.47.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=147
This commit is contained in:
Wolfgang Bauer 2018-06-13 22:10:55 +00:00 committed by Git OBS Bridge
parent f9f170995e
commit 640250dc1b
4 changed files with 16 additions and 5 deletions

View File

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

3
karchive-5.47.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 12 21:26:02 UTC 2018 - lbeltrame@kde.org
- Update to 5.47.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.47.0.php
- Changes since 5.46.0:
* Bring back kzip.cpp to where it belongs
* handle zip files embedded within zip files (kde#73821)
-------------------------------------------------------------------
Sun May 13 21:03:00 UTC 2018 - lbeltrame@kde.org

View File

@ -17,13 +17,13 @@
%define lname libKF5Archive5
%define _tar_path 5.46
%define _tar_path 5.47
# 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: karchive
Version: 5.46.0
Version: 5.47.0
Release: 0
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}