Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2023-06-01 17:19:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haproxy (Old)
 and      /work/SRC/openSUSE:Factory/.haproxy.new.2531 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "haproxy"

Thu Jun  1 17:19:32 2023 rev:131 rq:1090094 version:2.8.0+git0.fdd8154ed

Changes:
--------
--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2023-05-02 
17:08:55.943875604 +0200
+++ /work/SRC/openSUSE:Factory/.haproxy.new.2531/haproxy.changes        
2023-06-01 17:19:40.458215128 +0200
@@ -1,0 +2,14 @@
+Wed May 31 19:10:51 UTC 2023 - Marcus Rueckert <[email protected]>
+
+- Refreshed patches to apply cleanly again:
+  haproxy-1.6.0-makefile_lib.patch
+  haproxy-1.6.0-sec-options.patch
+- Updated series file: removed outdated patches
+
+-------------------------------------------------------------------
+Wed May 31 19:07:54 UTC 2023 - [email protected]
+
+- Update to version 2.8.0+git0.fdd8154ed:
+  https://www.mail-archive.com/[email protected]/msg43600.html
+
+-------------------------------------------------------------------

Old:
----
  haproxy-2.7.8+git0.58c657f26.tar.gz

New:
----
  haproxy-2.8.0+git0.fdd8154ed.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ haproxy.spec ++++++
--- /var/tmp/diff_new_pack.64LJwc/_old  2023-06-01 17:19:41.074218778 +0200
+++ /var/tmp/diff_new_pack.64LJwc/_new  2023-06-01 17:19:41.078218801 +0200
@@ -51,7 +51,7 @@
 %endif
 
 Name:           haproxy
-Version:        2.7.8+git0.58c657f26
+Version:        2.8.0+git0.fdd8154ed
 Release:        0
 #
 #

++++++ _service ++++++
--- /var/tmp/diff_new_pack.64LJwc/_old  2023-06-01 17:19:41.118219039 +0200
+++ /var/tmp/diff_new_pack.64LJwc/_new  2023-06-01 17:19:41.122219062 +0200
@@ -1,12 +1,12 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">http://git.haproxy.org/git/haproxy-2.7.git</param>
+    <param name="url">http://git.haproxy.org/git/haproxy-2.8.git</param>
     <param name="scm">git</param>
     <param name="filename">haproxy</param>
     <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
-    <param name="revision">v2.7.8</param>
+    <param name="revision">v2.8.0</param>
     <param name="changesgenerate">enable</param>
   </service>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.64LJwc/_old  2023-06-01 17:19:41.142219181 +0200
+++ /var/tmp/diff_new_pack.64LJwc/_new  2023-06-01 17:19:41.146219205 +0200
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
-    <param name="url">http://git.haproxy.org/git/haproxy-2.7.git</param>
-    <param 
name="changesrevision">58c657f26f0f7981df56c87893677924bfa0d9f2</param>
+    <param name="url">http://git.haproxy.org/git/haproxy-2.8.git</param>
+    <param 
name="changesrevision">fdd8154ed37fef7f351075caa357917f94704dd7</param>
   </service>
 </servicedata>
 (No newline at EOF)

++++++ haproxy-1.6.0-makefile_lib.patch ++++++
--- /var/tmp/diff_new_pack.64LJwc/_old  2023-06-01 17:19:41.154219252 +0200
+++ /var/tmp/diff_new_pack.64LJwc/_new  2023-06-01 17:19:41.158219276 +0200
@@ -1,23 +1,23 @@
-Index: haproxy-2.6/Makefile
+Index: haproxy-2.8/Makefile
 ===================================================================
