Accepting request 1133294 from KDE:Frameworks5
KDE Frameworks 5.113.0 (forwarded request 1131014 from krop) OBS-URL: https://build.opensuse.org/request/show/1133294 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdelibs4support?expand=0&rev=123
This commit is contained in:
commit
44b3e37a57
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bcdb1db77cd1bfee0ec031a32425d65c3274d97e368d711ac154cc695c73f67
|
||||
size 3722012
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGGyoACgkQWNDuZIpI
|
||||
s7u+NQf6As295ur1gYL0OMq5uS+OcmZmWMzcxDnAMfyWRAZH2Jp+GAv1KNZ1/CCQ
|
||||
cwAvECBdAV3D4DDsdROZtbObfw20ldYSKbnhX9XBXT7Zw/RUsqroa6GYjCrG2WvC
|
||||
/hRKSG9SK7Q+zAFfA6lpqhfSnGNdB9Dkotvg/5mPf4RnwTxEzx+T23XofkVYCfl/
|
||||
0s5KEEHwHgPWjy3NPdHlKK8QaSEQvICeXVvgmLvQtYv710jFr9LsfVFAckkz4Bnz
|
||||
S3yyPFd4Zwtdi1Tr+MmyEYUqzaOQbIB4t5yEGt9BgIs25wu7NaRFzBOHrRz0qXhM
|
||||
5pwsMHjPVL8diPZp1p6k0lZYvbMgdg==
|
||||
=vmaT
|
||||
-----END PGP SIGNATURE-----
|
3
kdelibs4support-5.113.0.tar.xz
Normal file
3
kdelibs4support-5.113.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44d014666f0eefffd87ee7b0a7db5f7b460f8d11c803b11e5ac39617f01f04fd
|
||||
size 3723084
|
11
kdelibs4support-5.113.0.tar.xz.sig
Normal file
11
kdelibs4support-5.113.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAmIACgkQWNDuZIpI
|
||||
s7vJGAf/TJJSEBBvsfRQlceNM5ggTESxVSDcw/ywHSpOqJJ64ZlV3/2MHSIWZFnw
|
||||
dzY8NxmobOiQ+R8hag2od0mQiwDqdeRLViTfYTHr/6NIX8JO0cPUCoYyWwHNV5XV
|
||||
ie4HChAXR3AsG3K2IQH1RD3+oS5VCKqBaMyn+ELuwpgEjxB/9D8LXsomLhrdzoDf
|
||||
qM3CwCz6OLJcTNhevnW++Tzvcw0sqoMJH0R1FxSdKg1gq5Gt4YqK99KECLcU3TB3
|
||||
7wMsmP/Lw/r9NZDoRek3edk+Ay4Jy/vxrDgZExw9twZl0wXyAnPP/V/ytRTOU4Ug
|
||||
bTdtxYsQyI0TZMnESgBAi2o2chAR2Q==
|
||||
=sQv3
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 11:17:34 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.113.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.113.0
|
||||
- No code change since 5.112.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 09:13:50 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5KDELibs4Support5
|
||||
%define _tar_path 5.103
|
||||
# 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}')}
|
||||
%define qt5_version 5.15.2
|
||||
%bcond_without released
|
||||
Name: kdelibs4support
|
||||
Version: 5.112.0
|
||||
Version: 5.113.0
|
||||
Release: 0
|
||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
||||
License: LGPL-2.1-or-later
|
||||
@ -35,44 +35,43 @@ Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: NetworkManager-devel
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: perl-URI
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(KF5Auth) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KDED) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Completion) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Crash) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5DesignerPlugin) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Emoticons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5GlobalAccel) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Parts) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5UnitConversion) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Concurrent) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Designer) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Svg) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.15.0
|
||||
BuildRequires: cmake(KF5Auth) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KDED) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Completion) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Crash) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5DesignerPlugin) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Emoticons) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5GlobalAccel) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Notifications) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Parts) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Service) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5TextWidgets) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5UnitConversion) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_version}
|
||||
BuildRequires: cmake(Qt5Concurrent) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Designer) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Network) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Svg) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5X11Extras) >= %{qt5_version}
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
@ -118,7 +117,7 @@ KDEDIRS environment variable correctly.
|
||||
%package -n %{lname}
|
||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
||||
License: LGPL-2.1-or-later
|
||||
Requires: kded >= %{_kf5_bugfix_version}
|
||||
Requires: kded >= %{_kf5_version}
|
||||
|
||||
%description -n %{lname}
|
||||
This package includes CMake macros and C++
|
||||
@ -141,29 +140,28 @@ Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
||||
License: LGPL-2.1-or-later
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5Auth) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5Crash) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5DesignerPlugin) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5Emoticons) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5Init) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5ItemModels) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5Parts) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5UnitConversion) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(Qt5Core) >= 5.15.0
|
||||
Requires: cmake(Qt5DBus) >= 5.15.0
|
||||
Requires: cmake(Qt5PrintSupport) >= 5.15.0
|
||||
Requires: cmake(Qt5Xml) >= 5.15.0
|
||||
Requires: cmake(KF5Archive) >= %{_kf5_version}
|
||||
Requires: cmake(KF5Auth) >= %{_kf5_version}
|
||||
Requires: cmake(KF5ConfigWidgets) >= %{_kf5_version}
|
||||
Requires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
||||
Requires: cmake(KF5Crash) >= %{_kf5_version}
|
||||
Requires: cmake(KF5DBusAddons) >= %{_kf5_version}
|
||||
Requires: cmake(KF5DesignerPlugin) >= %{_kf5_version}
|
||||
Requires: cmake(KF5DocTools) >= %{_kf5_version}
|
||||
Requires: cmake(KF5Emoticons) >= %{_kf5_version}
|
||||
Requires: cmake(KF5GuiAddons) >= %{_kf5_version}
|
||||
Requires: cmake(KF5IconThemes) >= %{_kf5_version}
|
||||
Requires: cmake(KF5Init) >= %{_kf5_version}
|
||||
Requires: cmake(KF5ItemModels) >= %{_kf5_version}
|
||||
Requires: cmake(KF5Notifications) >= %{_kf5_version}
|
||||
Requires: cmake(KF5Parts) >= %{_kf5_version}
|
||||
Requires: cmake(KF5TextWidgets) >= %{_kf5_version}
|
||||
Requires: cmake(KF5UnitConversion) >= %{_kf5_version}
|
||||
Requires: cmake(KF5WindowSystem) >= %{_kf5_version}
|
||||
Requires: cmake(Qt5Core) >= %{qt5_version}
|
||||
Requires: cmake(Qt5DBus) >= %{qt5_version}
|
||||
Requires: cmake(Qt5PrintSupport) >= %{qt5_version}
|
||||
Requires: cmake(Qt5Xml) >= %{qt5_version}
|
||||
Provides: kde4support-devel = %{version}
|
||||
Obsoletes: kde4support-devel < %{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user