diff --git a/npth.spec b/npth.spec index 705a7a1..1268ed5 100644 --- a/npth.spec +++ b/npth.spec @@ -1,6 +1,6 @@ Name: npth Version: 1.6 -Release: 2 +Release: 3 Summary: The New GNU Portable Threads library License: LGPLv2+ URL: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git @@ -57,6 +57,9 @@ make check %{_datadir}/aclocal/%{name}.m4 %changelog +* Tue Oct 25 2022 yaowenbin - 1.6-3 +- Update the release to 3 + * Mon Sep 28 2020 EulerOSWander <314264452@qq.com> - 1.6-2 - Use cast by uintptr_t for thread ID.