Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package logfilegen for openSUSE:Factory checked in at 2023-02-01 16:39:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/logfilegen (Old) and /work/SRC/openSUSE:Factory/.logfilegen.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "logfilegen" Wed Feb 1 16:39:16 2023 rev:2 rq:1062335 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/logfilegen/logfilegen.changes 2023-01-31 16:29:50.113386110 +0100 +++ /work/SRC/openSUSE:Factory/.logfilegen.new.32243/logfilegen.changes 2023-02-01 16:47:48.336752652 +0100 @@ -1,0 +2,6 @@ +Tue Jan 31 19:38:58 UTC 2023 - Andreas Stieger <[email protected]> + +- fix build for openSUSE Leap +- package examples and more documentation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ logfilegen.spec ++++++ --- /var/tmp/diff_new_pack.psUbKb/_old 2023-02-01 16:47:48.732755043 +0100 +++ /var/tmp/diff_new_pack.psUbKb/_new 2023-02-01 16:47:48.736755068 +0100 @@ -26,6 +26,9 @@ Source: https://github.com/psemiletov/logfilegen/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: c++_compiler BuildRequires: cmake +%if 0%{?suse_version} < 1599 +BuildRequires: gcc12-c++ +%endif %description Logfilegen is a tool to generate common server (nginx, etc) or user-defined @@ -39,7 +42,11 @@ %build %cmake \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ +%if 0%{?suse_version} < 1599 + -DCMAKE_CXX_COMPILER=g++-12 \ +%endif + %{nil} %make_build %install @@ -48,6 +55,7 @@ %files %license LICENSE %doc ChangeLog README.md +%doc docs/config.md docs/templates.md templates/* %{_bindir}/logfilegen %changelog
