update to 0.7.1

This commit is contained in:
tianlijing 2022-08-05 22:07:22 +08:00
parent d826e927ce
commit ab219c5c6a
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