Hello community,

here is the log from the commit of package intltool for openSUSE:Factory 
checked in at 2017-10-02 16:44:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intltool (Old)
 and      /work/SRC/openSUSE:Factory/.intltool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "intltool"

Mon Oct  2 16:44:14 2017 rev:34 rq:528643 version:0.51.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/intltool/intltool.changes        2017-05-18 
20:39:26.058501163 +0200
+++ /work/SRC/openSUSE:Factory/.intltool.new/intltool.changes   2017-10-02 
16:44:15.298193975 +0200
@@ -1,0 +2,5 @@
+Sun Sep 24 07:18:06 UTC 2017 - [email protected]
+
+- extend intltool-perl-5.22.patch to fix one more perl 5.26 issue
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ intltool.spec ++++++
--- /var/tmp/diff_new_pack.gbTQxv/_old  2017-10-02 16:44:15.842117501 +0200
+++ /var/tmp/diff_new_pack.gbTQxv/_new  2017-10-02 16:44:15.846116938 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package intltool
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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

++++++ intltool-perl-5.22.patch ++++++
--- /var/tmp/diff_new_pack.gbTQxv/_old  2017-10-02 16:44:15.874113002 +0200
+++ /var/tmp/diff_new_pack.gbTQxv/_new  2017-10-02 16:44:15.874113002 +0200
@@ -1,6 +1,8 @@
---- intltool-update.in 2015-03-09 02:39:54.000000000 +0100
-+++ intltool-update.in 2015-09-01 11:43:40.595517191 +0200
-@@ -1062,7 +1062,7 @@
+Index: intltool-update.in
+===================================================================
+--- intltool-update.in.orig
++++ intltool-update.in
+@@ -1062,13 +1062,13 @@ sub SubstituteVariable
        }
      }
  
@@ -9,7 +11,14 @@
      {
        my $rest = $3;
        my $untouched = $1;
-@@ -1190,10 +1190,10 @@
+       my $sub = "";
+         # Ignore recursive definitions of variables
+-        $sub = $varhash{$2} if defined $varhash{$2} and $varhash{$2} !~ 
/\${?$2}?/;
++        $sub = $varhash{$2} if defined $varhash{$2} and $varhash{$2} !~ 
/\$\{?$2}?/;
+ 
+       return SubstituteVariable ("$untouched$sub$rest");
+     }
+@@ -1190,10 +1190,10 @@ sub FindPackageName
        $name    =~ s/\(+$//g;
        $version =~ s/\(+$//g;
  
@@ -24,7 +33,7 @@
      }
  
      if ($conf_source =~ /^AC_INIT\(([^,\)]+),([^,\)]+)[,]?([^,\)]+)?/m)
-@@ -1219,11 +1219,11 @@
+@@ -1219,11 +1219,11 @@ sub FindPackageName
        $version =~ s/\(+$//g;
          $bugurl  =~ s/\(+$//g if (defined $bugurl);
  


Reply via email to