diff --git a/0.7.1.tar.gz b/0.7.1.tar.gz new file mode 100644 index 0000000..c70cb8d Binary files /dev/null and b/0.7.1.tar.gz differ diff --git a/ck-0.6.0.tar.gz b/ck-0.6.0.tar.gz deleted file mode 100644 index 497439d..0000000 Binary files a/ck-0.6.0.tar.gz and /dev/null differ diff --git a/ck.spec b/ck.spec index 0f91b11..925c340 100644 --- a/ck.spec +++ b/ck.spec @@ -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 - 0.7.1-1 +- update to 0.7.1 + * Tue Sep 07 2021 lingsheng - 0.6.0-2 - Set CFLAGS to build debug related rpm