public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/primesieve] rawhide: Update to 12.15-1
@ 2026-07-16 16:50 Kim Walisch
  0 siblings, 0 replies; only message in thread
From: Kim Walisch @ 2026-07-16 16:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/primesieve
Branch : rawhide
Commit : b31b472ce1623bb835c3ca8408aaa0dddff7df49
Author : Kim Walisch <kim.walisch@gmail.com>
Date   : 2026-07-16T18:50:24+02:00
Stats  : +16/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/primesieve/c/b31b472ce1623bb835c3ca8408aaa0dddff7df49?branch=rawhide

Log:
Update to 12.15-1

---
diff --git a/.gitignore b/.gitignore
index 7077856..ae6728f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /v12.12.tar.gz
 /v12.13.tar.gz
 /v12.14.tar.gz
+/v12.15.tar.gz

diff --git a/primesieve.spec b/primesieve.spec
index d85f0e5..604bef9 100644
--- a/primesieve.spec
+++ b/primesieve.spec
@@ -1,6 +1,6 @@
 Name:     primesieve
-Version:  12.14
-Release:  2%{?dist}
+Version:  12.15
+Release:  1%{?dist}
 Summary:  Fast prime number generator
 License:  LicenseRef-Callaway-BSD
 URL:      https://github.com/kimwalisch/primesieve
@@ -71,6 +71,18 @@ It also contains the API documentation of the library.
 %{_libdir}/pkgconfig/primesieve.pc
 
 %changelog
+* Thu Jul 16 2026 Kim Walisch <walki@fedoraproject.org> - 12.15-1
+- Fix LLVM/Clang -Wunused-template warning
+- CpuInfo.cpp: Use primesieve::Vector instead of std::vector
+- nthPrime.cpp: Fix undefined behavior
+- util.hpp: Fix undefined behavior in littleendian_cast<T>()
+- PrimeGenerator_x86_avx512.hpp: Fix undefined behavior
+- CountPrintPrimes.cpp: Fix undefined behavior
+- popcount.hpp: Fix undefined behavior
+- PreSieve_arm_sve.hpp: Improve ARM SVE multiarch runtime dispatch
+- multiarch_sve_arm.cmake: Update the ARM SVE compiler support check to match
+- CMakeLists.txt: Fix Emscripten (WebAssembly) compiliation failure
+
 * Fri May 08 2026 Kim Walisch <walki@fedoraproject.org> - 12.14-2
 - ParallelSieve.cpp: Fix CPU false sharing
 - PrimeSieveClass.hpp: Fix CPU false sharing

diff --git a/sources b/sources
index 67c0549..7576051 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v12.14.tar.gz) = f3b6ba9e6d5522cf004ce061809f2fb82ad67aaf78e1608c1ddebb5a50c96b39ec9427992236e4b25b9d446bfdd7ef2bd740b5ae5c0ab02ac4bb04075b81b496
+SHA512 (v12.15.tar.gz) = d358e93ea4b6945068481838a685bf42f6fca0442bc908709024604f46d6c0f039215ba95ef3ffa57bca0ae3726bcfe1e323a92e1e2b22dff0f4ca42087c85e7

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-16 16:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16 16:50 [rpms/primesieve] rawhide: Update to 12.15-1 Kim Walisch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox