Hello community, here is the log from the commit of package re2 for openSUSE:Factory checked in at 2020-02-22 18:58:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/re2 (Old) and /work/SRC/openSUSE:Factory/.re2.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "re2" Sat Feb 22 18:58:48 2020 rev:28 rq:777715 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/re2/re2.changes 2020-01-12 23:15:50.990626747 +0100 +++ /work/SRC/openSUSE:Factory/.re2.new.26092/re2.changes 2020-02-22 18:59:07.313486305 +0100 @@ -1,0 +2,5 @@ +Thu Feb 13 13:23:29 UTC 2020 - Martin Pluskal <[email protected]> + +- Small spec file update + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ re2.spec ++++++ --- /var/tmp/diff_new_pack.rGKVHt/_old 2020-02-22 18:59:08.321488258 +0100 +++ /var/tmp/diff_new_pack.rGKVHt/_new 2020-02-22 18:59:08.325488265 +0100 @@ -75,16 +75,16 @@ %setup -q -n %{name}-%{longver} %build -make %{?_smp_mflags} CXXFLAGS="%{optflags}" +%make_build CXXFLAGS="%{optflags}" %install -make install DESTDIR=%{buildroot} includedir=%{_includedir} libdir=%{_libdir} +%make_install includedir=%{_includedir} libdir=%{_libdir} # Suppress the static library find %{buildroot} -name 'lib%{name}.a' -delete %check -make %{?_smp_mflags} test +%make_build test %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig
