From 6a0a8d763ca75c736654456ceef49a579dbaca1fccf056d8ef0e09a8a0254440 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 6 May 2017 16:24:46 +0000 Subject: [PATCH] Accepting request 492519 from devel:libraries:c_c++ - pcre2grep can now read .gz and .bz2 files directly - pcre2test is now built to support line editing OBS-URL: https://build.opensuse.org/request/show/492519 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre2?expand=0&rev=6 --- pcre2.changes | 6 ++++++ pcre2.spec | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/pcre2.changes b/pcre2.changes index 6616f22..a0ce0cb 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 2 17:28:30 UTC 2017 - astieger@suse.com + +- pcre2grep can now read .gz and .bz2 files directly +- pcre2test is now built to support line editing + ------------------------------------------------------------------- Thu Feb 16 21:25:42 UTC 2017 - astieger@suse.com diff --git a/pcre2.spec b/pcre2.spec index 0818c7d..0dc0d37 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -33,8 +33,11 @@ Patch1: pcre2-10.10-multilib.patch 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 @@ export LDFLAGS="-Wl,-z,relro,-z,now" --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