[automake] Update to most recent version of upstream automake (1.13.1)

Pavel Raiskup praiskup at fedoraproject.org
Thu Jan 10 10:29:33 UTC 2013


commit 20b6afb27af1756b9dd309cb6fc3a9f827827d4a
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Thu Jan 10 11:11:42 2013 +0100

    Update to most recent version of upstream automake (1.13.1)
    
    Resolves: #848378

 .gitignore                           |    1 +
 automake-1.12.2-aclocal7-sleep.patch |   15 ------
 automake-1.12.2-vala-fails.patch     |   91 ----------------------------------
 automake.spec                        |   25 +++++----
 sources                              |    2 +-
 5 files changed, 16 insertions(+), 118 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17637d3..aa7fb33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ automake-1.11.1.tar.bz2
 /automake-1.11.4.tar.xz
 /automake-1.11.5.tar.xz
 /automake-1.12.2.tar.xz
+/automake-1.13.1.tar.xz
diff --git a/automake.spec b/automake.spec
index 66e9508..651c82b 100644
--- a/automake.spec
+++ b/automake.spec
@@ -1,17 +1,15 @@
-%global api_version 1.12
+%global api_version 1.13
 
 Summary:    A GNU tool for automatically creating Makefiles
 Name:       automake
-Version:    %{api_version}.2
-Release:    6%{?dist}
+Version:    %{api_version}.1
+Release:    1%{?dist}
 License:    GPLv2+ and GFDL
 Group:      Development/Tools
-Source:     http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
-Patch0:     automake-1.12.2-aclocal7-sleep.patch
-Patch1:     automake-1.12.2-vala-fails.patch
+Source:     ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
 URL:        http://www.gnu.org/software/automake/
-Requires:   autoconf >= 2.68
-BuildRequires:  autoconf >= 2.68
+Requires:   autoconf >= 2.65
+BuildRequires:  autoconf >= 2.65
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 BuildArch:  noarch
@@ -42,8 +40,6 @@ Makefiles.
 
 %prep
 %setup -q -n automake-%{version}
-%patch0 -p1 -b .aclocal7-sleep
-%patch1 -p1 -b .vala-build-problems
 
 %build
 ./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
@@ -58,7 +54,7 @@ make install DESTDIR=%{buildroot}
 
 %check
 %if %{with check}
-make check
+make -k -j4 check
 %endif
 
 %post
@@ -80,6 +76,13 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Thu Jan 10 2013 Pavel Raiskup <praiskup at redhat.com> - 1.13.1-1
+- update to recent automake-1.13.1
+- minimum required autoconf is 2.65 (based on upstream suggestion)
+- make check is run now parallel (based on 't/README' it helps also on
+  single-thread machines)
+- drop unnecessary patches
+
 * Wed Oct 25 2012 Pavel Raiskup <praiskup at redhat.com> - 1.12.2-6
 - fedora-review -> s/define/global/, s/RPM_BUILD_ROOT/buildroot/,
   remove defattr() from %%files section
diff --git a/sources b/sources
index 8b7fd7b..296a5b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56c3ab38a5ed8f2b825341b4e007372a  automake-1.12.2.tar.xz
+a60380ab11e1481376b7747d1b42ced2  automake-1.13.1.tar.xz


More information about the scm-commits mailing list