Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package liblangtag for openSUSE:Factory checked in at 2021-06-01 10:33:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblangtag (Old) and /work/SRC/openSUSE:Factory/.liblangtag.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblangtag" Tue Jun 1 10:33:57 2021 rev:15 rq:895577 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/liblangtag/liblangtag.changes 2020-08-19 18:47:06.207537239 +0200 +++ /work/SRC/openSUSE:Factory/.liblangtag.new.1898/liblangtag.changes 2021-06-01 10:34:15.332485526 +0200 @@ -1,0 +2,6 @@ +Wed May 19 15:24:07 UTC 2021 - Fridrich Strba <fst...@suse.com> + +- Specify -std=gnu99 in order to be able to build with older + compilers + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblangtag.spec ++++++ --- /var/tmp/diff_new_pack.MetJQm/_old 2021-06-01 10:34:15.720486187 +0200 +++ /var/tmp/diff_new_pack.MetJQm/_new 2021-06-01 10:34:15.724486194 +0200 @@ -1,7 +1,7 @@ # # spec file for package liblangtag # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,7 @@ # +%{!?make_build:%global make_build make %{?_smp_mflags}} %define libname liblangtag1 Name: liblangtag Version: 0.6.3 @@ -100,13 +101,14 @@ %setup -q %build +export CFLAGS=-std=gnu99 %configure \ --disable-silent-rules \ --disable-static \ --enable-test \ --disable-introspection \ --docdir=%{_docdir}/%{name} -make %{?_smp_mflags} +%make_build %install %make_install @@ -114,7 +116,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %check -make %{?_smp_mflags} check +%make_build check %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig