KDE Frameworks 6.8.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-kcodecs?expand=0&rev=19
This commit is contained in:
parent
6337f5b82f
commit
00fe6c2f80
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9ab494055e06bdce45568b7c47edb2aa9ecaa9dec0c0fb152367b4321921b9f2
|
|
||||||
size 2491520
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAEUQAKCRAsjfWHptSq
|
|
||||||
wUgiAP9ye93ltimOeydmPDSbBKm7MMcErkexzNsIuU8+u1e84AD+MPgpD4/XoK7f
|
|
||||||
7KJTRFHvhJEisHJGGco+dUJ4JFsK2Ac=
|
|
||||||
=FbO3
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcodecs-6.8.0.tar.xz
Normal file
3
kcodecs-6.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:96c9535c6f79571cd7170360dc0b64a33d529d59cbd9457934bfc0cf6cf4b27f
|
||||||
|
size 2491272
|
7
kcodecs-6.8.0.tar.xz.sig
Normal file
7
kcodecs-6.8.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZyZJHwAKCRAsjfWHptSq
|
||||||
|
wRz7AQDgl21ebaURziiaceDS1tD27k7YHMPdJbABV972NR+8MgEAnOtMWmYqNi9r
|
||||||
|
PnuUWtmWv2OE3XAr8N0DATZAmNAXKwo=
|
||||||
|
=wb7G
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 4 11:17:59 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.8.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/6/6.8.0
|
||||||
|
- Changes since 6.7.0:
|
||||||
|
* Update dependency version to 6.8.0
|
||||||
|
* Add test for passing unknown codec to codecForName
|
||||||
|
* Fix buffer overflow in Codec::codecForName
|
||||||
|
* Update version to 6.8.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 7 09:59:50 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Mon Oct 7 09:59:50 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%define qt6_version 6.7.0
|
%define qt6_version 6.7.0
|
||||||
|
|
||||||
%define rname kcodecs
|
%define rname kcodecs
|
||||||
# Full KF6 version (e.g. 6.7.0)
|
# Full KF6 version (e.g. 6.8.0)
|
||||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||||
# Last major and minor KF6 version (e.g. 6.0)
|
# 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}')}
|
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kf6-kcodecs
|
Name: kf6-kcodecs
|
||||||
Version: 6.7.0
|
Version: 6.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Method collection to manipulate strings using various encodings
|
Summary: Method collection to manipulate strings using various encodings
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user