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:
Dominique Leuenberger 2019-11-12 10:41:44 +00:00 committed by Git OBS Bridge
commit aed4a113c5
6 changed files with 33 additions and 18 deletions

View File

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

View File

@ -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-----

View File

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

View 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-----

View File

@ -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> Sun Oct 6 13:26:12 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,7 +16,7 @@
# #
%define _tar_path 5.63 %define _tar_path 5.64
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # Last major and minor KF5 version (e.g. 5.33)
@ -29,7 +29,7 @@
# Only needed for the package signature condition # Only needed for the package signature condition
%bcond_without lang %bcond_without lang
Name: extra-cmake-modules Name: extra-cmake-modules
Version: 5.63.0 Version: 5.64.0
Release: 0 Release: 0
Summary: CMake modules Summary: CMake modules
License: BSD-3-Clause License: BSD-3-Clause
@ -42,10 +42,10 @@ Source2: frameworks.keyring
%endif %endif
# PATCH-FIX-OPENSUSE # PATCH-FIX-OPENSUSE
Patch0: bundle-lang.patch Patch0: bundle-lang.patch
BuildRequires: cmake >= 3.0 BuildRequires: cmake >= 3.5
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
Requires: cmake >= 3.0 Requires: cmake >= 3.5
Requires: gcc-c++ Requires: gcc-c++
Requires: kf5-filesystem Requires: kf5-filesystem
Recommends: %{name}-doc Recommends: %{name}-doc