forked from pool/karchive
Accepting request 855408 from KDE:Frameworks5
KDE Frameworks 5.77 OBS-URL: https://build.opensuse.org/request/show/855408 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/karchive?expand=0&rev=85
This commit is contained in:
commit
43485b373e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:503d33b247ae24260c73aac2c48601eb4f8be3f10c9149549ea5dd2d22082a2a
|
||||
size 983456
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5EMACgkQWNDuZIpI
|
||||
s7uWmQgAoLqXLIEMfbcFw3byZ/TvwFBKbapUSnqdCQc/I8z26Zv6FAhxpGQsnqXd
|
||||
/J7AhEfBnLBZfq/OXy67caNrCiGrbuoAeon3bkuwDaUfDNFrLZNxZe5jjUb6aYK3
|
||||
4ME6wKPXZNR6HiQI0X3t371TQOYt1abh3SWrzzEDxGYuKCnrM1sWm09WG7lhDidW
|
||||
25ne8xm9clHMVp+OFm8eiPhGEVhrDAKil3OenO6hZY3NrL69iScBu69LITbgpSDV
|
||||
vazVIRbFZ4I3h6sO5ignvSEF/ZOV9I1UqkdcYVSYVcvj+lhJJFp3+cQp0pdtBpa4
|
||||
Tio1v0QaQiULBZ5Q0VJ5I8JyOc3HwQ==
|
||||
=ZT++
|
||||
-----END PGP SIGNATURE-----
|
3
karchive-5.77.0.tar.xz
Normal file
3
karchive-5.77.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2239af811b9205d9f4486791f4b25ff5ea299b3873021a646e1c8b9d44c2be36
|
||||
size 983452
|
11
karchive-5.77.0.tar.xz.sig
Normal file
11
karchive-5.77.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LnysACgkQWNDuZIpI
|
||||
s7uMvwgAsyGclDDcHwbB32jVGsjAH6cweVvNhrTmHpsQWwCfEG1nqq3IVDuTozbj
|
||||
AyspJmePeu1OVIzzCPl+pq4JiItR7FvglF1L/7rGwQTtFswShWyttQ2dmOQzQzrG
|
||||
zGqCdmTcDKVOqutjjuv3TXU934C4e2rZjbow65RXhm4K+mWs8Mm8K5DBquIe9GDW
|
||||
PrnY5NkfDqVCabFMUR9k9JvP2SvsSkKEYCT6n/yJvGWIaJ2LpsCd5f3UFO+12V/n
|
||||
+n+s8H/z59U2Wu5hcNhWwmbeJXvdsK/HcIA+qQ7EJBMoh1NbnmdiB7eUX2R8Exil
|
||||
grZsN8/mKe+ZXyqIDXQ2J7fcrg8ksw==
|
||||
=O817
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:13 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.77.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.77.0
|
||||
- No code change since 5.76.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:34:15 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5Archive5
|
||||
%define _tar_path 5.76
|
||||
%define _tar_path 5.77
|
||||
# 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.76.0
|
||||
Version: 5.77.0
|
||||
Release: 0
|
||||
Summary: Qt 5 addon providing access to numerous types of archives
|
||||
License: LGPL-2.1-or-later
|
||||
@ -41,7 +41,7 @@ BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.13.0
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(liblzma)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
@ -70,7 +70,7 @@ Summary: Qt 5 addon providing access to numerous types of archives: Build
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5Core) >= 5.12.0
|
||||
Requires: cmake(Qt5Core) >= 5.13.0
|
||||
|
||||
%description devel
|
||||
KArchive provides classes for easy reading, creation and manipulation of
|
||||
|
Loading…
Reference in New Issue
Block a user