1
0
2022-01-09 10:15:02 +00:00
committed by Git OBS Bridge
parent f6fc2f1529
commit dfb537ba5e
6 changed files with 31 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e4324e9fb3ae42c6eb0abddd607250de953e2b4d8e324903f1a557062281e3d
size 75604

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv9kACgkQWNDuZIpI
s7sFswf/d0/lLyztUdT7TfDKJzhyncIkodN0yAWsdJvvZDMfpWIMlZ/yQTWqIkKn
VdoFCZJC29idWqpY+SbQzkurgM/oVbx9YuNVHVXGR/netwX1huNwH/89Tomd0xUE
QD4pfJJWu7HGljlfEMTlcQZst2Plw7rqMNCziL8EtIvaHMW45HS1gLhJGgvoLPla
DgVOLODSMWx3B3k0JKq3oWz3zXAkKGvjtgnQuvMJ2IHmJPjDA1s+API8X93MR7nc
/zn8oGOeCUaI+HCwPJKGEiA0vTYp4S7tB2erl8CV763cEK2yFDtxuj1fN0OKze9D
AQ+6IH3gf8dY2JdnI8PqyAjoyh8BPw==
=0yTE
-----END PGP SIGNATURE-----

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:388a2e9a2be330c7e90101e4eb2ca30e1a66a76e236e65e56f4a42311cf2faa1
size 75576

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV1cACgkQWNDuZIpI
s7tIDwf+M0aiaVJSBp7T2UEm8zUm+VkBG1nbp6H82MKMLISvHyP9eVwzrx8msfkJ
WLRxiYC6sXUuOGURHqApiVA+jG6g8U99Eb88XyXlQqRrKdyJbeUMW/i8Y0T3j+T9
Ur745LhWea4VPqh1kI9SmozIbNdZzTzIdTZK7AJaPIGwBW0JzeAamgWl6/GllU5w
MzpHLhk+5JJ6zm2JXyEiuTWKog+rf38ZfH96v0BMPSVpQe6sfAsjlu3h3L8sEXPB
fcQcooV/FawdM8t/shfB4xvh1TDXCgTLwJmCTTl7kla3H/aDJAcno3jOewwSYXgQ
BHc+LA5j923olvws2Mo6hYMb21htcg==
=ex8a
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 3 12:47:27 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:
* Make it compile against qt6
-------------------------------------------------------------------
Sat Dec 4 22:56:31 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@@ -16,21 +16,21 @@
#
%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}')}
%bcond_without lang
%bcond_without released
Name: kdesignerplugin
Version: 5.89.0
Version: 5.90.0
Release: 0
Summary: Framework for integration of KDE frameworks widgets with Qt Designer
License: LGPL-2.1-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
@@ -41,7 +41,7 @@ BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5Designer) >= 5.15.0
%if %{with lang}
%if %{with released}
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
%endif
@@ -76,14 +76,14 @@ from ini-style description files. Development files.
%install
%kf5_makeinstall -C build
%if %{with lang}
%if %{with released}
%find_lang %{name} --with-qt --with-man --without-mo --all-name
%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%if %{with lang}
%if %{with released}
%files lang -f %{name}.lang
%endif