9 Commits

2 changed files with 49 additions and 4 deletions

View File

@ -0,0 +1,11 @@
--- a/include/spdlog/tweakme.h 2023-01-02 09:57:15.667781832 -0800
+++ b/include/spdlog/tweakme.h 2023-01-02 09:57:17.761105926 -0800
@@ -78,7 +78,7 @@
// In this case spdlog will try to include <fmt/format.h> so set your -I flag
// accordingly.
//
-// #define SPDLOG_FMT_EXTERNAL
+#define SPDLOG_FMT_EXTERNAL
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
Name: spdlog
Version: 1.12.0
Version: 1.15.3
Release: 1mamba
Summary: Fast C++ logging library
Group: System/Libraries
@ -8,13 +8,16 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/gabime/spdlog
Source: https://github.com/gabime/spdlog.git/v%{version}/spdlog-%{version}.tar.bz2
Patch0: spdlog-1.15.0-libfmt-11.1.1.patch
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libfmt-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: libfmt-devel >= 11.1.1
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description
@ -38,13 +41,14 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Fast C++ logging library.
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
%patch 0 -p1 -b .libfmt-11.1.1
%build
%cmake -d build
%cmake -d build \
-DSPDLOG_FMT_EXTERNAL=ON
%make
%install
@ -70,6 +74,36 @@ This package contains libraries and header files for developing applications tha
%doc README.md
%changelog
* Sun May 11 2025 Automatic Build System <autodist@openmamba.org> 1.15.3-1mamba
- automatic version update by autodist
* Sun Mar 30 2025 Automatic Build System <autodist@openmamba.org> 1.15.2-1mamba
- automatic version update by autodist
* Tue Feb 04 2025 Automatic Build System <autodist@openmamba.org> 1.15.1-1mamba
- automatic version update by autodist
* Sun Dec 29 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.15.0-2mamba
- rebuilt with libfmt 1.11.1
* Sun Nov 10 2024 Automatic Build System <autodist@openmamba.org> 1.15.0-1mamba
- automatic version update by autodist
* Tue Sep 03 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.1-2mamba
- rebuilt with libfmt 11.0.2
* Tue Apr 30 2024 Automatic Build System <autodist@openmamba.org> 1.14.1-1mamba
- automatic version update by autodist
* Fri Apr 26 2024 Automatic Build System <autodist@openmamba.org> 1.14.0-1mamba
- automatic version update by autodist
* Sat Jan 13 2024 Automatic Build System <autodist@openmamba.org> 1.13.0-1mamba
- automatic version update by autodist
* Sat Aug 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-2mamba
- rebuilt with external libfmt
* Mon Jul 10 2023 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
- automatic version update by autodist