SHA256
1
0
forked from pool/kirigami2

Accepting request 1145644 from KDE:Frameworks5

KDE Frameworks 5.115.0. Not built yet (forwarded request 1145147 from krop)

OBS-URL: https://build.opensuse.org/request/show/1145644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=87
This commit is contained in:
Ana Guerrero 2024-02-12 17:50:55 +00:00 committed by Git OBS Bridge
commit 1120db7186
6 changed files with 29 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJ0AACgkQWNDuZIpI
s7utowf+OqSKtLB1er64sb2caRjfVreoSAf6ZQh96onIQXTY/Tef1tAY004ixTm+
U6UsYd/DfD2fbBkAHAHX/lvruB1G2DFL58VG5LENX3OVX+T9DJI4QbS75u2oXCTy
7PovlmJJtj5cSoe2Gv5Z2aaBzRnyo0Lp8HW6YvDgWQ1oTVjf8H4OJE07nj+na6HQ
/5qnprVKbtYsOj85BZ9f55PJfhd/cl/hEsOBIic7y3jwe8fqQbUCE2LlwNCG72TC
G9qBaPOq5wmWnSyNb0mhUkcsKz4OM8XK0h2G17vvdcpIjlBzEGTahszvO70mGDL2
BEVr7O742F2voSYIgls8ukC6+mTwDA==
=kAk0
-----END PGP SIGNATURE-----

3
kirigami2-5.115.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmW+XkMACgkQWNDuZIpI
s7tpeAf/QPD1fi2r4TajHF8iYIsC+V6aUYr2bOj3M5kGzXlzZ+SvUNUfCa71nNsV
XlfKWFzS8+k7fX0ZxKunytoHfApzWNgl9O9bPhGpV4VAxTPEmbf10Y4WfTn9yhIQ
YAErLi1k230eT3nPmMkGgp7k+/Tj8rMeqWlF/+H6OKtNTFggrtGiuEUhybGnH8wV
9aTrkN872SBYmz/Ajwj+MaqzxCRxltPvSZWk/DpnVmxWmmqrdGKR3sZ2GYapQFgf
rcb81qaKicIyjuCaEClMmeIOxOJvGsrDrotnVydpq+nKEmq8FvAaHQdxB2MkcQ39
C8WexBuqxJpke7fgmy+lst2zxraG2g==
=9nMj
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 8 11:15:13 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 5.115.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.115.0
- No code change since 5.114.0
- Switch to the latest GCC version available in Leap for packages
that can't build with the default compiler
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 13 11:21:44 UTC 2024 - Christophe Marin <christophe@krop.fr> Sat Jan 13 11:21:44 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -24,7 +24,7 @@
%define qt5_version 5.15.2 %define qt5_version 5.15.2
%bcond_without released %bcond_without released
Name: kirigami2 Name: kirigami2
Version: 5.114.0 Version: 5.115.0
Release: 0 Release: 0
Summary: Set of QtQuick components Summary: Set of QtQuick components
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -36,8 +36,8 @@ Source2: frameworks.keyring
%endif %endif
BuildRequires: extra-cmake-modules >= %{_kf5_version} BuildRequires: extra-cmake-modules >= %{_kf5_version}
%if 0%{?suse_version} == 1500 %if 0%{?suse_version} == 1500
BuildRequires: gcc10-c++ BuildRequires: gcc13-c++
BuildRequires: gcc10-PIE BuildRequires: gcc13-PIE
%endif %endif
BuildRequires: libQt5Gui-private-headers-devel >= %{qt5_version} BuildRequires: libQt5Gui-private-headers-devel >= %{qt5_version}
BuildRequires: cmake(Qt5Concurrent) >= %{qt5_version} BuildRequires: cmake(Qt5Concurrent) >= %{qt5_version}
@ -79,7 +79,7 @@ Development files.
%build %build
%if 0%{?suse_version} == 1500 %if 0%{?suse_version} == 1500
export CXX=g++-10 export CXX=g++-13
%endif %endif
%cmake_kf5 -d build %cmake_kf5 -d build