Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pcre for openSUSE:Factory checked in 
at 2021-03-02 14:42:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcre (Old)
 and      /work/SRC/openSUSE:Factory/.pcre.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcre"

Tue Mar  2 14:42:02 2021 rev:76 rq:874484 version:8.44

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcre/pcre.changes        2021-02-22 
14:23:01.719588586 +0100
+++ /work/SRC/openSUSE:Factory/.pcre.new.2378/pcre.changes      2021-03-02 
15:22:42.277724874 +0100
@@ -1,0 +2,5 @@
+Mon Feb 22 20:46:12 UTC 2021 - Andreas Schwab <sch...@suse.de>
+
+- Copy pcre_jit_test only if jit is enabled
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pcre.spec ++++++
--- /var/tmp/diff_new_pack.LXIgXk/_old  2021-03-02 15:22:42.869720807 +0100
+++ /var/tmp/diff_new_pack.LXIgXk/_new  2021-03-02 15:22:42.873720779 +0100
@@ -158,9 +158,10 @@
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 # Available JIT archs see sljit/sljitConfig.h
+%global jit_archs %{ix86} x86_64 %{arm} aarch64 ppc ppc64 ppc64le mips sparc
 autoreconf -fiv
 %configure \
-%ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64 ppc64le mips sparc
+%ifarch %{jit_archs}
   --enable-jit \
 %endif
   --enable-static \
@@ -194,7 +195,9 @@
 cp Makefile %{testsuitedir}
 cp -r testdata %{testsuitedir}
 cp .libs/pcrecpp_unittest %{testsuitedir}
+%ifarch %{jit_archs}
 cp .libs/pcre_jit_test %{testsuitedir}
+%endif
 cp .libs/pcre_scanner_unittest %{testsuitedir}
 cp .libs/pcre_stringpiece_unittest %{testsuitedir}
 cp .libs/pcregrep %{testsuitedir}

Reply via email to