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-kconfig?expand=0&rev=10
This commit is contained in:
Christophe Marin 2024-05-10 13:23:06 +00:00 committed by Git OBS Bridge
parent e3aff60137
commit 28f76cfa2a
7 changed files with 28 additions and 21 deletions

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fda5f25beac5260a70f3f629144b5c229bf352cae208893ed44a9732c6dcaf7
size 293324

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmYP2JsACgkQ11dEg7tX
sY2Jog/9HzORCx+GETP3dp/cyZuC9xdgMIGtfcj54lDXu8ZosThYf0ydpiSMVSma
wx3+aa19dtV3ru1pivx29cKnu4aot1kqUNO1DZtgaUmTKVFLR2ipTkQvuMVT5mxG
3FHCy4iygVMUJ+uhh2E+EpIfSGDkSUJjYlEGOqy4l9iDVe7PYuZ3mANuMPlI+frQ
d65iBo1ZdpZ3myYVDaW4S609ZULcYA/ZfdN0sIGYIUO+ZgglfNPzp/Vap/f+xYKN
WSw9Oj6+0rrTToAC99WUu7sxbsBjFLCax/O8Oqgy2JAUYZolBANTitptsP6FvH3o
LsY7EluOxXiK0W6ZPIgabMnHUVelsql/Fvn/0EoWD0jePeUg7VqB/A9FwuPrxl7x
+j0f3nCjcytuxj2cIq7ow4rrmPgsvrCibauYsZqirytKIsdn1GnGvmsKeB8QpZWA
RVcJLaYepDo3ZRZWZjzz3+BH2uMYF5dJsSibJRdv5QwBAEVuZmD7/QoEMUQNYETa
EtW34nJZbCpeaOVCyaDuFAs3p2gZKHZ2PkLDZQ3ELVT+YhdaBuyGgUZuNLycF5Xq
OMHwalt8XhGTqoUAUYhuNlhlJ5nxwFsXFyeKzJqDS5BuEieMSHrcJN6P87QdSYt3
/xUjp5h/0uSeyvqeSxMBv7yNgdZ8ndiXSa4EPPqD5lbnc8pag/A=
=nLsl
-----END PGP SIGNATURE-----

3
kconfig-6.2.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2512bc036fc40cdc23345cbf8037853c7afdc93b7f81528547a451e0f8c429e9
size 294076

7
kconfig-6.2.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZjTXXQAKCRAsjfWHptSq
wVwOAP0euzydxC/QZ5PG/RJAByeMnCFWPu8pjSqAFJtI3Dso+AEApIlG1Y6KyKJ7
cd3w53Os6xWc5WjzFeIxwcfYmsS/Cg8=
=UkPZ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon May 6 12:22:24 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:
* avoid allocations while parsing int/float lists
* Adapt kdesktopfiletest to QTemporaryFile behavior change
* Guard header with an ifndef and include moc generates sources in the cpp file
* autotests: Don't use a timeout in testLocalDeletion
* Adjust kconfig_compiler autotests to include a version without kcfgc
* Add a CMake function to add a kcfg file without kcfgc
* gitignore: add VS Code dir
-------------------------------------------------------------------
Fri Apr 5 12:52:28 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -19,13 +19,13 @@
%define qt6_version 6.6.0
%define rname kconfig
# 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 released
Name: kf6-kconfig
Version: 6.1.0
Version: 6.2.0
Release: 0
Summary: Advanced configuration system
License: LGPL-2.1-or-later AND GPL-2.0-or-later