Christophe Marin 2022-12-11 11:33:04 +00:00 committed by Git OBS Bridge
parent 77f426aa96
commit 091eca0001
6 changed files with 26 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmZYACgkQWNDuZIpI
s7t73AgAvZ3VAs3vTfHcaa1yMXuQtGhFXcIOM7T0YKdJJ6bOMAqHTSES98WJme2F
LCCXKCzxfFZ6p7M6pjk30E8Wi2BJFt+uLqaB6OXxBCtWIAiiaEZhHA3LD3rxtzyW
C+TbpmFxGP+uiiAoMxRnTro72pNxCa2nJXc0M3+pp5q+3pSTD4oWUVHHRVg/cM+E
cz46kkaVh6tsYaytV04xfDYgPuCHWiR2do80Y8eDMKcHgHzmNOnRqhCy1uZ+5qRv
AcTEF+Wzc4D8xsO2ugIDdDv4vOE7gX3t1F4q/5jIBv2+Zcf6Jl9n+Ri98Wzso6Ts
tEf4PHctE5dyFnlm0LepbY1UDCrWdw==
=JhSw
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLOMACgkQWNDuZIpI
s7tFSAf+KRB2QWmFpyhlbTBlmbAA44/XXeNcjCnC3n+prMakamqLFxQZTV5TBKYm
w8ODdU4dGTgHCJTVorC4QkpHJqKdEt+mjj1MbNg2b7bo+OUpxCMAcGkJh+bFZ/eA
BqAmZiyG45/kCGdc5Oo39MLxvNdcQ7pJIf4BkvaRhYcPG5Rxy2ta8kS13D3+1mSB
SAF46x+fGzAB8S9fd0cOFUIRKKdcX1H71RPP/uDT+C0FvVxhkxtXQ7FTdf8k98HN
9eEozRg3ozwW3UWO6Tf5ihwGVVWJBXX/nO0SEN7CYLYOaT5ULt0m0dp2AkXvKwFg
VZCDoqCAmM4LPtemGBcrOXe36iUleQ==
=OPEo
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 6 20:10:35 UTC 2022 - Christophe Marin <christophe@krop.fr>
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix localization files install path
-------------------------------------------------------------------
Tue Nov 8 08:35:03 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,18 +16,17 @@
#
%define _tar_path 5.100
%define _tar_path 5.101
# 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 released
Name: kdesignerplugin
Version: 5.100.0
Version: 5.101.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 released}
@ -51,7 +50,6 @@ from ini-style description files.
%package devel
Summary: Build environment for kdesignerplugin, a framework for integration of KDE frameworks widgets
Group: Development/Libraries/KDE
Requires: %{name} = %{version}
Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.15.0