forked from pool/spdlog
Accepting request 1173209 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1173209 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spdlog?expand=0&rev=35
This commit is contained in:
commit
463bc2769e
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 3 15:11:30 UTC 2024 - Bernd Ritter <comrad@opensuse.org>
|
||||
|
||||
- update fmt dependency to verrsion 10.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 3 14:27:01 UTC 2024 - Bernd Ritter <comrad@opensuse.org>
|
||||
|
||||
- Fixing rpm build failure for target i586
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 1 18:59:39 UTC 2024 - Bernd Ritter <comrad@opensuse.org>
|
||||
|
||||
- Update spdlog to 1.14.1
|
||||
|
||||
- Release nots 1.14.1:
|
||||
* Fixed compatibility issue between c++17 and c++11 (#3081).
|
||||
* Fixed creating folders under windows when full path with drive letter is given (#3079).
|
||||
* Added mdc sample. Note: mdc is not supported in async loggers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 06:15:49 UTC 2024 - Bernd Ritter <comrad@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
Name: spdlog
|
||||
%define lname libspdlog1_14
|
||||
%define sover 1.14
|
||||
Version: 1.14.0
|
||||
Version: 1.14.1
|
||||
Release: 0
|
||||
Summary: C++ logging library
|
||||
License: MIT
|
||||
@ -37,7 +37,7 @@ BuildRequires: gcc8-c++
|
||||
BuildRequires: ninja
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: (pkgconfig(catch2) >= 3)
|
||||
BuildRequires: pkgconfig(fmt) >= 8.0.0
|
||||
BuildRequires: (pkgconfig(fmt) >= 10.0.0)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
|
||||
%description
|
||||
@ -112,6 +112,7 @@ export LD_LIBRARY_PATH="$PWD/build"
|
||||
%{_libdir}/libspdlog.so
|
||||
%{_libdir}/cmake/spdlog/
|
||||
%{_libdir}/pkgconfig/spdlog.pc
|
||||
%{_libdir}/cmake
|
||||
|
||||
%files -n %{lname}
|
||||
%{_libdir}/libspdlog.so.*
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:429a6b73ade8285cb21f83bacf89e2821dd1720ea7faa3cb518ffe04b4e00efc
|
||||
size 270013
|
3
v1.14.1.tar.gz
Normal file
3
v1.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b
|
||||
size 270896
|
Loading…
Reference in New Issue
Block a user