SHA256
1
0
forked from pool/karchive

KDE Frameworks 5.73.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=207
This commit is contained in:
Christophe Giboudeaux 2020-08-09 07:39:33 +00:00 committed by Git OBS Bridge
parent b3165200a1
commit cc8e32b12b
6 changed files with 29 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AujEACgkQWNDuZIpI
s7usfgf+LEEotf0NQd5fZ8psrdFXTcHQd2pTOU4xJ18pxI5aUiKJ2FScZNjVUcAD
JO20mmxb48CZLeDDcbQL4deTvm2jacdT0GdqHYxrz36JLXtBBL12enXgTPK6xRne
i6bzvXu4o/KqgeaeuXTyMtfjrtNf8IMK97zXuszNGUKg5R4W79mxHGkcntao1k4j
sz1caZT7Fs9ucgSBi9JMgfeKl+liJlcKf9GdQ4yW0vGzhKqAxw9ibHFzhdDsOq31
OxhQMpKryNG1V8qik+FVvO8V2gRFaWKH/uAuwpM1/Qsf4iym4iTz4NapIlAPEIOX
TAoNFTcKkRUI4iSEEf8jBtBj1CyQxg==
=vzn7
-----END PGP SIGNATURE-----

3
karchive-5.73.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25481ebbba8f58d9ab45bde804ab0d873c45550b482e27e7856b362cd9aa434f
size 987768

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lznIACgkQWNDuZIpI
s7u1BggArvkvRac5IjrvuLwd5WX1VPYEIKqARTkAsl+sPt9C2x34xXQeaObpzUYL
CBz8O2zZDzKHhIMH43IUBh6u6zxzNVTnCSKVa9tos+yuB1g5ea/ri2IQ3by3qPxP
c0T1UlQSbzm39qBg21FBvTYuy7ST/HR1jkFIVZo84hxA0POgPBzku3BS2Z+cgRKw
JB+WzmEAy/QMxPiJ9DvTaZMhSkv4xdyrEFnl0hxZtNcr6ttZVK5RAb8ZtmY+TPhc
Toig8CYRR/RaS3lk3A4ow2YooerVn2qQwkZR0uYLloKx7fr07clGVyRWOHc9boDF
BE7mOBgLkmqHFHkW37WOqw9BwyAtbQ==
=T2/6
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Aug 2 07:13:04 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.73.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.73.0
- Changes since 5.72.0:
* Relicense karchive.* to "LGPL 2.0 or 3.0" with permission from authors (relicensecheck.pl)
* Use KF-standardized Qt logging categories
* Use camelcase include. (scripted)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 5 07:55:04 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Sun Jul 5 07:55:04 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Archive5 %define lname libKF5Archive5
%define _tar_path 5.72 %define _tar_path 5.73
# 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.72.0 Version: 5.73.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
@ -97,6 +97,7 @@ GZip format, via a subclass of QIODevice. Development files
%license LICENSES/* %license LICENSES/*
%doc README* %doc README*
%{_kf5_debugdir}/karchive.categories %{_kf5_debugdir}/karchive.categories
%{_kf5_debugdir}/*.renamecategories
%{_kf5_libdir}/libKF5Archive.so.* %{_kf5_libdir}/libKF5Archive.so.*
%files devel %files devel