forked from pool/karchive
Accepting request 945032 from KDE:Frameworks5
KDE Frameworks 5.90.0 (forwarded request 944778 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/945032 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/karchive?expand=0&rev=98
This commit is contained in:
commit
1018d47710
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b15e8b75c6a1fd604663699100bbd8235e2a8ae56b4039af02ed499b4ad85e8
|
|
||||||
size 986196
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv7UACgkQWNDuZIpI
|
|
||||||
s7u08wf8C3ow6FdZTvQfSPMqh4XzJjBRCGnjEF5VwgJ7CV9u2IgJTMKQ7FriU6yA
|
|
||||||
I9oKmTCQfv907QnhA13Q+JhaMwo5aY0lS/WliW0IHNLe7q7sb8jmii3sh5YP6a0s
|
|
||||||
ZTNW9tbIa/m0QXdGMi1IWhETPqcug/I/picLHmJ5wMlipNgsxWpMQzly06ZeR9f7
|
|
||||||
jOjQiqoLkIPCTTNaRW/pMmHCcsAuxX2bSVjebyPksxwJvnBOrs6aeaM9nH0B1Vmv
|
|
||||||
hVk4XJsgk8r/ri9Sj7fo9Vqi+cQXsk9I7v8cfa6D3B0mTZWoHZJ4nuYQGUfYZqy4
|
|
||||||
ylnBvQcO62/sY363rO6MdU6vjRO32Q==
|
|
||||||
=tZXN
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
karchive-5.90.0.tar.xz
Normal file
3
karchive-5.90.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a6e2f3a7cb1aef7db7b4f7dfb9ffb1d929d0d5b147c25a93fbc0b794dfcd2110
|
||||||
|
size 986272
|
11
karchive-5.90.0.tar.xz.sig
Normal file
11
karchive-5.90.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQVzQACgkQWNDuZIpI
|
||||||
|
s7tq6Af/YLWIIp47lDHURxTT+REryzhfn2IVT+3/beffnvIUO0QRIj84ODPn7TAF
|
||||||
|
WdS+qLFLtPN10lFEawoJVdUBneq1Kz+o5+RvaCID6YIKpMxWYOfKXR/7OkYcXi19
|
||||||
|
QhX54oumvkPqhU4GWhbK3YlbU54khMAT2K+r6LnB54VyY7PKQQoT+B7YXfuGHHDP
|
||||||
|
8NWIYeXWtRGBUBqQ/8rzwsIsSLkW1KE6+gExENvbxdeY3HdtaIOREAQryGLo1Dvt
|
||||||
|
szUHndVuP1lEseNM0vVeo57klT9r9i/QUs1vpEKkMnTw292kN1OH0xlFem3lh6f+
|
||||||
|
Kp+gmnlzLl8AkOYLCBGVEv66X6Qqsg==
|
||||||
|
=2TGV
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 3 12:47:14 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.90.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.90.0
|
||||||
|
- Changes since 5.89.0:
|
||||||
|
* Fix printf conversion specifiers
|
||||||
|
* Change the build system to enable building with Qt 6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 4 22:56:20 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Dec 4 22:56:20 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,22 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Archive5
|
%define lname libKF5Archive5
|
||||||
%define _tar_path 5.89
|
%define _tar_path 5.90
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
# Only needed for the package signature condition
|
# Only needed for the package signature condition
|
||||||
%bcond_without lang
|
%bcond_without released
|
||||||
Name: karchive
|
Name: karchive
|
||||||
Version: 5.89.0
|
Version: 5.90.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 5 addon providing access to numerous types of archives
|
Summary: Qt 5 addon providing access to numerous types of archives
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
%if %{with lang}
|
%if %{with released}
|
||||||
Source1: %{name}-%{version}.tar.xz.sig
|
Source1: %{name}-%{version}.tar.xz.sig
|
||||||
Source2: frameworks.keyring
|
Source2: frameworks.keyring
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user