public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tsl-sparse-map] rawhide: Update to version 0.7.0
@ 2026-09-16 22:07 Michel Lind
  0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-09-16 22:07 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/tsl-sparse-map
            Branch : rawhide
            Commit : b652dad749611f5eeac8b132e6b992c5a656b9e8
            Author : Michel Lind <salimma@fedoraproject.org>
            Date   : 2026-09-16T22:35:01+01:00
            Stats  : +6/-5 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/tsl-sparse-map/c/b652dad749611f5eeac8b132e6b992c5a656b9e8?branch=rawhide

            Log:
            Update to version 0.7.0

- Resolves: rhbz#2505044
- Resolves: rhbz#2381614

Signed-off-by: Michel Lind <salimma@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index 5f70113..558cdef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /sparse-map-0.6.2.tar.gz
+/sparse-map-0.7.0.tar.gz

diff --git a/sources b/sources
index 4083e4c..ce828e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sparse-map-0.6.2.tar.gz) = b547409ce3f3a7925302b3939c684ca8d46fac54cc01258d59af220711fb36457ebb677bfa8687d0b010025e80394bb63bb15e9b095fd8d7d9f471e284766032
+SHA512 (sparse-map-0.7.0.tar.gz) = dee8090d8e8d797e0a535d331e49ef48838b038af8fecbc982852ec559aaffd65e12c9efc5ebb6d74bf5f46e7f9df2c1680998909ef7a9062b0954cfabd02706

diff --git a/tsl-sparse-map.spec b/tsl-sparse-map.spec
index 4f10570..324a5ac 100644
--- a/tsl-sparse-map.spec
+++ b/tsl-sparse-map.spec
@@ -9,7 +9,7 @@ of the library is to be the most memory efficient possible, even at low load
 factor, while keeping reasonable performances.}
 
 Name:           tsl-%{srcname}
-Version:        0.6.2
+Version:        0.7.0
 Release:        %autorelease
 Summary:        C++ implementation of a memory efficient hash map and hash set 
 
@@ -31,10 +31,10 @@ Summary:        %{summary}
 %description    devel %{_description}
 
 %prep
-%autosetup -n %{srcname}-%{version}
+%autosetup -p1 -n %{srcname}-%{version}
 
-# Warnings shouldn't break the build
-sed -i 's/-Werror//' tests/CMakeLists.txt
+# Upstream forces static Boost.Test; Fedora only ships the shared library
+sed -i 's/Boost_USE_STATIC_LIBS ON/Boost_USE_STATIC_LIBS OFF/' tests/CMakeLists.txt
 
 %build
 %cmake

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-16 22:07 [rpms/tsl-sparse-map] rawhide: Update to version 0.7.0 Michel Lind

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