Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2022-10-10 18:43:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bind (Old)
 and      /work/SRC/openSUSE:Factory/.bind.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bind"

Mon Oct 10 18:43:29 2022 rev:186 rq:1008629 version:9.18.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/bind/bind.changes        2022-09-22 
14:49:40.594399675 +0200
+++ /work/SRC/openSUSE:Factory/.bind.new.2275/bind.changes      2022-10-10 
18:43:37.762748142 +0200
@@ -1,0 +2,8 @@
+Wed Oct  5 20:01:23 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+- Add fix_documentation-Sphinx.patch to fix building with the
+  current Sphinx
+  (https://gitlab.isc.org/isc-projects/bind9/-/issues/3572).
+- Reapply bind-ldapdump-use-valid-host.patch
+
+-------------------------------------------------------------------

New:
----
  fix_documentation-Sphinx.patch

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

Other differences:
------------------
++++++ bind.spec ++++++
--- /var/tmp/diff_new_pack.hpfgQr/_old  2022-10-10 18:43:38.414749545 +0200
+++ /var/tmp/diff_new_pack.hpfgQr/_new  2022-10-10 18:43:38.418749554 +0200
@@ -75,6 +75,10 @@
 # configuation file for systemd-sysusers
 Source72:       named.conf
 Patch56:        bind-ldapdump-use-valid-host.patch
+# PATCH-FIX-UPSTREAM fix_documentation-Sphinx.patch mc...@suse.com
+# See https://gitlab.isc.org/isc-projects/bind9/-/issues/3572
+# Make :any: reference unequivocal.
+Patch99:        fix_documentation-Sphinx.patch
 BuildRequires:  libcap-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libtool


++++++ bind-ldapdump-use-valid-host.patch ++++++
--- /var/tmp/diff_new_pack.hpfgQr/_old  2022-10-10 18:43:38.450749623 +0200
+++ /var/tmp/diff_new_pack.hpfgQr/_new  2022-10-10 18:43:38.450749623 +0200
@@ -1,6 +1,10 @@
+---
+ vendor-files/tools/ldapdump |   14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
 --- a/vendor-files/tools/ldapdump
 +++ b/vendor-files/tools/ldapdump
-@@ -343,11 +343,11 @@ 
+@@ -343,11 +343,11 @@ sub dropStaticZoneEntries {
          };
          print PIPE "server $server\n" or die "can???t write to $nsupdate 
pipe: $!";
      }
@@ -14,7 +18,7 @@
      }
      foreach my $e ( @data ) {
          next if( $e =~ /^[\s;]/ );
-@@ -587,6 +587,7 @@ 
+@@ -587,6 +587,7 @@ sub updateDynamicZone {
              my $ref = $zone_entry->get_value($rec.'record', asref => 1);
              next unless $ref;
              foreach my $rr ( @$ref ) {
@@ -22,7 +26,7 @@
                  my $where = ($rdn eq '@')?("$zone."):("$rdn.$zone");
                  my $command = "update add $where $ttl $rec $rr\n";
                  print STDERR "\t\t$command" if($DEBUG);
-@@ -596,9 +597,10 @@ 
+@@ -596,9 +597,10 @@ sub updateDynamicZone {
              }
          }
      }
@@ -35,7 +39,7 @@
          print PIPE "\n\n\n" or die "can???t write to $nsupdate pipe: $!";
          close(PIPE) or die "can???t close $nsupdate pipe: status=$?";
      }
-@@ -688,9 +688,11 @@ 
+@@ -686,9 +688,11 @@ sub parseDynEntries {
      my %entries;
      my $entry = "";
      foreach( my $i=0; $i<@data; $i++ ) {
@@ -49,4 +53,3 @@
              $data[$i] =~ /^\s+(.*)/;
              $entries{$entry} .= "\t$1\n";
 
-


++++++ fix_documentation-Sphinx.patch ++++++
++++ 863 lines (skipped)

Reply via email to