From 16b826895df88392643a6ea55f2fb8734ce24009 Mon Sep 17 00:00:00 2001 From: David King Date: Mar 22 2017 08:13:21 +0000 Subject: Update to 2017.03.21 (#1434626) --- diff --git a/.gitignore b/.gitignore index 073406d..f2b2943 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /autoconf-archive-2015.09.25.tar.xz /autoconf-archive-2016.03.20.tar.xz /autoconf-archive-2016.09.16.tar.xz +/autoconf-archive-2017.03.21.tar.xz diff --git a/0001-ax_python_devel-check-success-of-import-by-return-co.patch b/0001-ax_python_devel-check-success-of-import-by-return-co.patch deleted file mode 100644 index 993b0a9..0000000 --- a/0001-ax_python_devel-check-success-of-import-by-return-co.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 883a2abd5af5c96be894d5ef7ee6e9a2b8e64307 Mon Sep 17 00:00:00 2001 -From: Igor Gnatenko -Date: Tue, 14 Mar 2017 15:30:00 +0100 -Subject: [PATCH] ax_python_devel: check success of import by return code - rather than by stderr - -In Python 3.7, when you have C locale it will be automatically coerced -to C.UTF-8 and warning will be printed to stderr. This breaks AX_PYTHON_DEVEL. - -Signed-off-by: Igor Gnatenko ---- - m4/ax_python_devel.m4 | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/m4/ax_python_devel.m4 b/m4/ax_python_devel.m4 -index d2d60c1..9487fad 100644 ---- a/m4/ax_python_devel.m4 -+++ b/m4/ax_python_devel.m4 -@@ -67,7 +67,7 @@ - # modified version of the Autoconf Macro, you may extend this special - # exception to the GPL to apply to your modified version as well. - --#serial 19 -+#serial 20 - - AU_ALIAS([AC_PYTHON_DEVEL], [AX_PYTHON_DEVEL]) - AC_DEFUN([AX_PYTHON_DEVEL],[ -@@ -137,7 +137,7 @@ variable to configure. See ``configure --help'' for reference. - # - AC_MSG_CHECKING([for the distutils Python package]) - ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` -- if test -z "$ac_distutils_result"; then -+ if test $? -eq 0; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) --- -2.12.0 - diff --git a/autoconf-archive.spec b/autoconf-archive.spec index e298acf..5b37467 100644 --- a/autoconf-archive.spec +++ b/autoconf-archive.spec @@ -1,12 +1,10 @@ Name: autoconf-archive -Version: 2016.09.16 -Release: 3%{?dist} +Version: 2017.03.21 +Release: 1%{?dist} Summary: The Autoconf Macro Archive License: GPLv3+ with exceptions URL: http://www.gnu.org/software/autoconf-archive/ Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz -# http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=commit;h=883a2abd5af5c96be894d5ef7ee6e9a2b8e64307 -Patch0001: 0001-ax_python_devel-check-success-of-import-by-return-co.patch BuildArch: noarch Requires: autoconf Requires(post): info @@ -46,6 +44,9 @@ fi %{_infodir}/autoconf-archive.info* %changelog +* Wed Mar 22 2017 David King - 2016.09.16-3 +- Update to 2017.03.21 (#1434626) + * Tue Mar 14 2017 Igor Gnatenko - 2016.09.16-3 - Backport patch to fix broken AX_PYTHON_DEVEL (py3.6+) diff --git a/sources b/sources index dc7f8be..6de8261 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf19d4cddce260b3c3e1d51d42509071 autoconf-archive-2016.09.16.tar.xz +SHA512 (autoconf-archive-2017.03.21.tar.xz) = 826233fcdd0cb5a1fe18bd52477e3a8afcaf8719ea376b3be0864df6b481f0fef8fd8083485b1565a14c13ad64dbc0ae93149a62e16da9a4d24db8063120cc3a