forked from pool/karchive
Accepting request 526625 from KDE:Frameworks5
KDE Frameworks 5.38 OBS-URL: https://build.opensuse.org/request/show/526625 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/karchive?expand=0&rev=45
This commit is contained in:
commit
1c73685769
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:358648e9615f521e0d8e37f3a8b7c95ee593bf5adbad114601a7b30928a62995
|
||||
size 113580
|
3
karchive-5.38.0.tar.xz
Normal file
3
karchive-5.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9354d45219342b888ac0eccbc3ce3a054858fcce9d4c93817352d2b447ebb658
|
||||
size 113572
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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:
|
||||
* Tag some more private classes with hidden visibility
|
||||
* Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 12 09:23:16 UTC 2017 - christophe@krop.fr
|
||||
|
||||
@ -6,8 +17,8 @@ Sat Aug 12 09:23:16 UTC 2017 - christophe@krop.fr
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.37.0.php
|
||||
- Changes since 5.36.0 :
|
||||
* Add Conan files
|
||||
* Add categories
|
||||
* Add Conan files
|
||||
* Add categories
|
||||
* We need to compare it. it's not a boolean
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -17,12 +17,16 @@
|
||||
|
||||
|
||||
%define lname libKF5Archive5
|
||||
%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: karchive
|
||||
Version: 5.37.0
|
||||
Version: 5.38.0
|
||||
Release: 0
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(Qt5Core) >= 5.6.0
|
||||
|
Loading…
Reference in New Issue
Block a user