Hello community,

here is the log from the commit of package pcre2 for openSUSE:Factory checked 
in at 2017-08-23 11:52:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcre2 (Old)
 and      /work/SRC/openSUSE:Factory/.pcre2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcre2"

Wed Aug 23 11:52:54 2017 rev:7 rq:516557 version:10.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcre2/pcre2.changes      2017-05-06 
18:24:47.808328234 +0200
+++ /work/SRC/openSUSE:Factory/.pcre2.new/pcre2.changes 2017-08-23 
11:52:55.605655801 +0200
@@ -1,0 +2,5 @@
+Sat Aug  5 17:34:26 UTC 2017 - [email protected]
+
+- fix SLE 11 build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pcre2.spec ++++++
--- /var/tmp/diff_new_pack.0lnveY/_old  2017-08-23 11:52:56.465534756 +0200
+++ /var/tmp/diff_new_pack.0lnveY/_new  2017-08-23 11:52:56.469534194 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%define with_libedit 0%{?suse_version} > 1110
 Name:           pcre2
 Version:        10.23
 Release:        0
@@ -34,10 +35,12 @@
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libbz2-devel
-BuildRequires:  libedit-devel
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
+%if %{with_libedit}
+BuildRequires:  libedit-devel
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -185,7 +188,9 @@
            --enable-pcre2-32 \
            --enable-pcre2grep-libz \
            --enable-pcre2grep-libbz2 \
+%if %{with_libedit}
            --enable-pcre2test-libedit \
+%endif
            --enable-unicode
 make %{?_smp_mflags} V=1
 
@@ -201,19 +206,12 @@
 make check -j1
 
 %post -n libpcre2-8-0 -p /sbin/ldconfig
-
 %postun -n libpcre2-8-0 -p /sbin/ldconfig
-
 %post -n libpcre2-16-0 -p /sbin/ldconfig
-
 %postun -n libpcre2-16-0 -p /sbin/ldconfig
-
 %post -n libpcre2-32-0 -p /sbin/ldconfig
-
 %postun -n libpcre2-32-0 -p /sbin/ldconfig
-
 %post -n libpcre2-posix1 -p /sbin/ldconfig
-
 %postun -n libpcre2-posix1 -p /sbin/ldconfig
 
 %files -n libpcre2-8-0
@@ -223,18 +221,22 @@
 
 %files -n libpcre2-16-0
 %defattr(-,root,root)
+%doc LICENCE
 %{_libdir}/libpcre2-16.so.*
 
 %files -n libpcre2-32-0
 %defattr(-,root,root)
+%doc LICENCE
 %{_libdir}/libpcre2-32.so.*
 
 %files -n libpcre2-posix1
 %defattr(-,root,root)
+%doc LICENCE
 %{_libdir}/libpcre2-posix.so.*
 
 %files tools
 %defattr(-,root,root)
+%doc LICENCE
 %{_bindir}/pcre2grep
 %{_bindir}/pcre2test
 %{_mandir}/man1/pcre2grep.*
@@ -242,11 +244,13 @@
 
 %files doc
 %defattr(-,root,root)
+%doc AUTHORS COPYING ChangeLog LICENCE NEWS README
 %doc doc/html doc/*.txt
 %doc %{_defaultdocdir}/pcre2-doc
 
 %files devel
 %defattr(-,root,root)
+%doc LICENCE
 %{_bindir}/pcre2-config
 %{_includedir}/*
 %{_libdir}/*.so



Reply via email to