forked from pool/threadweaver
5.72
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/threadweaver?expand=0&rev=196
This commit is contained in:
committed by
Git OBS Bridge
parent
6151e201e2
commit
d3b4247e1c
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:039e73d70f38af38a63235cfb554111ee0d58a6ac168bff0745f0d029c5c528d
|
||||
size 1410792
|
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dO3sACgkQWNDuZIpI
|
||||
s7tTNgf+OkxTVG1AQES433cvbnEAjEZ8apN5rL4EEk+dSEfberZc1n5eEC9gs/oR
|
||||
5YirZEh/iGWUdRuWXOS4S7cks7ChM8WGI1cqH/eelk7FC6lMVDMvHKkDKZ/l9fkU
|
||||
lq1V6GqD6rvGNj0siMOe+R0FYepAsg4YMRo454EMuf+9JAZ1YAeJi8pLZH41WUJc
|
||||
JNy8C7OjSPnzxZW/cxOlDKSYNBnNTm/aIqNbGBTV9Wgu/maLAyCFYcb+ILFNVwyP
|
||||
VbHhS6+P86teGpbrGA3GT/RhXpnKlN22nlRRTlD5+YmygJFJ0a/Z9KxYijuiawM4
|
||||
PY2DEGOqdyTWf76f3uvgtQrqevKYPA==
|
||||
=+fzi
|
||||
-----END PGP SIGNATURE-----
|
3
threadweaver-5.72.0.tar.xz
Normal file
3
threadweaver-5.72.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fcd0fe46e8d2730986034b76b73fc1ecf4ae78f1796c6d5bc04a57ade0e20e9
|
||||
size 1410744
|
11
threadweaver-5.72.0.tar.xz.sig
Normal file
11
threadweaver-5.72.0.tar.xz.sig
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8Au58ACgkQWNDuZIpI
|
||||
s7tZtgf/f9SMoYNcDAyKyYmdSJRAmuPxn9glGTUpZtjiAxZ5UoiYTEKKWSpH9ww5
|
||||
+rqKzLIPTRpPfGXlOft9aNZZA+IB4jKZmPrtSOyuj5V035PMlk1nqDbTrw0xn/n3
|
||||
Tr9JqVTb9fSIniWVebePsiGlIXt0BO9rzEVB2BGwCLPxF55ifxPwQZTObEw0t53U
|
||||
Q8YpDTWuZc4qUfzExpJYL6GS/t4XHe+6Lj89/b2artHqIyK2j7q3VYt6XEffuLGq
|
||||
8vqKMO7TjZbKggH/Ps2To1Z27NoGQcg2vuRcXYR0u5yhkoT1c+Gqiuoc13+imrH2
|
||||
Nkp34rlz1cv9re1bPd5698NLj6DnmQ==
|
||||
=mkVz
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 07:55:59 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.72.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.72.0
|
||||
- No code change since 5.71.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 08:07:17 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5ThreadWeaver5
|
||||
%define _tar_path 5.71
|
||||
%define _tar_path 5.72
|
||||
# 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.71.0
|
||||
Version: 5.72.0
|
||||
Release: 0
|
||||
Summary: KDE Helper for multithreaded programming
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -37,7 +37,6 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
@@ -98,14 +97,15 @@ threads within a set of resource limits. Development files.
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%files -n %{lname}
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%doc README*
|
||||
%{_kf5_libdir}/libKF5ThreadWeaver.so.*
|
||||
|
||||
%files devel
|
||||
%{_kf5_libdir}/libKF5ThreadWeaver.so
|
||||
%{_kf5_libdir}/cmake/KF5ThreadWeaver/
|
||||
%license LICENSES/*
|
||||
%{_kf5_includedir}/
|
||||
%{_kf5_libdir}/cmake/KF5ThreadWeaver/
|
||||
%{_kf5_libdir}/libKF5ThreadWeaver.so
|
||||
%{_kf5_mkspecsdir}/qt_ThreadWeaver.pri
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user