KDE Frameworks 5.74. Release next saturday
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=225
This commit is contained in:
parent
1b3b92a5aa
commit
c8deb7fb25
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c5e3ef0253f7d5ab3adf9185950e34fd620a3d5baaf3bcc15892f971fc3274c4
|
|
||||||
size 344348
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lzmcACgkQWNDuZIpI
|
|
||||||
s7vLfwf/T6VUZAJNH8LDG5Q98iBVjG62fgGKvRkixAOY/HZ3bki40eeN589k0otu
|
|
||||||
wRyDzi870CfIMZx6KSsHkg6gwLlcCoLO63Y6364U1EMvR5Rd55/ZaRC0sLC4pLKE
|
|
||||||
pJUGepSqxuo9ewfIUMxhjGLQWorWk1Vq6xkgyFYJ9npkNZH9AdhON0GsTJ/3GTVR
|
|
||||||
gC+fxQYa5h6JQt5RrSsYVmncCgy7skGWRyzU3Ybr/CPjPeaufoTpOJ2YrZUmfYcG
|
|
||||||
CDt3kV/KSICcKNLO00sidxjf4jxWt+HbL9Zq43upERPboNiI9p/wsemeV3qDlMa5
|
|
||||||
fRVk/1Muur5Ox1hZJJlAJT1jmqTcCA==
|
|
||||||
=zGmN
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
extra-cmake-modules-5.74.0.tar.xz
Normal file
3
extra-cmake-modules-5.74.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71406067bcd99ac106e0e3bfbb073653b18fd6d01039c0298d9767680977364f
|
||||||
|
size 344588
|
11
extra-cmake-modules-5.74.0.tar.xz.sig
Normal file
11
extra-cmake-modules-5.74.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyMIACgkQWNDuZIpI
|
||||||
|
s7tniAf+Il9BRhs19kZz46QPg5NaS5Up+9iE4Voqough90tTF72wclhGpgEqLB+u
|
||||||
|
rz1mtyy0XJb39WNFdUHBI/6vlp+smiNjaFF9l2ajJ469rUxN5wHrJ5f4AB3S0izz
|
||||||
|
0U3Vu3Pm00V8PJffKA0Q7RScHMXEDkyFUKjGxhtSz+PKTd4ab4ZdVU3qf2fqhtCI
|
||||||
|
WzbCaszwTbBq1JxzOpibKfI6bVzMbW+/Eiibk/R/A1+lR8Rl4ch6O3iy/m5B95SW
|
||||||
|
8yDZ316Ziwl0/CRHsQQlws9Zzu3Cz+3J4CiS/fN4sahseuOhxLG8dODu36yI/AOI
|
||||||
|
/3LUoUya36PHFH3oeU7zCjCmvB/kGA==
|
||||||
|
=BUhX
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 6 12:48:23 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.74.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.74.0
|
||||||
|
- Changes since 5.73.0:
|
||||||
|
* Strip leading zeros from numerical version numbers in C++ code
|
||||||
|
* Add timeout for qmlplugindump calls
|
||||||
|
* Add WaylandProtocols find module
|
||||||
|
* invoke update-mime-database with -n
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 2 07:13:00 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Aug 2 07:13:00 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.73
|
%define _tar_path 5.74
|
||||||
# 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.73.0
|
Version: 5.74.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CMake modules
|
Summary: CMake modules
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -84,6 +84,7 @@ This package provides documentation for extra-cmake-modules
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%license LICENSES/*
|
||||||
%{_datadir}/ECM/
|
%{_datadir}/ECM/
|
||||||
|
|
||||||
%if %{with doc}
|
%if %{with doc}
|
||||||
|
Loading…
Reference in New Issue
Block a user