- Trying a different sover

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=63
This commit is contained in:
Bernd Ritter 2022-10-20 20:40:45 +00:00 committed by Git OBS Bridge
parent dbe3f934e6
commit 952e15b058
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 20 20:40:31 UTC 2022 - Bernd Ritter <comrad@posteo.de>
- Trying a different sover
-------------------------------------------------------------------
Thu Oct 20 20:29:54 UTC 2022 - Bernd Ritter <comrad@posteo.de>

View File

@ -16,7 +16,7 @@
#
%define _sover 1_10_0
%define _sover 1_10
Name: spdlog
Version: 1.10.0
Release: 0
@ -26,7 +26,7 @@ URL: https://github.com/gabime/spdlog
Source0: https://github.com/gabime/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source99: baselibs.conf
# PATCH-FIX-UPSTREAM fix for bug boo#1199306
Patch1: https://github.com/gabime/%{name}/commit/e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch
Patch0: https://github.com/gabime/%{name}/commit/e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch
BuildRequires: cmake >= 3.10
%if 0%{?suse_version} > 1500
BuildRequires: gcc-c++ >= 8
@ -59,7 +59,7 @@ Summary: C++ logging library
%description -n lib%{name}%{_sover}
This is a packaged version of the gabime/spdlog C++ logging library
available at Github.
%prep
%autosetup -p1
find . -name '.gitignore' -exec rm {} \;