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:
Bernd Ritter 2022-10-24 22:09:49 +00:00 committed by Git OBS Bridge
parent 10e3678c0a
commit 7d37a6e18c
2 changed files with 21 additions and 61 deletions

View File

@ -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 - Adjust baselibs.conf for #1199306 patch.
- Update descriptions.
-------------------------------------------------------------------
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
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 20 20:00:13 UTC 2022 - Bernd Ritter <comrad@posteo.de> 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. - Add e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch
[boo#1199306]; changes SONAME to be more distinct
-------------------------------------------------------------------
Thu Oct 20 19:11:47 UTC 2022 - Bernd Ritter <comrad@posteo.de>
- Release is managed by OSB
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 19 21:16:08 UTC 2022 - Bernd Ritter <comrad@posteo.de> Wed Oct 19 21:16:08 UTC 2022 - Bernd Ritter <comrad@posteo.de>
- Change on build spec - Limit build choices on catch2-dependency to catch2 2.13.4 and
* Limiting build choices on catch2-dependency to catch2 2.13.4 and lower than (new) 3 lower than (new) 3
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 18 19:47:37 UTC 2022 - Bernd Ritter <comrad@posteo.de> Mon Apr 18 19:47:37 UTC 2022 - Bernd Ritter <comrad@posteo.de>

View File

@ -41,8 +41,12 @@ BuildRequires: pkgconfig(fmt) >= 8.0.0
BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libsystemd)
%description %description
This is a packaged version of the gabime/spdlog header-only C++ A header-only/compiled, C++ logging library.
logging library available at Github.
* Asynchronous mode (optional)
* Multi/Single threaded loggers.
* Various log targets (rotating/daily files, console, with colors,
syslog, custom target)
%package devel %package devel
Summary: Header files for spdlog Summary: Header files for spdlog
@ -58,12 +62,16 @@ applications that use %{name}.
Summary: C++ logging library Summary: C++ logging library
%description -n %{lname} %description -n %{lname}
This is a packaged version of the gabime/spdlog C++ logging library A header-only/compiled, C++ logging library.
available at Github.
* Asynchronous mode (optional)
* Multi/Single threaded loggers.
* Various log targets (rotating/daily files, console, with colors,
syslog, custom target)
%prep %prep
%autosetup -p1 %autosetup -p1
find . -name '.gitignore' -exec rm {} \; find . -name .gitignore -delete
sed -i -e "s,\r,," README.md LICENSE sed -i -e "s,\r,," README.md LICENSE
%build %build
@ -83,7 +91,7 @@ test -x "$(type -p g++-8)" && export CXX=g++-8
%ninja_install -C build %ninja_install -C build
%check %check
export LD_LIBRARY_PATH="%{_builddir}/%{lname}-%{version}/build" export LD_LIBRARY_PATH="$PWD/build"
%ctest %ctest
%post -n %{lname} -p /sbin/ldconfig %post -n %{lname} -p /sbin/ldconfig