From 41ad053b1c721e04e3efcd8a3b0a7aa8ba2416eb Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Oct 15 2013 07:00:37 +0000 Subject: 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 --- 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 - 1.14-2 +- rebase to automake-1.14, enable testsuite (#976973) + * Wed Oct 09 2013 Pavel Raiskup - 1.14-1 - rebase to automake-1.14, first step (without testsuite) (#976973)