diff --git a/ck.spec b/ck.spec index f551a7124bd1e9f17c7408740af5411915a2e5df..2fd9ad9f470b881d6aead4eb8b7b2345061a08c0 100644 --- a/ck.spec +++ b/ck.spec @@ -1,6 +1,6 @@ Name: ck Version: 0.7.1 -Release: 2 +Release: 3 Summary: Concurrency programming lib License: BSD URL: http://concurrencykit.org/ @@ -24,7 +24,7 @@ Concurrency primitives, safe memory reclamation mechanisms and non-blocking data %prep %setup -q -n %{name}-%{version}/ %ifarch sw_64 -%patch1 -p1 +%patch 1 -p1 %endif %build @@ -59,6 +59,9 @@ rm %{buildroot}%{_libdir}/libck.a %ldconfig_scriptlets %changelog +* Tue Dec 17 2024 chenhao - 0.7.1-3 +- Fix %patchN is deprecated warning + * Wed Oct 19 2022 wuzx - 0.7.1-2 - add sw64 patch