SHA256
1
0
forked from pool/karchive
Luca Beltrame 2021-05-09 07:41:54 +00:00 committed by Git OBS Bridge
parent 643cc78a71
commit 7c51f5181c
6 changed files with 36 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprRIACgkQWNDuZIpI
s7ur7Qf+METLLJAItiAIrpQj0ZbPUZ5pfxUK5/Et/Ykcs+OLMxz6glf7xdut9l0E
OFhRYI4GoI7T/vaRTDWMWaP57rA7jyNbSmTWQvcVbyDoAUQhAko/lsF275TSDNPt
2+JI7FUy+/HOVXNnJl/8o5VhNx8pww3jrEewnT10MQ7E4X87nVev4IBbNgAv/8V8
ouzGyKxpUDc6TQQXyGxEeibZrOG4SgidThLx73hJsjUM25hKW4f2h3q8HDy4Y+o5
YIjR8nW+1zFV6PSF2cDU4xs6nZJ9IMuxOrN252XLw6QZYK9w1Yw2dUMp83MHJ076
n7Ci0vlNL2F87oO+xIENFr1AgvdDGg==
=heUi
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaW0ACgkQWNDuZIpI
s7viKQf9FsU4uBQUu/o2Binw9WmUgDTXkY9CtIy3o4H7lIIylfKyAJRTduNK71jn
ci+a4RQlZr+xo7+oc6SogqMW3jVTElaNIp5kckwJ7hjjLVwCL9gSWedddZXz21aU
OKak1rHkbFXL3mmjtgta817J51XjOnYWK6x6xhrgewii8h4tM7Kn5p6QcTOmT4SE
pZFRRkW9iC+QsZ3dh6ut1m5RLOPt0kc4O0JIoimuoBQDwuhg79tX2dv+92eN7Smx
3+p03PHU4/sa6DE3bMyGyNHM+Cm15WsavYezovvkOCLc3VIXpxd4M2hiagAlPz0E
/5ZDony7p+CZS1hjXDi+5U5hX44BSw==
=zwYu
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat May 1 16:40:34 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.82.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.82.0
- Changes since 5.81.0:
* Fix cmake detection for tar+zstd
* Implement KZstdFilter (kde#434577)
* Fix compile with uncommented debug
-------------------------------------------------------------------
Mon Apr 5 07:12:08 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Archive5
%define _tar_path 5.81
%define _tar_path 5.82
# 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.81.0
Version: 5.82.0
Release: 0
Summary: Qt 5 addon providing access to numerous types of archives
License: LGPL-2.1-or-later
@ -41,10 +41,11 @@ BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig
BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(zlib)
BuildRequires: pkgconfig(libzstd)
%description
KArchive provides classes for easy reading, creation and manipulation of
@ -70,7 +71,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.14.0
Requires: cmake(Qt5Core) >= 5.15.0
%description devel
KArchive provides classes for easy reading, creation and manipulation of
@ -80,15 +81,15 @@ If also provides transparent compression and decompression of data, like the
GZip format, via a subclass of QIODevice. Development files
%prep
%setup -q
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%fdupes %{buildroot}
%kf5_makeinstall -C build
%fdupes %{buildroot}
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig