SHA256
1
0
forked from pool/threadweaver
Luca Beltrame
2021-05-09 07:42:09 +00:00
committed by Git OBS Bridge
parent 9dfc50ccbc
commit d777a9702d
6 changed files with 36 additions and 27 deletions

View File

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

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprmYACgkQWNDuZIpI
s7t4AQgAhsS6KysJnNL3uRyX2FJRxBzU05evi56EaVGWCOOE8z2JHYVOX0WrIbwo
h1VkTMiG8VdjE/mIbZQethtvULyLjwJwgLJmFfCBlotSpvHsmOLxFo5ePJWjPjxc
f4uaPKfCmeFfBVy5ZMyMgW6pwuRlbYoFKyA3+Y/y8EsYgoo4upBv4XKsj2DhLlB3
gEa2DCd1smXiJJjTxlv4k3+2OVD7vuDkwaMeOYFBozAsghY2jBiWuMCBWhHkv6IY
EPD9luA88hHqZkn5FGCAFwGciIAUsuMDfqAJoeCFYp5KhYghCGwNbLF15grMRORI
w6pNHHNH9HMjsmCNDwk4O2XY+mWhiA==
=iRf5
-----END PGP SIGNATURE-----

View File

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

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNasQACgkQWNDuZIpI
s7usHwf+LcPEZRyPxcaeEmGo/7Ki4JrMYThtdO/Fy1lQ0DgPklQXslz2UDTjPIS2
ziy2FtFUyuIcRzRkK2Nf6opUrpfg4V1/H4Y2+afPo3eYPvvV/qZFxbfZTfhSqSRb
bZ6DDop2VvCi8O1gI301YLJ7k/b5xvaP3qJwvRDrDPptPrUmZwULGUvPuWAFQYlR
QnsVVJ2j7cOv1yKvSll5j9BssgWhGDQ9DF9FBtoJloxcj3veDIkxSvhWQEkC8Q8J
oe7DANjwsP6GEGcKDe8ZsGvJf09pjfhJL6ciC60ZGyqyIAM9DG3DAdcNmNm40SO1
fuIGrjsueqmPGqtKA6LiO+qDCwilrg==
=HKC4
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat May 1 16:41:28 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.82.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.82.0
- No code change since 5.81.0
-------------------------------------------------------------------
Mon Apr 5 07:13:01 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@@ -17,7 +17,7 @@
%define lname libKF5ThreadWeaver5
%define _tar_path 5.81
%define _tar_path 5.82
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: threadweaver
Version: 5.81.0
Version: 5.82.0
Release: 0
Summary: KDE Helper for multithreaded programming
License: LGPL-2.1-or-later
@@ -40,11 +40,11 @@ Source99: baselibs.conf
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: cmake(Qt5Network) >= 5.14.0
BuildRequires: cmake(Qt5Test) >= 5.14.0
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
BuildRequires: cmake(Qt5Xml) >= 5.14.0
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5Network) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
BuildRequires: cmake(Qt5Xml) >= 5.15.0
%description
ThreadWeaver is a helper for multithreaded programming. It uses a job-based
@@ -72,7 +72,7 @@ Summary: KDE Helper for multithreaded programming
Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.14.0
Requires: cmake(Qt5Core) >= 5.15.0
%description devel
ThreadWeaver is a helper for multithreaded programming. It uses a job-based
@@ -83,15 +83,15 @@ and ThreadWeaver will work out the most efficient way of dividing the work betwe
threads within a set of resource limits. Development files.
%prep
%setup -q
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%fdupes %{buildroot}
%kf5_makeinstall -C build
%fdupes %{buildroot}
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig