Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package re2 for openSUSE:Factory checked in 
at 2021-12-08 22:08:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/re2 (Old)
 and      /work/SRC/openSUSE:Factory/.re2.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "re2"

Wed Dec  8 22:08:24 2021 rev:42 rq:935804 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/re2/re2.changes  2021-11-06 18:17:59.872883526 
+0100
+++ /work/SRC/openSUSE:Factory/.re2.new.31177/re2.changes       2021-12-08 
22:08:30.922850181 +0100
@@ -1,0 +2,5 @@
+Sun Dec  5 15:08:50 UTC 2021 - Callum Farmer <gm...@opensuse.org>
+
+- Use newer libs and GCC on Leap 15.3 & 15.4
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ re2.spec ++++++
--- /var/tmp/diff_new_pack.cADwfq/_old  2021-12-08 22:08:31.346850380 +0100
+++ /var/tmp/diff_new_pack.cADwfq/_new  2021-12-08 22:08:31.346850380 +0100
@@ -28,7 +28,11 @@
 URL:            https://github.com/google/re2
 Source0:        %{url}/archive/%{longver}/%{name}-%{longver}.tar.gz
 Source99:       baselibs.conf
+%if %{?suse_version} < 1550
+BuildRequires:  gcc10-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  pkgconfig
 
 %description
@@ -75,6 +79,9 @@
 %autosetup -n %{name}-%{longver}
 
 %build
+%if 0%{?suse_version} < 1550
+export CXX=g++-10
+%endif
 ARCH_FLAGS="`echo %{optflags} | sed -e 's/-O2/-O3/g'`"
 export CXXFLAGS="${ARCH_FLAGS}"
 %make_build
@@ -86,6 +93,9 @@
 find %{buildroot} -name '*.a' -delete -print
 
 %check
+%if 0%{?suse_version} < 1550
+export CXX=g++-10
+%endif
 %make_build shared-testinstall DESTDIR=%{buildroot} includedir=%{_includedir} 
libdir=%{_libdir}
 
 %post -n %{libname} -p /sbin/ldconfig

Reply via email to