KDE Frameworks 5.78.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdbusaddons?expand=0&rev=211
This commit is contained in:
parent
7fc6413433
commit
0b5cac2e47
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9c11ebd460ecc198d65b1c3e00dfd4121b6b2ac63dadb14189fee1f605d78bc
|
||||
size 42536
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln0kACgkQWNDuZIpI
|
||||
s7sHVAf/cCalxJHKTHJNgMiwQbKKW0JU6I625RHholM88ut/GfUpeSlMU4fhOX87
|
||||
XyoUkGCWiC5wOt9aX9w463e0pXa942lNFMZ2jJBJTyvO+kbepno/bPj6YgINCl7V
|
||||
70qRPjvvYlaHil+PrRgPQIaLxiI0QzgBmD2m8fWbtOmyDhYY+uJD+9NMhWbQKGgt
|
||||
ALspLncEwhujg4897hEOvv+V0VwVDw8pfHgDJVxQ4AI+Y9zIHkBkCfoFFRvihgV5
|
||||
xKCAA1lF7QvBC9ngkzzZCOQMSInWAacOYtTiLQhXpkA3LhTPE8+j1t1AHlF3K6B0
|
||||
MvA8ibH4vqEWcgeZbaqI/Z2n8Z6jng==
|
||||
=1pds
|
||||
-----END PGP SIGNATURE-----
|
3
kdbusaddons-5.78.0.tar.xz
Normal file
3
kdbusaddons-5.78.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f91d0b5762243e5e044c087d4faaa584ad5f779fdede138a0048fd4af24d399
|
||||
size 42544
|
11
kdbusaddons-5.78.0.tar.xz.sig
Normal file
11
kdbusaddons-5.78.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/weekACgkQWNDuZIpI
|
||||
s7s10wf/YnuKDqOxmJdnTSoYMkkSQ9jKqTvBKrLosJM0WOh4WrYBapHBMQM252tD
|
||||
e9KOAgCwlHmbySFu2ZoF9Rp38leXN6zGJVOGb7u2p/gFB9e/s5RP+UMj9zZ1jVhO
|
||||
neI5nFEVOb7Yx6tC7xDgpap0iVwHQ9tQ78VQXs+FYbODPvJ9GSkga1v/Yne/A3li
|
||||
psFnLmh2xZeNPe2U4Fi/0wmUqwiG0REvrgIGjzAf52TjLOgUXHCfmcxg7e818jB9
|
||||
OL/4W73QlvIJ41yFr/DGChLZPoLSx88Ok8jNxO2yG4TIe0SpYb6pxWbXmiYzZ/Dp
|
||||
Z8U/Ge3Suq1vU2R7MrkuUx3BYLWDKQ==
|
||||
=9HOS
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 10:47:29 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.78.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.78.0
|
||||
- Changes since 5.77.0:
|
||||
* Port away from deprecated QProcess::pid()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:24 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kdbusaddons
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5DBusAddons5
|
||||
%define _tar_path 5.77
|
||||
%define _tar_path 5.78
|
||||
# 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
|
||||
Name: kdbusaddons
|
||||
Version: 5.77.0
|
||||
Version: 5.78.0
|
||||
Release: 0
|
||||
Summary: Convenience classes for QtDBus
|
||||
License: LGPL-2.1-or-later
|
||||
@ -39,11 +39,11 @@ Source99: baselibs.conf
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.14.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -74,7 +74,7 @@ Summary: Convenience classes for QtDBus: Build Environment
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5DBus) >= 5.13.0
|
||||
Requires: cmake(Qt5DBus) >= 5.14.0
|
||||
|
||||
%description devel
|
||||
KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
|
||||
|
Loading…
Reference in New Issue
Block a user