Hello community,

here is the log from the commit of package kdebindings3 for openSUSE:Factory 
checked in at 2015-09-08 17:45:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebindings3 (Old)
 and      /work/SRC/openSUSE:Factory/.kdebindings3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebindings3"

Changes:
--------
kdebindings3-javascript.changes: same change
--- /work/SRC/openSUSE:Factory/kdebindings3/kdebindings3.changes        
2015-06-05 08:46:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdebindings3.new/kdebindings3.changes   
2015-09-08 18:10:47.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Sep  7 00:00:00 CEST 2015 - dste...@suse.cz
+
+- fix build on factory
+  * Added: fix-perl-no-defined-array.diff
+
+-------------------------------------------------------------------

New:
----
  fix-perl-no-defined-array.diff

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

Other differences:
------------------
kdebindings3-javascript.spec: same change
++++++ kdebindings3.spec ++++++
--- /var/tmp/diff_new_pack.GJGTUa/_old  2015-09-08 18:11:03.000000000 +0200
+++ /var/tmp/diff_new_pack.GJGTUa/_new  2015-09-08 18:11:03.000000000 +0200
@@ -47,6 +47,7 @@
 Patch10:        admin-no-hpi.diff
 Patch11:        ruby-constness.diff
 Patch12:        kdebindings-3.5.10-alt-ruby-compile.patch
+Patch13:        fix-perl-no-defined-array.diff
 
 %description
 This package contains generator applications for creating bindings for
@@ -98,6 +99,7 @@
 %if %suse_version > 1210
 %patch12 -p1
 %endif
+%patch13 -p1
 
 # eventually we have a patch in kdelibs adding that
 if test -f /opt/kde3/include/kscrollview.h; then

++++++ fix-perl-no-defined-array.diff ++++++
Index: kdebindings-3.5.10/kalyptus/kdocAstUtil.pm
===================================================================
--- kdebindings-3.5.10.orig/kalyptus/kdocAstUtil.pm
+++ kdebindings-3.5.10/kalyptus/kdocAstUtil.pm
@@ -674,7 +674,7 @@ sub dumpAst
                dumpAst( $kid );
        }
 
-       print "\t" x $depth, "Documentation nodes:\n" if defined 
+       print "\t" x $depth, "Documentation nodes:\n" if
                @{ $node->{Doc}->{ "Text" }};
 
        foreach $kid ( @{ $node->{Doc}->{ "Text" }} ) {

Reply via email to