public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libmamba] epel10: Update to 2.5.0
@ 2026-07-20  3:29 Orion Poplawski
  0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-07-20  3:29 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/libmamba
Branch : epel10
Commit : a25f9cde34ae071e4d70fd24c10a721495c5bd38
Author : Orion Poplawski <orion@nwra.com>
Date   : 2026-07-20T02:08:59+00:00
Stats  : +20/-2 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/libmamba/c/a25f9cde34ae071e4d70fd24c10a721495c5bd38?branch=epel10

Log:
Update to 2.5.0

---
diff --git a/.gitignore b/.gitignore
index 51d4596..e14a7ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /libmamba-2.3.2.tar.gz
 /libmamba-2.3.3.tar.gz
 /libmamba-2.4.0.tar.gz
+/libmamba-2.5.0.tar.gz

diff --git a/libmamba-export.patch b/libmamba-export.patch
new file mode 100644
index 0000000..89f8ee5
--- /dev/null
+++ b/libmamba-export.patch
@@ -0,0 +1,12 @@
+diff --git a/libmamba-spdlog/CMakeLists.txt b/libmamba-spdlog/CMakeLists.txt
+index a6cf73a7..3de6cd22 100644
+--- a/libmamba-spdlog/CMakeLists.txt
++++ b/libmamba-spdlog/CMakeLists.txt
+@@ -103,6 +103,7 @@ install(
+     NAMESPACE mamba::
+     DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}
+ )
++export(EXPORT ${PROJECT_NAME}Targets NAMESPACE mamba::)
+ 
+ install(
+     FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}Version.cmake"

diff --git a/libmamba.spec b/libmamba.spec
index 93c35c2..bd32407 100644
--- a/libmamba.spec
+++ b/libmamba.spec
@@ -2,7 +2,7 @@
 %bcond micromamba 0
 
 Name:           libmamba
-Version:        2.4.0
+Version:        2.5.0
 Release:        %autorelease
 Summary:        C++ API for mamba depsolving library
 
@@ -14,6 +14,8 @@ Source0:        https://github.com/mamba-org/mamba/archive/%{version}/%{name}-%{
 Patch:          libmamba-fedora.patch
 # Fix for gcc 16 - https://github.com/mamba-org/mamba/pull/4132
 Patch:          libmamba-gcc16.patch
+# Fix build wih libmamba-spdlog - https://github.com/mamba-org/mamba/pull/4172
+Patch:          libmamba-export.patch
 
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -160,6 +162,7 @@ help2man %{_vpath_builddir}/micromamba/micromamba > %{_vpath_builddir}/micromamb
   -DCMAKE_BUILD_TYPE=RelWithDebInfo \
   -DBUILD_LIBMAMBA=ON \
   -DBUILD_LIBMAMBAPY=ON \
+  -DBUILD_LIBMAMBA_SPDLOG=ON \
   -DBUILD_MAMBA=OFF \
   -DBUILD_MICROMAMBA=OFF \
   -DBUILD_EXE=OFF \
@@ -175,6 +178,7 @@ export CMAKE_BUILD_PARALLEL_LEVEL=%{_smp_build_ncpus}
 %{pyproject_wheel %{shrink:
   -C cmake.build-type=RelWithDebInfo
   -C cmake.define.libmamba_ROOT=$(pwd)/../%{_vpath_builddir}/libmamba
+  -C cmake.define.libmamba-spdlog_ROOT=$(pwd)/../%{_vpath_builddir}/libmamba-spdlog
 }}
 cd -
 %cmake \
@@ -249,6 +253,7 @@ cp -p %{_vpath_builddir}/micromamba/micromamba.1 %{buildroot}%{_mandir}/man1/
 %{_includedir}/mamba/
 %{_libdir}/libmamba.so
 %{_libdir}/cmake/%{name}/
+%{_libdir}/cmake/%{name}-spdlog/
 
 %files -n mamba
 # TODO - better ownership of vendor_conf.d

diff --git a/sources b/sources
index 22462e5..b1ddb67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libmamba-2.4.0.tar.gz) = ac0db60d1775929741c9908242bd846194b0a94f2e59677c85b022851a420b070cb209b4c80d315f7fc006dd32c53636f438b9cf9428b217a516a62795b193f3
+SHA512 (libmamba-2.5.0.tar.gz) = 3deb0eef480aa011e9095ba5d2ab3d22539464df34aa98540ac9a7855d23aa9daa484ed77cee6e98a79bad2c96591fe37e3c1957c435c4fafec9e6ddc9c2019b

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

only message in thread, other threads:[~2026-07-20  3:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20  3:29 [rpms/libmamba] epel10: Update to 2.5.0 Orion Poplawski

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