forked from pool/karchive
KDE Frameworks 5.88
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=234
This commit is contained in:
parent
737dd289fe
commit
64c90e206c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:103f2e8a60b50683ed626d3c9c29c99ced3c55d20a9f5d1cfd0a576e7dc61c35
|
||||
size 985656
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYls0ACgkQWNDuZIpI
|
||||
s7uCFgf+OV9fLs7xh9XmSX7ia2ORCQu92n39B5jWoF5rlUnjBX4vuq/HdIv69J+V
|
||||
5GJxXM52kBcncRlf1SCBPrEuc0WD2TX2MrtGLkzQSvjrz6oapnXbzvaTfV5DDmp8
|
||||
6K05t5UsTFcQyUx6ELJvZcc9ubV3yvnRtn93awgn0RKPaOttGv+BlIhEKTx5SRy/
|
||||
JGvYgK4ISgvIgO3XZ+xCgLIBtUIgL/kYNgMoiHLQ9XJdZxmiFN4rpZ1HVloY/OkJ
|
||||
yl0+dtGQd5MLThyVRyg24S6G1f4/9IfL2v9DBIgeRJ1qp/G3/xeFg7hyBUe4WY4M
|
||||
CTA6vHyK0aHM1FQwlLvMkA9tT3jqcQ==
|
||||
=0lp7
|
||||
-----END PGP SIGNATURE-----
|
3
karchive-5.88.0.tar.xz
Normal file
3
karchive-5.88.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b9979a3f0c1acb9822e0bea4b84e84970b9ca0a0e4daf914a35fe079f4ceae3
|
||||
size 984040
|
11
karchive-5.88.0.tar.xz.sig
Normal file
11
karchive-5.88.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjf4ACgkQWNDuZIpI
|
||||
s7saAQgAnOJ/Z757bCKfx9kpm0zU1f5RGWBEeec8rV/o5HsU5ncbXFXpppLlqXt9
|
||||
rClXjAPkwNWYgS2BdZYVds3BLZYqovzdproFIf9YXxtPu1xR6CuRgRr1X/1Re2/V
|
||||
Re76edpZ4w6/aY3gdlMwwbuOOP1Y6/YgtUtV/QEi2p541lB+eJ01e+8Umibd0FxK
|
||||
iwsfbOXr4M34tIB4ry4oVTs3x8/vRleyuNBPOSTwRPlztRNVx9ZA+sClgvCrMr09
|
||||
2/WyYpTi5+ZcjPhVyf13WlPdjNtg7SKgXtklBp0if382Gjva6H1sJnit/3OWEE6W
|
||||
XaSGf86CWS3ZLrdPBL1N1o7zfBdo1Q==
|
||||
=frF+
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 09:13:08 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Strip 'Source' URL for faster submissions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 09:07:48 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.88.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.88.0
|
||||
- Changes since 5.87.0:
|
||||
* Add FreeBSD CI
|
||||
* Add Android CI
|
||||
* Remove obsolete license texts: framework now LGPL-2.0-or-later
|
||||
* Relicense files to LGPL-2.0-or-later
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 20:33:33 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5Archive5
|
||||
%define _tar_path 5.87
|
||||
%define _tar_path 5.88
|
||||
# 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,15 +25,15 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: karchive
|
||||
Version: 5.87.0
|
||||
Version: 5.88.0
|
||||
Release: 0
|
||||
Summary: Qt 5 addon providing access to numerous types of archives
|
||||
License: LGPL-2.1-or-later
|
||||
License: LGPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
|
Loading…
Reference in New Issue
Block a user