Hello community, here is the log from the commit of package pcre2 for openSUSE:Factory checked in at 2017-05-06 18:24:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcre2 (Old) and /work/SRC/openSUSE:Factory/.pcre2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcre2" Sat May 6 18:24:46 2017 rev:6 rq:492519 version:10.23 Changes: -------- --- /work/SRC/openSUSE:Factory/pcre2/pcre2.changes 2017-02-20 13:13:31.825656187 +0100 +++ /work/SRC/openSUSE:Factory/.pcre2.new/pcre2.changes 2017-05-06 18:24:47.808328234 +0200 @@ -1,0 +2,6 @@ +Tue May 2 17:28:30 UTC 2017 - [email protected] + +- pcre2grep can now read .gz and .bz2 files directly +- pcre2test is now built to support line editing + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcre2.spec ++++++ --- /var/tmp/diff_new_pack.2cnAH6/_old 2017-05-06 18:24:48.648209723 +0200 +++ /var/tmp/diff_new_pack.2cnAH6/_new 2017-05-06 18:24:48.648209723 +0200 @@ -33,8 +33,11 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ +BuildRequires: libbz2-devel +BuildRequires: libedit-devel BuildRequires: libtool BuildRequires: pkg-config +BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -180,6 +183,9 @@ --enable-newline-is-lf \ --enable-pcre2-16 \ --enable-pcre2-32 \ + --enable-pcre2grep-libz \ + --enable-pcre2grep-libbz2 \ + --enable-pcre2test-libedit \ --enable-unicode make %{?_smp_mflags} V=1
