Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package haproxy for openSUSE:Factory checked in at 2022-11-22 16:11:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/haproxy (Old) and /work/SRC/openSUSE:Factory/.haproxy.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "haproxy" Tue Nov 22 16:11:08 2022 rev:123 rq:1037297 version:2.6.6+git0.274d1a4df Changes: -------- --- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes 2022-09-27 20:13:23.409755490 +0200 +++ /work/SRC/openSUSE:Factory/.haproxy.new.1597/haproxy.changes 2022-11-22 16:11:10.406331509 +0100 @@ -1,0 +2,10 @@ +Tue Nov 22 13:13:45 UTC 2022 - Marcus Rueckert <mrueck...@suse.de> + +- reenable the pcre jit after the last change + +------------------------------------------------------------------- +Fri Oct 14 11:20:34 UTC 2022 - Stephan Kulow <co...@suse.com> + +- Switch from unmaintained pcre 8.45 to pcre2 10 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ haproxy.spec ++++++ --- /var/tmp/diff_new_pack.uFYkYA/_old 2022-11-22 16:11:11.130335183 +0100 +++ /var/tmp/diff_new_pack.uFYkYA/_new 2022-11-22 16:11:11.138335223 +0100 @@ -35,11 +35,7 @@ %bcond_with systemd %endif -%if 0%{?suse_version} > 1140 -%bcond_without pcre_jit -%else -%bcond_with pcre_jit -%endif +%bcond_without pcre2_jit %bcond_without apparmor %if 0%{?suse_version} > 1320 @@ -76,7 +72,7 @@ %if %{with lua} BuildRequires: lua-devel >= 5.3 %endif -BuildRequires: pcre-devel +BuildRequires: pcre2-devel BuildRequires: zlib-devel BuildRequires: openssl-devel BuildRequires: pkg-config @@ -143,9 +139,9 @@ make %{?_smp_mflags} \ TARGET=linux-glibc \ CPU="%{_target_cpu}" \ - USE_PCRE=1 \ - %if %{with pcre_jit} - USE_PCRE_JIT=1 \ + USE_PCRE2=1 \ + %if %{with pcre2_jit} + USE_PCRE2_JIT=1 \ %endif %ifarch %ix86 USE_REGPARM=1 \