diff --git a/primesieve.spec b/primesieve.spec index 5be5f50..3e834af 100644 --- a/primesieve.spec +++ b/primesieve.spec @@ -1,6 +1,6 @@ Name: primesieve Version: 11.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast prime number generator License: BSD URL: https://github.com/kimwalisch/primesieve @@ -71,6 +71,9 @@ It also contains the API documentation of the library. %{_libdir}/pkgconfig/primesieve.pc %changelog +* Sat May 13 2023 Kim Walisch - 11.1-2 +- Fix incorrect date in changelog + * Sat Mar 13 2023 Kim Walisch - 11.1-1 - Update to primesieve-11.1 - Vectorized pre-sieving algorithm using x64 SSE2 and ARM NEON