forked from pool/threadweaver
KDE Frameworks 5.90.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/threadweaver?expand=0&rev=227
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd809354b728415b26adf05a4ea6755a0aff7d86aebfeab2e663b91ed3a5d90f
|
||||
size 1412992
|
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrwPEACgkQWNDuZIpI
|
||||
s7vAugf+K0MozZUzDCiBQoj0h6tnnuHq8SQoghQY30TdtTJV9U4PxilgvExkDY7e
|
||||
D1Qg4/NrYNImwq35uVoqFKSxJrYvA7HvBwlaThrWWack+6hCxjBIOHeKISZ2OUts
|
||||
t79/UzPuaOifY0wDeto8nZtVRjI5pAvYGqOwAKwRZ+TATZkONaehJHQEVzvqg2gI
|
||||
p4kPAnZovnCnrh7pSWTWV0LZJoTGJ8cC9fDticLeadm01IW7vs4XTzi9y8CXuSMW
|
||||
oj8ouiQCKm5HpNJNtpiU1XlApMYg0bDkrd5Lf5cOJteNqEpNt/dqortbJxG1twoN
|
||||
7fQYWBU2PLiN+eUruwcV/V+ZT4mv/A==
|
||||
=VCCL
|
||||
-----END PGP SIGNATURE-----
|
3
threadweaver-5.90.0.tar.xz
Normal file
3
threadweaver-5.90.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3fd3815b1732e5157d5d7ab2d27dd447a8d60ff50019ae9f0e5665b3ffd30bb
|
||||
size 1412588
|
11
threadweaver-5.90.0.tar.xz.sig
Normal file
11
threadweaver-5.90.0.tar.xz.sig
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQWHIACgkQWNDuZIpI
|
||||
s7vnLgf/Yx/pTOXGAKPLi4Rz/W4QiJ1ZQBDPs7mIFLnBEJzhQK8w0kJCF+kNyL20
|
||||
+FJqcZr3d2q4D4HOUfH0NHHJeduu71z6ciq45vcM0UI2AMqn8wY+lioFDlbcWI2w
|
||||
eYZVJr7VsMK8hhiCSM7xkaFpsw6DMFekrTrkmWfKdGEZEeJ3xkI0otbsQR7sA19i
|
||||
4+s8OUS15I2tz1cgtH79Dr2WxRdOaMPDsqu/6+JbiyLTnD2aczRo054LBBvhNHPs
|
||||
/9Aq9vgYgq6AZWYSd6EhB/+y6iH99zEa+/BXnJlKohrvfEfUb1xerNT8BMItbEzW
|
||||
3o1SXF3u3S8Tl9GHYjK7vKzzgbrm1A==
|
||||
=Wv8K
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 12:48:11 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.90.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.90.0
|
||||
- Changes since 5.89.0:
|
||||
* Use fetchAndStoreOrdered() instead of fetchAndAddOrdered()
|
||||
* Fix invalid lambda argument for use in std::for_each
|
||||
* Change the build system to enable building with Qt6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 4 22:57:11 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@@ -17,22 +17,22 @@
|
||||
|
||||
|
||||
%define lname libKF5ThreadWeaver5
|
||||
%define _tar_path 5.89
|
||||
%define _tar_path 5.90
|
||||
# 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}')}
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
%bcond_without released
|
||||
Name: threadweaver
|
||||
Version: 5.89.0
|
||||
Version: 5.90.0
|
||||
Release: 0
|
||||
Summary: KDE Helper for multithreaded programming
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user