From df93a79905fbd7748ee0380de93ca10ce3543a02261a6aae531cc22ddcafea8b Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Tue, 2 May 2017 16:56:53 +0000 Subject: [PATCH 1/3] - pcre2grep can now read .gz and .bz2 files directly OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=15 --- pcre2.changes | 5 +++++ pcre2.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/pcre2.changes b/pcre2.changes index 6616f22..af03a54 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 2 16:56:21 UTC 2017 - astieger@suse.com + +- pcre2grep can now read .gz and .bz2 files directly + ------------------------------------------------------------------- Thu Feb 16 21:25:42 UTC 2017 - astieger@suse.com diff --git a/pcre2.spec b/pcre2.spec index 0818c7d..40b6c30 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -33,8 +33,10 @@ Patch1: pcre2-10.10-multilib.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ +BuildRequires: libbz2-devel BuildRequires: libtool BuildRequires: pkg-config +BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -180,6 +182,8 @@ export LDFLAGS="-Wl,-z,relro,-z,now" --enable-newline-is-lf \ --enable-pcre2-16 \ --enable-pcre2-32 \ + --enable-pcre2grep-libz \ + --enable-pcre2grep-libbz2 \ --enable-unicode make %{?_smp_mflags} V=1 From dafd68180e8da0d81cb0de0fd2d79ca2035005ff7413eeccd51cfc70e222ea19 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Tue, 2 May 2017 17:28:47 +0000 Subject: [PATCH 2/3] - pcre2test now built do support line editing OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=16 --- pcre2.changes | 3 ++- pcre2.spec | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pcre2.changes b/pcre2.changes index af03a54..8d3ef77 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Tue May 2 16:56:21 UTC 2017 - astieger@suse.com +Tue May 2 17:28:30 UTC 2017 - astieger@suse.com - pcre2grep can now read .gz and .bz2 files directly +- pcre2test now built do support line editing ------------------------------------------------------------------- Thu Feb 16 21:25:42 UTC 2017 - astieger@suse.com diff --git a/pcre2.spec b/pcre2.spec index 40b6c30..0dc0d37 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -34,6 +34,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libbz2-devel +BuildRequires: libedit-devel BuildRequires: libtool BuildRequires: pkg-config BuildRequires: zlib-devel @@ -184,6 +185,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now" --enable-pcre2-32 \ --enable-pcre2grep-libz \ --enable-pcre2grep-libbz2 \ + --enable-pcre2test-libedit \ --enable-unicode make %{?_smp_mflags} V=1 From c9faa7dc3e88610e37e16503e8a41c0d3b75dcec37ab715f8e4c62f7b9b452aa Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Tue, 2 May 2017 17:29:28 +0000 Subject: [PATCH 3/3] cl OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=17 --- pcre2.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcre2.changes b/pcre2.changes index 8d3ef77..a0ce0cb 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -2,7 +2,7 @@ Tue May 2 17:28:30 UTC 2017 - astieger@suse.com - pcre2grep can now read .gz and .bz2 files directly -- pcre2test now built do support line editing +- pcre2test is now built to support line editing ------------------------------------------------------------------- Thu Feb 16 21:25:42 UTC 2017 - astieger@suse.com