Accepting request 1030966 from home:jengelh:branches:devel:libraries:c_c++
clean the nondescript changelog, put some more descriptive entries (for the purposes of Factory submission) OBS-URL: https://build.opensuse.org/request/show/1030966 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=72
This commit is contained in:
parent
10e3678c0a
commit
7d37a6e18c
@ -1,68 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 24 21:39:39 UTC 2022 - Bernd Ritter <comrad@posteo.de>
|
||||
Mon Oct 24 22:04:21 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- another sover approach
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 24 21:13:33 UTC 2022 - Bernd Ritter <comrad@posteo.de>
|
||||
|
||||
- another package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 24 21:07:43 UTC 2022 - Bernd Ritter <comrad@posteo.de>
|
||||
|
||||
- version instead of sover
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 24 20:55:56 UTC 2022 - Bernd Ritter <comrad@posteo.de>
|
||||
|
||||
- tests with sover
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 20 21:02:17 UTC 2022 - Bernd Ritter <comrad@posteo.de>
|
||||
|
||||
- reverted changes to sover...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 20 20:57:30 UTC 2022 - Bernd Ritter <comrad@posteo.de>
|
||||
|
||||
- trying around with sover and version and stuff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 20 20:49:13 UTC 2022 - Bernd Ritter <comrad@posteo.de>
|
||||
|
||||
- libname changed due to different sover
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Changing sover
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 20 20:09:03 UTC 2022 - Bernd Ritter <comrad@posteo.de>
|
||||
|
||||
- Patch file added locally
|
||||
- Adjust baselibs.conf for #1199306 patch.
|
||||
- Update descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 20 20:00:13 UTC 2022 - Bernd Ritter <comrad@posteo.de>
|
||||
|
||||
- Patch for boo#1199306 in upstream spdlog until new release is available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 20 19:11:47 UTC 2022 - Bernd Ritter <comrad@posteo.de>
|
||||
|
||||
- Release is managed by OSB
|
||||
- Add e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch
|
||||
[boo#1199306]; changes SONAME to be more distinct
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 19 21:16:08 UTC 2022 - Bernd Ritter <comrad@posteo.de>
|
||||
|
||||
- Change on build spec
|
||||
* Limiting build choices on catch2-dependency to catch2 2.13.4 and lower than (new) 3
|
||||
- Limit build choices on catch2-dependency to catch2 2.13.4 and
|
||||
lower than (new) 3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 18 19:47:37 UTC 2022 - Bernd Ritter <comrad@posteo.de>
|
||||
|
20
spdlog.spec
20
spdlog.spec
@ -41,8 +41,12 @@ BuildRequires: pkgconfig(fmt) >= 8.0.0
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
|
||||
%description
|
||||
This is a packaged version of the gabime/spdlog header-only C++
|
||||
logging library available at Github.
|
||||
A header-only/compiled, C++ logging library.
|
||||
|
||||
* Asynchronous mode (optional)
|
||||
* Multi/Single threaded loggers.
|
||||
* Various log targets (rotating/daily files, console, with colors,
|
||||
syslog, custom target)
|
||||
|
||||
%package devel
|
||||
Summary: Header files for spdlog
|
||||
@ -58,12 +62,16 @@ applications that use %{name}.
|
||||
Summary: C++ logging library
|
||||
|
||||
%description -n %{lname}
|
||||
This is a packaged version of the gabime/spdlog C++ logging library
|
||||
available at Github.
|
||||
A header-only/compiled, C++ logging library.
|
||||
|
||||
* Asynchronous mode (optional)
|
||||
* Multi/Single threaded loggers.
|
||||
* Various log targets (rotating/daily files, console, with colors,
|
||||
syslog, custom target)
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
find . -name '.gitignore' -exec rm {} \;
|
||||
find . -name .gitignore -delete
|
||||
sed -i -e "s,\r,," README.md LICENSE
|
||||
|
||||
%build
|
||||
@ -83,7 +91,7 @@ test -x "$(type -p g++-8)" && export CXX=g++-8
|
||||
%ninja_install -C build
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH="%{_builddir}/%{lname}-%{version}/build"
|
||||
export LD_LIBRARY_PATH="$PWD/build"
|
||||
%ctest
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user