- Update to version 2.3.0+git0.1c0a722a8:

https://www.haproxy.com/blog/announcing-haproxy-2-3/
  for all the details see
  /usr/share/doc/packages/haproxy/CHANGELOG

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=229
This commit is contained in:
2020-11-05 18:10:17 +00:00
committed by Git OBS Bridge
parent 7119023647
commit 4e594d7360
6 changed files with 18 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">http://git.haproxy.org/git/haproxy-2.2.git</param>
<param name="url">http://git.haproxy.org/git/haproxy-2.3.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.2.5</param>
<param name="revision">v2.3.0</param>
<param name="changesgenerate">enable</param>
</service>