Hello community,

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

Package is "automake"

Changes:
--------
--- /work/SRC/openSUSE:Factory/automake/automake-testsuite.changes      
2015-05-20 23:14:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.automake.new/automake-testsuite.changes 
2015-09-08 17:35:51.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep  1 12:12:46 UTC 2015 - [email protected]
+
+- Add automake-perl-5.22.patch: Fix test suite with perl 5.22 by
+  silencing some warnings.
+
+-------------------------------------------------------------------
automake.changes: same change

New:
----
  automake-perl-5.22.patch

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

Other differences:
------------------
++++++ automake-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.nrqV1c/_old  2015-09-08 17:35:54.000000000 +0200
+++ /var/tmp/diff_new_pack.nrqV1c/_new  2015-09-08 17:35:54.000000000 +0200
@@ -33,6 +33,7 @@
 Source3:        automake-rpmlintrc
 Patch2:         automake-require_file.patch
 Patch3:         automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch
+Patch4:         automake-perl-5.22.patch
 Patch100:       automake-SuSE.patch
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -62,6 +63,7 @@
 %setup -q -n automake-%{version}
 %patch2
 %patch3 -p1
+%patch4 -p1
 %patch100
 
 %build

++++++ automake.spec ++++++
--- /var/tmp/diff_new_pack.nrqV1c/_old  2015-09-08 17:35:54.000000000 +0200
+++ /var/tmp/diff_new_pack.nrqV1c/_new  2015-09-08 17:35:54.000000000 +0200
@@ -33,6 +33,7 @@
 Source3:        automake-rpmlintrc
 Patch2:         automake-require_file.patch
 Patch3:         automake-1.13.4-fix-primary-prefix-invalid-couples-test.patch
+Patch4:         automake-perl-5.22.patch
 Patch100:       automake-SuSE.patch
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -62,6 +63,7 @@
 %setup -q -n automake-%{version}
 %patch2
 %patch3 -p1
+%patch4 -p1
 %patch100
 
 %build


++++++ automake-perl-5.22.patch ++++++
Index: automake-1.15/bin/automake.in
===================================================================
--- automake-1.15.orig/bin/automake.in
+++ automake-1.15/bin/automake.in
@@ -3878,7 +3878,7 @@ sub substitute_ac_subst_variables_worker
 sub substitute_ac_subst_variables
 {
   my ($text) = @_;
-  $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
+  $text =~ s/\$\{([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
   return $text;
 }
 

Reply via email to