Accepting request 1173094 from home:krop:frameworks-6.2.0
KDE Frameworks 6.2.0 OBS-URL: https://build.opensuse.org/request/show/1173094 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-extra-cmake-modules?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
0b806535b2
commit
82a5c45ef2
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76c9edf00807e6cf8d4ae35f5195b4bc3fe94648d976fef532bf7f97d86388bd
|
||||
size 341972
|
@@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmYVQ8AACgkQ11dEg7tX
|
||||
sY1ryQ/+OtUxxc7uIUmZXLsw0G/ZBn+TEtzj3GbzJIIApivIaXQ3pfN+V4mzAdTT
|
||||
VbpXxZdw7I7SsdyBAhZgbXhiRDarXK9Lvwk+KzRfhqI6gWF0yPu+Pf1YkuErWKSw
|
||||
yZYcCEoRO6CXdUNv0ZwdbJPBYK5vy6IGMyaqsXxDLW0LdNRVF4xGo4JL9r/oYC0r
|
||||
Cxi1VagAF92vdKHgTIaiCODiX7cKkx2qKK/v95JGJ3h5UocY6xqrlxBwlLSRh7t9
|
||||
JLav5/qbvmV2BrpuJmC/cVMabL/a14x3QsITEnYEfXmiTRySOr8BlaCvaVNp+nt9
|
||||
MI9YwTIB+fTXWowmjMBBrerndFRGTv4IBVdMWx98u+fQuxPIH7amjL/XSxGWcUlN
|
||||
O7DAebK9wDKLs0LvfJSPiF4wuKypZdTDHxpD/aPq4WMeK+VFTUcEtXZryM8TK2Bt
|
||||
J8c5IRAyS3sfuLkvOIP9PV8/hm6uTn4evyQiDV8qNelQVaWkIWNR+ge68D4+rdKx
|
||||
RPNs3N8Mir/gsJEkmv4NApuXocbI83gyNddM+EduTbv8emHDtxck9/7CIVeSvv13
|
||||
pzOMmlEAffMxOFcFiLFCQmiy9UgK24idVjdHXJ6KtEJJtMua6quH0iHj+v6lAnwh
|
||||
oFA93ro1kqHQ6tDeVcdWG9soC18b+tEBNgk8O1i51fIumtooNNA=
|
||||
=sDkp
|
||||
-----END PGP SIGNATURE-----
|
3
extra-cmake-modules-6.2.0.tar.xz
Normal file
3
extra-cmake-modules-6.2.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6374bfa0dded8be265c702acd5de11eecd2851c625b93e1c87d8d0f5f1a8ebe1
|
||||
size 340788
|
7
extra-cmake-modules-6.2.0.tar.xz.sig
Normal file
7
extra-cmake-modules-6.2.0.tar.xz.sig
Normal file
@@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZjTXLQAKCRAsjfWHptSq
|
||||
we41AQDjSK5AXlbgosRsWofE+42vRO2NqZAKOU9PuCEchr6+ZQEA/DUiMUcRAC5G
|
||||
niM+axSNz48VMu06qnIVbHvtFALIggM=
|
||||
=iIPG
|
||||
-----END PGP SIGNATURE-----
|
Binary file not shown.
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 12:22:15 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.2.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/gear/6.2.0/
|
||||
- Changes since 6.1.0:
|
||||
* API dox: KDEInstallDirs6: refer to qtpaths now as source of Qt paths
|
||||
* API dox: KDEInstallDirs6: drop outdated note about being in ALPHA state
|
||||
* test: Increase minimum cmake version so that it works with Qt 6.7
|
||||
* ECMQmlModule6: group qml and resource file calls
|
||||
* modules/ECMAddTests.cmake - handle unset or empty QT_PLUGIN_PATH
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 5 12:52:19 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@@ -23,14 +23,14 @@
|
||||
|
||||
%define rname extra-cmake-modules
|
||||
|
||||
# Full KF6 version (e.g. 6.1.0)
|
||||
# Full KF6 version (e.g. 6.2.0)
|
||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||
# Last major and minor KF6 version (e.g. 6.0)
|
||||
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without doc
|
||||
%bcond_without released
|
||||
Name: kf6-extra-cmake-modules%{?pkg_suffix}
|
||||
Version: 6.1.0
|
||||
Version: 6.2.0
|
||||
Release: 0
|
||||
Summary: CMake modules
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user