Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dnsdist for openSUSE:Factory checked 
in at 2023-09-08 21:16:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnsdist (Old)
 and      /work/SRC/openSUSE:Factory/.dnsdist.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnsdist"

Fri Sep  8 21:16:09 2023 rev:6 rq:1109721 version:1.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnsdist/dnsdist.changes  2023-04-17 
17:41:19.058227976 +0200
+++ /work/SRC/openSUSE:Factory/.dnsdist.new.1766/dnsdist.changes        
2023-09-08 21:17:15.390149626 +0200
@@ -1,0 +2,7 @@
+Fri Sep  8 12:11:34 UTC 2023 - Adam Majer <adam.ma...@suse.de> - 1.8.1
+
+- update to 1.8.1
+  bug fix release. For details, see
+  https://dnsdist.org/changelog.html#change-1.8.1
+
+-------------------------------------------------------------------

Old:
----
  dnsdist-1.8.0.tar.bz2
  dnsdist-1.8.0.tar.bz2.sig

New:
----
  dnsdist-1.8.1.tar.bz2
  dnsdist-1.8.1.tar.bz2.sig

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

Other differences:
------------------
++++++ dnsdist.spec ++++++
--- /var/tmp/diff_new_pack.WZlKuk/_old  2023-09-08 21:17:16.862202342 +0200
+++ /var/tmp/diff_new_pack.WZlKuk/_new  2023-09-08 21:17:16.866202485 +0200
@@ -26,7 +26,7 @@
 # in which case it might be faster to just run it locally and put the 
regenerated file into the tarball
 %bcond_with     dnsdist_ragel
 
-# requires h2o http server
+# requires h2o http server for DoH
 %bcond_with  dnsdist_doh
 
 %if 0%{?%is_backports} || 0%{?suse_version} >= 1599
@@ -35,8 +35,14 @@
 %bcond_with     dnsdist_re2
 %endif
 
+%if 0%{?sle_version} >= 150400 || 0%{?suse_version} >= 1599
+%bcond_without  dnsdist_luajit
+%else
+%bcond_with     dnsdist_luajit
+%endif
+
 Name:           dnsdist
-Version:        1.8.0
+Version:        1.8.1
 Release:        0
 License:        GPL-2.0-only
 Summary:        A highly DNS-, DoS- and abuse-aware loadbalancer
@@ -67,7 +73,11 @@
 BuildRequires:  libfstrm-devel
 BuildRequires:  libsodium-devel
 BuildRequires:  lmdb-devel
-BuildRequires:  luajit-devel
+%if %{with dnsdist_luajit}
+BuildRequires:  pkgconfig(luajit)
+%else
+BuildRequires:  pkgconfig(lua)
+%endif
 BuildRequires:  net-snmp-devel
 BuildRequires:  pkgconfig
 BuildRequires:  sysuser-shadow
@@ -113,7 +123,9 @@
   --with-ebpf \
   --with-net-snmp \
   --with-libcap \
+%if %{with dnsdist_luajit}
   --with-lua=luajit \
+%endif
   --with-lmdb \
   --disable-silent-rules \
   --bindir=%{_sbindir} \

++++++ dnsdist-1.8.0.tar.bz2 -> dnsdist-1.8.1.tar.bz2 ++++++
++++ 2334 lines of diff (skipped)

Reply via email to