!8 update to 0.7.1

From: @tianlijing 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-09-09 02:26:59 +00:00 committed by Gitee
commit d4d3e5d374
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 4 deletions

BIN
0.7.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

10
ck.spec
View File

@ -1,10 +1,10 @@
Name: ck
Version: 0.6.0
Release: 2
Version: 0.7.1
Release: 1
Summary: Concurrency programming lib
License: BSD
URL: http://concurrencykit.org/
Source0: http://concurrencykit.org/releases/%{name}-%{version}.tar.gz
Source0: https://github.com/concurrencykit/%{name}/archive/refs/tags/%{version}.tar.gz
BuildRequires: gcc autoconf automake
@ -41,7 +41,6 @@ rm %{buildroot}%{_libdir}/libck.a
%files
%license LICENSE
%doc README
%{_libdir}/libck.so.*
%files devel
@ -53,6 +52,9 @@ rm %{buildroot}%{_libdir}/libck.a
%ldconfig_scriptlets
%changelog
* Sun Sep 04 2022 tianlijing <tianlijing@kylinos.cn> - 0.7.1-1
- update to 0.7.1
* Tue Sep 07 2021 lingsheng <lingsheng@huawei.com> - 0.6.0-2
- Set CFLAGS to build debug related rpm