SHA256
1
0
forked from pool/karchive
Wolfgang Bauer 2020-07-11 10:30:42 +00:00 committed by Git OBS Bridge
parent 7cf4e27405
commit b3165200a1
6 changed files with 29 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dOgcACgkQWNDuZIpI
s7uoZAf6A62suE75MCQvm8WqVU2VDwy6IH/gZM5wDnbKwpYVk3vvz1jx7KXLDlJX
xphhrkVOtKiOqeoelR1tmHyp6tlKFwnsObs+aVp76f08+6WZ/b2nE0AQkQvCFNMm
QwfSyo7nREKmMFpAkbDrFHhoWT5spPL87aqk8d8RdGsKP2ICLHSMx5IA77u+20b6
g3T/lyuKHVuC4QEt3xVXQf/i3iRlahVL0hZQgm4qet4r2dkZgF2wL7IU5LSfs/K4
+GsjC35RLqTmxUXcBTTeI3BkH/Cp1CCVXKe2yANHnljeL6z3wEGuwj0SrlXAYRLf
EVo92FqSUlXPMUQinkAmBtc2ghcdUQ==
=cGa7
-----END PGP SIGNATURE-----

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

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jul 5 07:55:04 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.72.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.72.0
- No code change since 5.71.0
-------------------------------------------------------------------
Sun Jun 7 08:06:19 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Archive5
%define _tar_path 5.71
%define _tar_path 5.72
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@ -25,7 +25,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: karchive
Version: 5.71.0
Version: 5.72.0
Release: 0
Summary: Qt 5 addon providing access to numerous types of archives
License: LGPL-2.1-or-later
@ -37,7 +37,6 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
Source2: frameworks.keyring
%endif
Source99: baselibs.conf
BuildRequires: cmake >= 3.5
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
@ -95,15 +94,16 @@ GZip format, via a subclass of QIODevice. Development files
%postun -n %{lname} -p /sbin/ldconfig
%files -n %{lname}
%license COPYING*
%license LICENSES/*
%doc README*
%{_kf5_debugdir}/karchive.categories
%{_kf5_libdir}/libKF5Archive.so.*
%files devel
%{_kf5_libdir}/libKF5Archive.so
%{_kf5_libdir}/cmake/KF5Archive/
%license LICENSES/*
%{_kf5_includedir}/
%{_kf5_libdir}/cmake/KF5Archive/
%{_kf5_libdir}/libKF5Archive.so
%{_kf5_mkspecsdir}/qt_KArchive.pri
%changelog