---- haproxy-2.6.orig/Makefile
-+++ haproxy-2.6/Makefile
-@@ -759,7 +759,7 @@ PCRE_CONFIG        := pcre-config
- PCREDIR               := $(shell $(PCRE_CONFIG) --prefix 2>/dev/null || echo 
/usr/local)
- ifneq ($(PCREDIR),)
- PCRE_INC        := $(PCREDIR)/include
--PCRE_LIB        := $(PCREDIR)/lib
-+PCRE_LIB        := $(PCREDIR)/$(LIB)
- endif
+--- haproxy-2.8.orig/Makefile
++++ haproxy-2.8/Makefile
+@@ -750,7 +750,7 @@ ifneq ($(USE_PCRE)$(USE_STATIC_PCRE)$(US
+   PCREDIR     := $(shell $(PCRE_CONFIG) --prefix 2>/dev/null || echo 
/usr/local)
+   ifneq ($(PCREDIR),)
+     PCRE_INC := $(PCREDIR)/include
+-    PCRE_LIB := $(PCREDIR)/lib
++    PCRE_LIB := $(PCREDIR)/$(LIB)
+   endif
  
- ifeq ($(USE_STATIC_PCRE),)
-@@ -778,7 +778,7 @@ PCRE2_CONFIG       := pcre2-config
- PCRE2DIR      := $(shell $(PCRE2_CONFIG) --prefix 2>/dev/null || echo 
/usr/local)
- ifneq ($(PCRE2DIR),)
- PCRE2_INC       := $(PCRE2DIR)/include
--PCRE2_LIB       := $(PCRE2DIR)/lib
-+PCRE2_LIB       := $(PCRE2DIR)/$(LIB)
+   PCRE_CFLAGS := $(if $(PCRE_INC),-I$(PCRE_INC))
+@@ -768,7 +768,7 @@ ifneq ($(USE_PCRE2)$(USE_STATIC_PCRE2)$(
+   PCRE2DIR     := $(shell $(PCRE2_CONFIG) --prefix 2>/dev/null || echo 
/usr/local)
+   ifneq ($(PCRE2DIR),)
+     PCRE2_INC := $(PCRE2DIR)/include
+-    PCRE2_LIB := $(PCRE2DIR)/lib
++    PCRE2_LIB := $(PCRE2DIR)/$(LIB)
  
- ifeq ($(PCRE2_WIDTH),)
- PCRE2_WIDTH   = 8
+     ifeq ($(PCRE2_WIDTH),)
+       PCRE2_WIDTH = 8
 

++++++ haproxy-1.6.0-sec-options.patch ++++++
--- /var/tmp/diff_new_pack.64LJwc/_old  2023-06-01 17:19:41.166219323 +0200
+++ /var/tmp/diff_new_pack.64LJwc/_new  2023-06-01 17:19:41.170219347 +0200
@@ -4,12 +4,12 @@
 
     SUSE: Makefile sec options
 
-Index: haproxy-2.6/Makefile
+Index: haproxy-2.8/Makefile
 ===================================================================
---- haproxy-2.6.orig/Makefile
-+++ haproxy-2.6/Makefile
-@@ -848,6 +848,35 @@ ifneq ($(USE_LIBATOMIC),)
-   TARGET_LDFLAGS += -latomic
+--- haproxy-2.8.orig/Makefile
++++ haproxy-2.8/Makefile
+@@ -849,6 +849,35 @@ ifneq ($(TRACE),)
+   COPTS += -finstrument-functions
  endif
  
 +# PIE

++++++ haproxy-2.7.8+git0.58c657f26.tar.gz -> 
haproxy-2.8.0+git0.fdd8154ed.tar.gz ++++++
++++ 56993 lines of diff (skipped)

++++++ series ++++++
--- /var/tmp/diff_new_pack.64LJwc/_old  2023-06-01 17:19:41.970224089 +0200
+++ /var/tmp/diff_new_pack.64LJwc/_new  2023-06-01 17:19:41.974224113 +0200
@@ -1,5 +1,4 @@
 haproxy-1.6.0_config_haproxy_user.patch
 haproxy-1.6.0-makefile_lib.patch
 haproxy-1.6.0-sec-options.patch
-lua54.patch
 

Reply via email to