Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ngrep for openSUSE:Factory checked in at 2022-11-16 15:43:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ngrep (Old) and /work/SRC/openSUSE:Factory/.ngrep.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ngrep" Wed Nov 16 15:43:20 2022 rev:8 rq:1035890 version:1.47 Changes: -------- --- /work/SRC/openSUSE:Factory/ngrep/ngrep.changes 2019-02-27 17:28:25.791336251 +0100 +++ /work/SRC/openSUSE:Factory/.ngrep.new.1597/ngrep.changes 2022-11-16 15:43:34.679878428 +0100 @@ -1,0 +2,6 @@ +Fri Sep 23 06:11:48 UTC 2022 - Stephan Kulow <[email protected]> + +- Cherry picking PR 27.patch from github to switch to PCRE2 (project + seems dead unfortunately) - rebased though + +------------------------------------------------------------------- New: ---- 27.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ngrep.spec ++++++ --- /var/tmp/diff_new_pack.Z3wia8/_old 2022-11-16 15:43:35.151880140 +0100 +++ /var/tmp/diff_new_pack.Z3wia8/_new 2022-11-16 15:43:35.159880169 +0100 @@ -1,7 +1,7 @@ # # spec file for package ngrep # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,10 +23,12 @@ Summary: Network grep License: BSD-4-Clause Group: Productivity/Networking/Diagnostic -Url: https://github.com/jpr5/ngrep +URL: https://github.com/jpr5/ngrep Source: https://github.com/jpr5/ngrep/archive/V%{tarver}.tar.gz#/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM: Switch from PCRE to PCRE2 (https://github.com/jpr5/ngrep/pull/27) +Patch0: 27.patch BuildRequires: libpcap-devel -BuildRequires: pcre-devel +BuildRequires: pcre2-devel %description ngrep strives to provide most of GNU grep's common features, applying them @@ -39,10 +41,11 @@ %prep %setup -q -n %{name}-%{tarver} +%patch0 -p1 %build %configure \ - --enable-pcre \ + --enable-pcre2 \ --enable-ipv6 \ --with-pcap-includes=%{_includedir}/pcap ++++++ 27.patch ++++++ ++++ 5448 lines (skipped)
