Hello community,

here is the log from the commit of package pcre for openSUSE:Factory checked in 
at 2017-06-12 15:09:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcre (Old)
 and      /work/SRC/openSUSE:Factory/.pcre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcre"

Mon Jun 12 15:09:53 2017 rev:65 rq:501301 version:8.40

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcre/pcre.changes        2017-03-03 
17:38:10.551047747 +0100
+++ /work/SRC/openSUSE:Factory/.pcre.new/pcre.changes   2017-06-12 
15:10:00.466191328 +0200
@@ -1,0 +2,6 @@
+Fri Jun  2 12:42:01 UTC 2017 - mplus...@suse.com
+
+- Enable jit on aarch64
+- Enable profiled building
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pcre.spec ++++++
--- /var/tmp/diff_new_pack.gsmovt/_old  2017-06-12 15:10:01.258079593 +0200
+++ /var/tmp/diff_new_pack.gsmovt/_new  2017-06-12 15:10:01.262079028 +0200
@@ -37,7 +37,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The PCRE library is a set of functions that implement regular
@@ -146,9 +145,8 @@
 %build
 # Available JIT archs see sljit/sljitConfig.h
 autoreconf -fiv
-export LDFLAGS="-Wl,-z,relro,-z,now"
 %configure \
-%ifarch %{ix86} x86_64 %{arm} ppc ppc64 ppc64le mips sparc
+%ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64 ppc64le mips sparc
            --enable-jit \
 %endif
            --enable-static \
@@ -158,7 +156,14 @@
            --enable-pcre16 \
            --enable-utf8 \
            --enable-unicode-properties
-make %{?_smp_mflags} V=1
+%if %{do_profiling}
+  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1
+  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" check
+  make clean
+  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1
+%else
+  make %{?_smp_mflags} CFLAGS="%{optflags}"
+%endif
 
 %install
 %make_install
@@ -168,8 +173,7 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-export LANG=POSIX
-make test -j1
+make %{?_smp_mflags} check
 
 %post -n libpcre1 -p /sbin/ldconfig
 %postun -n libpcre1 -p /sbin/ldconfig



Reply via email to