diff --git a/karchive-5.89.0.tar.xz b/karchive-5.89.0.tar.xz deleted file mode 100644 index 5520620..0000000 --- a/karchive-5.89.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b15e8b75c6a1fd604663699100bbd8235e2a8ae56b4039af02ed499b4ad85e8 -size 986196 diff --git a/karchive-5.89.0.tar.xz.sig b/karchive-5.89.0.tar.xz.sig deleted file mode 100644 index 6f35cda..0000000 --- a/karchive-5.89.0.tar.xz.sig +++ /dev/null @@ -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----- diff --git a/karchive-5.90.0.tar.xz b/karchive-5.90.0.tar.xz new file mode 100644 index 0000000..3d010db --- /dev/null +++ b/karchive-5.90.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e2f3a7cb1aef7db7b4f7dfb9ffb1d929d0d5b147c25a93fbc0b794dfcd2110 +size 986272 diff --git a/karchive-5.90.0.tar.xz.sig b/karchive-5.90.0.tar.xz.sig new file mode 100644 index 0000000..bc86178 --- /dev/null +++ b/karchive-5.90.0.tar.xz.sig @@ -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----- diff --git a/karchive.changes b/karchive.changes index 10152d2..a8d1d85 100644 --- a/karchive.changes +++ b/karchive.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 3 12:47:14 UTC 2022 - Christophe Giboudeaux + +- 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 diff --git a/karchive.spec b/karchive.spec index 7374b3a..e07cd4d 100644 --- a/karchive.spec +++ b/karchive.spec @@ -17,22 +17,22 @@ %define lname libKF5Archive5 -%define _tar_path 5.89 +%define _tar_path 5.90 # 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 -%bcond_without lang +%bcond_without released Name: karchive -Version: 5.89.0 +Version: 5.90.0 Release: 0 Summary: Qt 5 addon providing access to numerous types of archives License: LGPL-2.0-or-later Group: System/GUI/KDE URL: https://www.kde.org Source: %{name}-%{version}.tar.xz -%if %{with lang} +%if %{with released} Source1: %{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif