forked from pool/karchive
KDE Frameworks 5.95
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=244
This commit is contained in:
parent
8d34b677ae
commit
71b31e87b5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:55cd87a5437a649c168efbce4af132b992aa67dd9a3a8ced7cff0144f155e1e4
|
|
||||||
size 986356
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2ZbkACgkQWNDuZIpI
|
|
||||||
s7vSUQgAnAUK8e0WZ1qgR3waXJMA0ZpewuyigMUqUX7VYDP3roiGXvRYDu282eNN
|
|
||||||
/3mvYNGjoJc23qo+ttB/oAfsGEMpa1kqVeFAbVQC7Qr5O684q8NBamhzatK1xBnq
|
|
||||||
RmXxmqzlnMRlWGS8BjY9PBFtJvQ1zGr8qJ728OC1wAOEX0hcKtZlaY6S0wj/kqiu
|
|
||||||
/5BuLeItJKpJSsEor5sdJHcNUFypdMB86yPIJFEzvT9tG6kQ3LrVtLLqyA96A3vS
|
|
||||||
fr/x1O/KCFvT/jRHfsifPhq6++OuwyUrxo1mAP+NTXyQ48z4d7ljylbAAYPlIhQh
|
|
||||||
kw0QLlRIem8h5BWa66FhfHBtzzU/XQ==
|
|
||||||
=dzs7
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
karchive-5.95.0.tar.xz
Normal file
3
karchive-5.95.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1e8cce20bf1d0451ea216a83cb79609fc5e447f009f96222ebcabc799bcdd549
|
||||||
|
size 986628
|
11
karchive-5.95.0.tar.xz.sig
Normal file
11
karchive-5.95.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiaeIACgkQWNDuZIpI
|
||||||
|
s7u8eQf+PjtA7p94z38DsJYHMQ5f0qVB/9SNaAiwHeZ2YMhdgw/mb0FR1vWg9FUe
|
||||||
|
gUbpM5VgLPZySArQDpxjq3m998qiXtsB8xlgV0wNXsWksO/oRkCzQocwBpCvEY6A
|
||||||
|
XmkEZv0HqB6nt7nFzDO7cIff6EgKRfydmmuKI2+hjXVKDPZdbwhV2sSXCx/hGdqo
|
||||||
|
D+Zwqs+dMuaxKR238BfUd/eCNBrJFksHeU6d0zPwlB4w6281VvQofw5WJb+PWVrz
|
||||||
|
k+pMY0iBoLSX/WAxIDrlljmkF+W4JbveyWJnccLejjndJllyKiAsyiYc/cD9mNPT
|
||||||
|
2cOs7Bh1A+bLcr6MQmQM3Yl7kq4lhw==
|
||||||
|
=iQDq
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 10 14:12:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.95.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.95.0
|
||||||
|
- Changes since 5.94.0:
|
||||||
|
* KArchive::addLocalDirectory: preserve empty directories
|
||||||
|
* Fix zstd KCompressionDevice not compressing as much as it could (kde#451816)
|
||||||
|
* Always delete device if we created it (kde#432726)
|
||||||
|
* port to standard C++ smart pointers where possible
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 10 08:17:45 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue May 10 08:17:45 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Archive5
|
%define lname libKF5Archive5
|
||||||
%define _tar_path 5.94
|
%define _tar_path 5.95
|
||||||
# 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 released
|
%bcond_without released
|
||||||
Name: karchive
|
Name: karchive
|
||||||
Version: 5.94.0
|
Version: 5.95.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.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user