KDE Frameworks 5.96
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=261
This commit is contained in:
parent
f795b2b283
commit
3138c9177a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ffa02309d92958353e8e7837970e0d038475da5a18074e3442bf6b78ac91ad5a
|
|
||||||
size 331364
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiadsACgkQWNDuZIpI
|
|
||||||
s7si8Af9GN4IT3laRl+6mF/UvnlTM/HAj/lapLfhYup292dv289vY24nPEZV5jJm
|
|
||||||
r4vW4YZrebt9Cf6MVmA2N1cyoi2XDsi2EaZv7go5cjuKVy8d8sWmmUpCMdGem4Ki
|
|
||||||
YCHLz4t68PDIFHYN4djuJlqZq/torGN7sDlBDX+pdAsyJUqflErmtxk4ayPjMUjw
|
|
||||||
0b9rvi9r9BuXt/yd7hM4kcJuin79i7h257W94fKKqfkhEoxrh/T8fvoZXyiYz+40
|
|
||||||
D4QYgxzkvxBAdmF3uP9jp33oQlmYppuKnucUgKq2BWBgP3OhGjpmQed7eFW6p2S5
|
|
||||||
ienLs6+nhi+kLamyoPUwFSiovALAYQ==
|
|
||||||
=mCXe
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
extra-cmake-modules-5.96.0.tar.xz
Normal file
3
extra-cmake-modules-5.96.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bdb54407b2e2c9bc1e5b54825818d6807b5b5cc94b173dd272ef1354dc96fdd9
|
||||||
|
size 331584
|
11
extra-cmake-modules-5.96.0.tar.xz.sig
Normal file
11
extra-cmake-modules-5.96.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLAczAACgkQWNDuZIpI
|
||||||
|
s7s0Tgf/Xd3s2eQgCqpbvdijvOsTjD8MKn6C0p7crnz0ESoUlKU9e8m/umyy0j96
|
||||||
|
S62MSh8dseWtlgu7Mps8HTM249f1/2RDPI7Q+TXmAc0ANCIyHhveHB40IzNiFmbF
|
||||||
|
ApkclsPF+z1+R+6i9JKn56MuwhX18O7nb5rtAVgqKJ71DZgHjEq+8uLTG/NBUwpG
|
||||||
|
Ub4w9uf5gddhB2RC565Ygfg8qy/H5xOylSgpUTwex89E/3sQxsZuBG4QCAZIxnBq
|
||||||
|
UknUH/3yqTyWewsJE16hPeykl28SBjX7u8+BOQD2+33bIZGJDXDQ8kBnkAx51UuU
|
||||||
|
id50uPj0i+Js9iSFrzWPnFPBhjJkXw==
|
||||||
|
=zXqb
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 3 11:55:44 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.96.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.96.0
|
||||||
|
- Changes since 5.95.0:
|
||||||
|
* ECMDeprecationSettings: enable warnings by default
|
||||||
|
* ECMAddQch: let doxygen update the config file instead of "outdated" warnings
|
||||||
|
* Fix SHOW_DEPRECATIONS option not getting respected when function is called
|
||||||
|
* Document addition of -Werror=undef
|
||||||
|
* Change -Wundef warning to an error
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 10 14:12:13 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Fri Jun 10 14:12:13 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%global pkg_suffix -doc
|
%global pkg_suffix -doc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define _tar_path 5.95
|
%define _tar_path 5.96
|
||||||
# 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)
|
||||||
@ -30,7 +30,7 @@
|
|||||||
# Only needed for the package signature condition
|
# Only needed for the package signature condition
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: extra-cmake-modules%{?pkg_suffix}
|
Name: extra-cmake-modules%{?pkg_suffix}
|
||||||
Version: 5.95.0
|
Version: 5.96.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CMake modules
|
Summary: CMake modules
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user