Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package soci for openSUSE:Factory checked in at 2022-12-15 19:26:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/soci (Old) and /work/SRC/openSUSE:Factory/.soci.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "soci" Thu Dec 15 19:26:03 2022 rev:5 rq:1043166 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/soci/soci.changes 2021-09-27 20:09:07.390476314 +0200 +++ /work/SRC/openSUSE:Factory/.soci.new.1835/soci.changes 2022-12-15 19:26:27.156482137 +0100 @@ -1,0 +2,5 @@ +Sun Aug 14 12:21:42 UTC 2022 - [email protected] + +- Add packages to be able to build on Fedora + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ soci.spec ++++++ --- /var/tmp/diff_new_pack.LqcCOb/_old 2022-12-15 19:26:27.564484459 +0100 +++ /var/tmp/diff_new_pack.LqcCOb/_new 2022-12-15 19:26:27.568484482 +0100 @@ -30,7 +30,11 @@ Patch0: fix-build-when-SIGSTKSZ-is-no-longer-a-constant.patch BuildRequires: cmake BuildRequires: gcc-c++ +%if 0%{?suse_version} BuildRequires: libboost_headers-devel +%else +BuildRequires: boost-devel +%endif BuildRequires: pkgconfig BuildRequires: pkgconfig(libmariadb) BuildRequires: pkgconfig(libpq) @@ -57,7 +61,11 @@ Summary: Development files for soci Group: Development/Tools/Other Requires: lib%{name}_core%{sover} = %{version} +%if 0%{?suse_version} Requires: libboost_headers-devel +%else +Requires: boost-devel +%endif %description devel soci is a C++ database access library that provides the illusion of
