Accepting request 1173123 from KDE:Frameworks
KDE Frameworks 6.2.0 (forwarded request 1173094 from krop) OBS-URL: https://build.opensuse.org/request/show/1173123 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-kconfig?expand=0&rev=4
This commit is contained in:
commit
b2cb3086a0
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fda5f25beac5260a70f3f629144b5c229bf352cae208893ed44a9732c6dcaf7
|
||||
size 293324
|
@ -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
3
kconfig-6.2.0.tar.xz
Normal 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
7
kconfig-6.2.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZjTXXQAKCRAsjfWHptSq
|
||||
wVwOAP0euzydxC/QZ5PG/RJAByeMnCFWPu8pjSqAFJtI3Dso+AEApIlG1Y6KyKJ7
|
||||
cd3w53Os6xWc5WjzFeIxwcfYmsS/Cg8=
|
||||
=UkPZ
|
||||
-----END PGP SIGNATURE-----
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user