Next try
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=201
This commit is contained in:
parent
ba9ce9f282
commit
babb1c2601
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e07acfecef1b4c7a481a253b58b75072a4f887376301108ed2c753b5002adcd4
|
|
||||||
size 330696
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zzzwACgkQWNDuZIpI
|
|
||||||
s7uLvAf/QLbIfxu/NnqlZHoOcIVIXhXAePKCurMgdtvtQ0lgYi8gtrCnH0uuStx1
|
|
||||||
5Ui/T5Yfenp8SDvKLdBN8TQR6ULjVgoO/AV3vVc47TXltZGWFNgo7YY6Olv0kob0
|
|
||||||
vUJ/1Y3iOzTJnAreR9Z3hXWc608cTk961Ih7+VYH2y2zg9AnuF6JIwx7viTf0RbE
|
|
||||||
sn3lXA65s5c8mTEW9oapT12DOErPDBfzutRiewMBf1q9Jfto9RtGcEeD3bZdS+g7
|
|
||||||
rve5uVIa0dmy/e9WcjNFeUjfBG+1Qg4rpj0cv/mv/HIi1NpFjSiWDWBeLqK5IqFD
|
|
||||||
FgLglyerEa6+IMEvS1sKqR5NreWLgg==
|
|
||||||
=w8RN
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
extra-cmake-modules-5.63.0.tar.xz
Normal file
3
extra-cmake-modules-5.63.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79926a0a2c6f5aa760a5a63209a7cad641476591b9bf4e51819f4fb752280792
|
||||||
|
size 330556
|
11
extra-cmake-modules-5.63.0.tar.xz.sig
Normal file
11
extra-cmake-modules-5.63.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----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-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 6 13:26:12 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.63.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
|
||||||
|
- Changes since 5.62.0:
|
||||||
|
* new module ECMSourceVersionControl
|
||||||
|
* Fix FindEGL when using Emscripten
|
||||||
|
* ECMAddQch: add INCLUDE_DIRS argument
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 7 20:36:25 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Sep 7 20:36:25 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.62
|
%define _tar_path 5.63
|
||||||
# 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.62.0
|
Version: 5.63.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CMake modules
|
Summary: CMake modules
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -44,7 +44,7 @@ Source2: frameworks.keyring
|
|||||||
Patch0: bundle-lang.patch
|
Patch0: bundle-lang.patch
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: kf5-filesystem >= 5.6.0
|
BuildRequires: kf5-filesystem
|
||||||
Requires: cmake >= 3.0
|
Requires: cmake >= 3.0
|
||||||
Requires: gcc-c++
|
Requires: gcc-c++
|
||||||
Requires: kf5-filesystem
|
Requires: kf5-filesystem
|
||||||
|
Loading…
Reference in New Issue
Block a user