[automake] rebase: new _MINOR_ version update to 1.14

Pavel Raiskup praiskup at fedoraproject.org
Tue Oct 15 07:01:09 UTC 2013


commit 41ad053b1c721e04e3efcd8a3b0a7aa8ba2416eb
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Tue Oct 15 08:57:25 2013 +0200

    rebase: new _MINOR_ version update to 1.14
    
    Second step:  Enable testsuite (and disable couple of broken or
    not supported tests).
    
    Version: 1.14-2
    Related: #976973

 automake.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/automake.spec b/automake.spec
index 2882a45..78db03c 100644
--- a/automake.spec
+++ b/automake.spec
@@ -6,7 +6,7 @@
 Summary:    A GNU tool for automatically creating Makefiles
 Name:       automake
 Version:    %{api_version}
-Release:    1%{?dist}
+Release:    2%{?dist}
 
 # docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
 License:    GPLv2+ and GFDL and Public Domain and MIT
@@ -40,7 +40,7 @@ Requires(preun): /sbin/install-info
 BuildArch:  noarch
 
 # run "make check" by default
-%bcond_with check
+%bcond_without check
 
 # for better tests coverage:
 %if %{with check}
@@ -74,9 +74,9 @@ Makefiles.
 
 %prep
 %setup -q -n automake-%{version}
-# %patch0 -p1 -b .disable_tests
-# %patch1 -p1 -b .hash_order
-# autoreconf -iv
+%patch0 -p1 -b .disable_tests
+%patch1 -p1 -b .hash_order
+autoreconf -iv
 
 # Fedora only to add ppc64p7 (Power7 optimized) arch:
 perl -pi -e "s/ppc64-\*/ppc64-\* \| ppc64p7-\*/" lib/config.sub
@@ -117,6 +117,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Tue Oct 15 2013 Pavel Raiskup <praiskup at redhat.com> - 1.14-2
+- rebase to automake-1.14, enable testsuite (#976973)
+
 * Wed Oct 09 2013 Pavel Raiskup <praiskup at redhat.com> - 1.14-1
 - rebase to automake-1.14, first step (without testsuite) (#976973)
 


More information about the scm-commits mailing list