public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kim Walisch <kim.walisch@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/primesieve] rawhide: Update to 12.15-1
Date: Thu, 16 Jul 2026 16:50:33 GMT	[thread overview]
Message-ID: <178422063355.1.394209110863523582.rpms-primesieve-b31b472ce162@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-16 16:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178422063355.1.394209110863523582.rpms-primesieve-b31b472ce162@fedoraproject.org \
    --to=kim.walisch@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox