summaryrefslogtreecommitdiffstats
path: root/repos/autotools/autotools-latest/automake/automake.spec
diff options
context:
space:
mode:
Diffstat (limited to 'repos/autotools/autotools-latest/automake/automake.spec')
-rw-r--r--repos/autotools/autotools-latest/automake/automake.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/repos/autotools/autotools-latest/automake/automake.spec b/repos/autotools/autotools-latest/automake/automake.spec
index ee9f11f..ae2258a 100644
--- a/repos/autotools/autotools-latest/automake/automake.spec
+++ b/repos/autotools/autotools-latest/automake/automake.spec
@@ -6,15 +6,15 @@
%{?scl:%scl_package automake}
-%global api_version 1.14
+%global api_version 1.15
# remove once %%configure is used instead of ./configure
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
Summary: A GNU tool for automatically creating Makefiles
Name: %{?scl_prefix}automake
-Version: %{api_version}.1
-Release: 6%{?dist}
+Version: %{api_version}
+Release: 1%{?dist}
# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
License: GPLv2+ and GFDL and Public Domain and MIT
@@ -35,8 +35,6 @@ Patch0: automake-1.13.1-disable-tests.patch
# ~> http://lists.gnu.org/archive/html/bug-automake/2013-07/msg00022.html
Patch1: automake-1.14-hash-order-workaround.patch
-Patch2: automake-1.14.1-autoreconf.patch
-
URL: http://www.gnu.org/software/automake/
Requires: %{?scl_prefix}autoconf >= 2.65
@@ -120,7 +118,6 @@ Makefiles.
%setup -q -n automake-%{version}
%patch0 -p1 -b .disable_tests
%patch1 -p1 -b .hash_order
-%patch2 -p1 -b .autoreconf
# to use this, we should 100% *know* what the patches do
find -exec touch --date=`date -I` {} +
@@ -174,6 +171,9 @@ fi
%{_mandir}/man1/*
%changelog
+* Tue Jun 23 2015 Pavel Raiskup <praiskup@redhat.com> - 1.15-1
+- rebase to latest upstream release
+
* Tue Jun 09 2015 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-6
- BR perl-Thread-Queue to fix help2man run