From 73694ca7e342171eaf4019272689af14646bf33b46cf7cbecae284c1142be867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 1 Sep 2015 18:07:24 +0000 Subject: [PATCH] Accepting request 328329 from home:dimstar:Factory Also fix automake with perl 5.22 OBS-URL: https://build.opensuse.org/request/show/328329 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/automake?expand=0&rev=50 --- automake-perl-5.22.patch | 13 +++++++++++++ automake-testsuite.changes | 6 ++++++ automake-testsuite.spec | 2 ++ automake.changes | 6 ++++++ automake.spec | 2 ++ 5 files changed, 29 insertions(+) create mode 100644 automake-perl-5.22.patch diff --git a/automake-perl-5.22.patch b/automake-perl-5.22.patch new file mode 100644 index 0000000..5f71262 --- /dev/null +++ b/automake-perl-5.22.patch @@ -0,0 +1,13 @@ +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; + } + diff --git a/automake-testsuite.changes b/automake-testsuite.changes index 0957070..89d1884 100644 --- a/automake-testsuite.changes +++ b/automake-testsuite.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 1 12:12:46 UTC 2015 - dimstar@opensuse.org + +- Add automake-perl-5.22.patch: Fix test suite with perl 5.22 by + silencing some warnings. + ------------------------------------------------------------------- Sun May 17 13:18:57 UTC 2015 - meissner@suse.com diff --git a/automake-testsuite.spec b/automake-testsuite.spec index 82635c1..1e2d11e 100644 --- a/automake-testsuite.spec +++ b/automake-testsuite.spec @@ -33,6 +33,7 @@ Source2: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz.sig 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 @@ definitions (with rules occasionally thrown in). The generated %setup -q -n automake-%{version} %patch2 %patch3 -p1 +%patch4 -p1 %patch100 %build diff --git a/automake.changes b/automake.changes index 0957070..89d1884 100644 --- a/automake.changes +++ b/automake.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 1 12:12:46 UTC 2015 - dimstar@opensuse.org + +- Add automake-perl-5.22.patch: Fix test suite with perl 5.22 by + silencing some warnings. + ------------------------------------------------------------------- Sun May 17 13:18:57 UTC 2015 - meissner@suse.com diff --git a/automake.spec b/automake.spec index 9e3298f..f96e915 100644 --- a/automake.spec +++ b/automake.spec @@ -33,6 +33,7 @@ Source2: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz.sig 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 @@ definitions (with rules occasionally thrown in). The generated %setup -q -n automake-%{version} %patch2 %patch3 -p1 +%patch4 -p1 %patch100 %build