forked from pool/karchive
KDE Frameworks 5.79
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=219
This commit is contained in:
parent
9de65900ab
commit
bea75cba04
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:82e7a24280132b1654dc36caba52676b988a9feeaa6dbb9d398b170608f012d3
|
|
||||||
size 983456
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wecoACgkQWNDuZIpI
|
|
||||||
s7tYYAf/bkjdliRkIeYma5OGSez4/8hB3ucwq4J99GKamimn0Grr2zyIObtLfMJN
|
|
||||||
WPwlKml9uYDovyApBb+tctol4S4hIR1tlJOMp1u4dAdt7QTdb5pHhiw0wIfF0x0k
|
|
||||||
ybkUDP2O8efurD4mbVur59W2hiquzrAJ/2rgT7TL5U4SFjIfy+Fv2leTMV9sWd1L
|
|
||||||
8PBxbIVWLMdZ3JHW9pt0vABOYFgCYGiIdiz3ZHkeZBhewbvvTo4Vc3UVL81qirKM
|
|
||||||
F9MqNsoTjtct6nFxgk7aVjpEVuk62s1R9vRQJ6x9CqMwzcPl0BNfHFiIgq33Lpep
|
|
||||||
HJYY9+q0EksdxeQJ3mPJ9JNQUnB8Bg==
|
|
||||||
=MJtQ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
karchive-5.79.0.tar.xz
Normal file
3
karchive-5.79.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0cd2bf46cc476b8b56138b3a892688ab70d0ddaa9739350a7421dc77a6210e07
|
||||||
|
size 983548
|
11
karchive-5.79.0.tar.xz.sig
Normal file
11
karchive-5.79.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmAe6sQACgkQWNDuZIpI
|
||||||
|
s7scDQf+KFBkqntFTkAxDQZrxxIepYfig9um74lB/gvajtOnDmTDMdoTkgPasEmG
|
||||||
|
Ij486aR8021vOrlaRnIusrFpYrQFzH8mR7o5sRG6W2ANVLTPSsM2WyV50aQx+svM
|
||||||
|
l6sfTaMfEZbg0SBnQR+9dHevqwDTeo46hoZXqCWmcGoXE9ur9kN3c6pUh5VI2Fro
|
||||||
|
mBunOva5pbI+jykokCZl7rj7YCH9ExYtqB3fXWnEWQttj9uwZxSTdZ7qEetn/DRa
|
||||||
|
x7p3YTlh0dPtiCEUqfRv3tkLry5xL5gsnqaIiZ/PaTh6QqY5wv96jeR089o87Onk
|
||||||
|
wMUxsSDv0sQSv3git1RRxAxxZ9qvBw==
|
||||||
|
=hCMq
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 8 08:45:59 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.79.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.79.0
|
||||||
|
- Changes since 5.78.0:
|
||||||
|
* Adapt to Qt6 QTextCodec changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 6 10:47:19 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Wed Jan 6 10:47:19 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Archive5
|
%define lname libKF5Archive5
|
||||||
%define _tar_path 5.78
|
%define _tar_path 5.79
|
||||||
# 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)
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# Only needed for the package signature condition
|
# Only needed for the package signature condition
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: karchive
|
Name: karchive
|
||||||
Version: 5.78.0
|
Version: 5.79.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 5 addon providing access to numerous types of archives
|
Summary: Qt 5 addon providing access to numerous types of archives
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user