Accepting request 747081 from KDE:Frameworks5
5.64.0 OBS-URL: https://build.opensuse.org/request/show/747081 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/extra-cmake-modules?expand=0&rev=71
This commit is contained in:
commit
aed4a113c5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79926a0a2c6f5aa760a5a63209a7cad641476591b9bf4e51819f4fb752280792
|
||||
size 330556
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyRYACgkQWNDuZIpI
|
||||
s7u9zAgAvfQT2KSkDSJpKkM1WKM7fv176QKdJ4v/uYtUW/LM6yBRcnXjz8b5gr9X
|
||||
IUpPoh+DeyOskFPilfg3zucRPQohmtDFo7IVCU1jyilhXA03rygwLcm9cA1cy4gi
|
||||
MkHAfSnAe+h4gBvOpMBP6+gwAsgPeZaHWIYKsT/dlmahlgU04qpkvc0MbwF7hSTS
|
||||
zlIdt3pgZGHvrAaL8E5N/JMrstg4qQuNjiL+5tG55yCtSHD3CPTi7H6btDGGhj58
|
||||
iBB+NlgpKkU9rEOuk3eBcW0sTlRSD+3Ffdl1pH+ixdLVrkr2He4hFM7E3wuVzqX7
|
||||
i/rPaoWhNG+Lf5Qvk0arcx5N43YlrQ==
|
||||
=1M1W
|
||||
-----END PGP SIGNATURE-----
|
3
extra-cmake-modules-5.64.0.tar.xz
Normal file
3
extra-cmake-modules-5.64.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1865efc6254bed44e0a6918c5af3da62be4008ba7a197a47f35251f298041a69
|
||||
size 339444
|
11
extra-cmake-modules-5.64.0.tar.xz.sig
Normal file
11
extra-cmake-modules-5.64.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+yd8ACgkQWNDuZIpI
|
||||
s7uROAgAk2+2B519TlL0hm0uMX/bvfKVbZ1+ot4SSnYfV9wOWZ29o/Ios24YZ3QR
|
||||
au3prpmQuMFPuK3+RvWBqdBJ2QH54209u1oGDiACnONdyANYwAf+U59CPeIOJUy5
|
||||
uVXFasLosfrhTZFKRoP3HDWOxS9uQAnxvzb8eWC4E7LvLPB4gESu3YgrlBi7j8pn
|
||||
YHJz4wmQ+s97t3kboMXsdAdh94tN+BdATv1LHFckjGUBgfGvkfRUVkgPahDBcrpl
|
||||
sGwQgoOvkDQmvajNADD1NzIg480naWHlhOAC6W8VDc+4AMSZikZ2iAqg6YJVuO0v
|
||||
qlNaOBvn3wpTsKBn8tThS6KUbvksYg==
|
||||
=JjcC
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 3 15:46:46 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.64.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
|
||||
- Changes since 5.63.0:
|
||||
* Don't set C/C++ standards if already set
|
||||
* Use modern way to set the C/CXX standad
|
||||
* Raise CMake requirements to 3.5
|
||||
* ECMAddQch: support PREDEFINED_MACROS/BLANK_MACROS with blanks & quotes
|
||||
* Provide clang-format target with a KDE Frameworks style file
|
||||
* Add ECMGenerateExportHeader, for improved handling of deprecated API
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 13:26:12 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.63
|
||||
%define _tar_path 5.64
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -29,7 +29,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: extra-cmake-modules
|
||||
Version: 5.63.0
|
||||
Version: 5.64.0
|
||||
Release: 0
|
||||
Summary: CMake modules
|
||||
License: BSD-3-Clause
|
||||
@ -42,10 +42,10 @@ Source2: frameworks.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE
|
||||
Patch0: bundle-lang.patch
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: cmake >= 3.5
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: kf5-filesystem
|
||||
Requires: cmake >= 3.0
|
||||
Requires: cmake >= 3.5
|
||||
Requires: gcc-c++
|
||||
Requires: kf5-filesystem
|
||||
Recommends: %{name}-doc
|
||||
|
Loading…
x
Reference in New Issue
Block a user