Accepting request 1042116 from KDE:Frameworks5
KDE Frameworks 5.101.0 (forwarded request 1041798 from krop) OBS-URL: https://build.opensuse.org/request/show/1042116 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdelibs4support?expand=0&rev=111
This commit is contained in:
commit
9301bbbdf8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:82a902bc9e817f28f31b1610664b59401c4d556342bcd2de4a473df2bee373b2
|
|
||||||
size 3719636
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmY8ACgkQWNDuZIpI
|
|
||||||
s7tlcQf/Re0v0lsHlersJxv1vvbJyyyvkh31rzCAeCbZFcUPCZdD00l2+XBVqbDg
|
|
||||||
lhN5fCKgLHkvZVwdT4ZyQPkHROZtcR2pEitbIZHcEqxZdih0Tf30jtQeH5Tp7hkE
|
|
||||||
dlYoGt7BZVsJDWxq63FC3exz3C/+yXvF7Gg52GtZW8CSqwH3x0Llk+Ga8c1busv1
|
|
||||||
uQzG6HMlVjPfPtl8Q53xNPusiTg+ZPAl0zBgz7qBYiDWJcW8s0b0jPKg9ZdFB73X
|
|
||||||
BjVlF6UVSLOuMxpEaDybJXt+L2dTWPnEGYK5Oq2A9DxuOM4egPhyaXz5anAlZpzY
|
|
||||||
O/qvGsNPT2aKJoyRLn7vURe6S2eLKQ==
|
|
||||||
=BHgh
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdelibs4support-5.101.0.tar.xz
Normal file
3
kdelibs4support-5.101.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75b22a61e5341c91dfb59d1a601a6f7b989be0185a707dcfb489910940ee4aaa
|
||||||
|
size 3720036
|
11
kdelibs4support-5.101.0.tar.xz.sig
Normal file
11
kdelibs4support-5.101.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLNwACgkQWNDuZIpI
|
||||||
|
s7vH1ggAlHZZrQWio9HZWn1lHdDekiqhfYlg+TqGKbhC64D+iZSa0d+fu46KfyKk
|
||||||
|
j+gZrJMhm5Z9uAXgPaYd6sZEY53HiH7omkU+ghPDxdYle58PCHR+F8xVbS2YXF/2
|
||||||
|
UIvnuhTvY/4WqSGjPBpv9BZOdJnlF/liTwBSri4sYHTU41iqEq5VZOCDSvvWiQ6p
|
||||||
|
jQ+jMOExVfPwn2cFneqCeDDjjRYx9sNk12i4zV3xgcjRfi6AqNUXTfv2RN6hPcjJ
|
||||||
|
s0LxyC/3YaEG4h7nGNlZHgOdfXg3TYuHqf9i1p8uI/tH0osqiF0GeNqVUvqMjq+F
|
||||||
|
bqgrYMXnazcWbJY/sZ5SF2jps9bVKw==
|
||||||
|
=xIYq
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 6 20:10:34 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 dependency name
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 8 08:35:02 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Nov 8 08:35:02 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,18 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5KDELibs4Support5
|
%define lname libKF5KDELibs4Support5
|
||||||
%define _tar_path 5.100
|
%define _tar_path 5.101
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kdelibs4support
|
Name: kdelibs4support
|
||||||
Version: 5.100.0
|
Version: 5.101.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/GUI/KDE
|
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
%if %{with released}
|
%if %{with released}
|
||||||
@ -99,7 +98,6 @@ KDEDIRS environment variable correctly.
|
|||||||
%package -n kssl
|
%package -n kssl
|
||||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/KDE
|
|
||||||
|
|
||||||
%description -n kssl
|
%description -n kssl
|
||||||
This package includes CMake macros and C++
|
This package includes CMake macros and C++
|
||||||
@ -120,7 +118,6 @@ KDEDIRS environment variable correctly.
|
|||||||
%package -n %{lname}
|
%package -n %{lname}
|
||||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/GUI/KDE
|
|
||||||
Requires: kded >= %{_kf5_bugfix_version}
|
Requires: kded >= %{_kf5_bugfix_version}
|
||||||
|
|
||||||
%description -n %{lname}
|
%description -n %{lname}
|
||||||
@ -142,7 +139,6 @@ KDEDIRS environment variable correctly.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/KDE
|
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user