Hello community,

here is the log from the commit of package ldns for openSUSE:Factory checked in 
at 2015-09-03 18:02:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ldns (Old)
 and      /work/SRC/openSUSE:Factory/.ldns.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ldns"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ldns/ldns.changes        2014-06-06 
14:36:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ldns.new/ldns.changes   2015-09-03 
18:07:48.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Sep  1 11:46:20 UTC 2015 - [email protected]
+
+- Add ldns-perl-5.22.patch: Fix build with perl 5.22.
+
+-------------------------------------------------------------------

New:
----
  ldns-perl-5.22.patch

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

Other differences:
------------------
++++++ ldns.spec ++++++
--- /var/tmp/diff_new_pack.FQUxNU/_old  2015-09-03 18:07:52.000000000 +0200
+++ /var/tmp/diff_new_pack.FQUxNU/_new  2015-09-03 18:07:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ldns
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,7 @@
 #
 Url:            http://www.nlnetlabs.nl/projects/ldns/
 Source:         http://www.nlnetlabs.nl/downloads/ldns/ldns-%{version}.tar.gz
+Patch0:         ldns-perl-5.22.patch
 #
 Summary:        A dns library
 License:        BSD-3-Clause
@@ -96,6 +97,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"

++++++ ldns-perl-5.22.patch ++++++
Index: ldns-1.6.17/doc/doxyparse.pl
===================================================================
--- ldns-1.6.17.orig/doc/doxyparse.pl
+++ ldns-1.6.17/doc/doxyparse.pl
@@ -273,7 +273,7 @@ foreach (keys %manpages) {
 
        print MAN $MAN_MIDDLE;
 
-       if (defined(@$also)) {
+       if (@$also) {
                print MAN "\n.SH SEE ALSO\n\\fI";
                print MAN join "\\fR, \\fI", @$also;
                print MAN "\\fR.\nAnd ";

Reply via email to