forked from pool/karchive
KDE Frameworks 5.78.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=217
This commit is contained in:
parent
63a65c1f50
commit
9de65900ab
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2239af811b9205d9f4486791f4b25ff5ea299b3873021a646e1c8b9d44c2be36
|
||||
size 983452
|
@ -1,11 +0,0 @@
|
||||
-----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-----
|
3
karchive-5.78.0.tar.xz
Normal file
3
karchive-5.78.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82e7a24280132b1654dc36caba52676b988a9feeaa6dbb9d398b170608f012d3
|
||||
size 983456
|
11
karchive-5.78.0.tar.xz.sig
Normal file
11
karchive-5.78.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wecoACgkQWNDuZIpI
|
||||
s7tYYAf/bkjdliRkIeYma5OGSez4/8hB3ucwq4J99GKamimn0Grr2zyIObtLfMJN
|
||||
WPwlKml9uYDovyApBb+tctol4S4hIR1tlJOMp1u4dAdt7QTdb5pHhiw0wIfF0x0k
|
||||
ybkUDP2O8efurD4mbVur59W2hiquzrAJ/2rgT7TL5U4SFjIfy+Fv2leTMV9sWd1L
|
||||
8PBxbIVWLMdZ3JHW9pt0vABOYFgCYGiIdiz3ZHkeZBhewbvvTo4Vc3UVL81qirKM
|
||||
F9MqNsoTjtct6nFxgk7aVjpEVuk62s1R9vRQJ6x9CqMwzcPl0BNfHFiIgq33Lpep
|
||||
HJYY9+q0EksdxeQJ3mPJ9JNQUnB8Bg==
|
||||
=MJtQ
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 10:47:19 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.78.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.78.0
|
||||
- No code change since 5.77.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:13 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package karchive
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5Archive5
|
||||
%define _tar_path 5.77
|
||||
%define _tar_path 5.78
|
||||
# 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.77.0
|
||||
Version: 5.78.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.13.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.14.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.13.0
|
||||
Requires: cmake(Qt5Core) >= 5.14.0
|
||||
|
||||
%description devel
|
||||
KArchive provides classes for easy reading, creation and manipulation of
|
||||
|
Loading…
Reference in New Issue
Block a user