SHA256
1
0
forked from pool/karchive

Accepting request 1133278 from KDE:Frameworks5

KDE Frameworks 5.113.0 (forwarded request 1131014 from krop)

OBS-URL: https://build.opensuse.org/request/show/1133278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/karchive?expand=0&rev=121
This commit is contained in:
Ana Guerrero 2023-12-17 20:29:22 +00:00 committed by Git OBS Bridge
commit 58d37ca41d
6 changed files with 31 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVJYhQACgkQWNDuZIpI
s7uQIQgAmqaPwjHzVk+LPTtZw2j9ym9sGv2dVhC5y1h/R5FhSqNuNO/xbsb0SkwW
2/ZctphrK9hRSXjMtEXAl5cDAB305a6F/GgFIci27UBGWYTzKjepUZCR9IOXCvj3
mKc6m0bUsZJyaDlmoCeYVPVmW6dA5JuWtJf1CSOpIRmXdL/CFYMATeJ2+3wiO1tN
Dl2MiJs/SQ/8NeHPRz3dHignaqr9jGl/IdPg+YBtA6HjcNV+fMQSZwLa0iNpO4Ka
Tms2CjOkBkOJ1cX5Ce/dAsUySPz8jZJNFy4BEYxbzsug9G/i2c/AXdKyc9p7cu4O
z2DRzNOpqh5Hwgk/xvqLqD6si8WPJw==
=gyKv
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAhQACgkQWNDuZIpI
s7tqRwgAkzUhLHjDneyg4oMDgGp0sk1VneC4c3uLv4t+YtM89lj8y3KWdGa1daHA
Ern8Lxve4+dGJTaNhyAA2Udg5Kv1Dkeiphe8G6tZ+4U6uoehI9iaH0pRAGFibVxt
mG7lZ+QQE5u96rX5L7mxRnxzk7dlv98ett67iqredVV0k6/OlZe6Rx1F2YYyJnJ9
Tf39Mpl7IxbqOlUhATHS8OTdzxgnMKcwIIH9A4xhkdQKo20PYTqxNZUAPXrYifoG
9pnFp7ZWYvmB3pQiZxJONLhglGCVh/b9wwvhksdTkfOkHsyXC0gm7IKwuDL6l8oF
T4sxTJgG297sByjU+wHJBvitRxu+sQ==
=d3BE
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Dec 5 11:17:19 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 5.113.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.113.0
- Changes since 5.112.0:
* karchivetest: QVERIFY KArchiveFile* before dereferencing it
* Fix broken bzip2 with new shared-mime-info
-------------------------------------------------------------------
Mon Nov 6 09:13:42 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -17,15 +17,14 @@
%define lname libKF5Archive5
%define _tar_path 5.103
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
# Only needed for the package signature condition
%define qt5_version 5.15.2
%bcond_without released
Name: karchive
Version: 5.112.0
Version: 5.113.0
Release: 0
Summary: Qt 5 addon providing access to numerous types of archives
License: LGPL-2.0-or-later
@ -35,12 +34,11 @@ Source: %{name}-%{version}.tar.xz
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5LinguistTools) > 5.15.0
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
BuildRequires: cmake(Qt5LinguistTools) >= %{qt5_version}
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(zlib)
@ -69,8 +67,7 @@ GZip format, via a subclass of QIODevice.
%package devel
Summary: Qt 5 addon providing access to numerous types of archives: Build Environment
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.15.0
Requires: cmake(Qt5Core) >= %{qt5_version}
%description devel
KArchive provides classes for easy reading, creation and manipulation of