summaryrefslogtreecommitdiffstats
path: root/repos/autotools/autotools-git/autoconf/autoconf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'repos/autotools/autotools-git/autoconf/autoconf.spec')
-rw-r--r--repos/autotools/autotools-git/autoconf/autoconf.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/repos/autotools/autotools-git/autoconf/autoconf.spec b/repos/autotools/autotools-git/autoconf/autoconf.spec
index 8f07ad7..4fbe6e2 100644
--- a/repos/autotools/autotools-git/autoconf/autoconf.spec
+++ b/repos/autotools/autotools-git/autoconf/autoconf.spec
@@ -12,7 +12,7 @@ Summary: A GNU tool for automatically configuring source code
Name: %{?scl_prefix}autoconf
Version: 2.69
# Do not reset Release tag to '1' when rebasing!
-Release: 13.%{commits_from_release}.%{git_hash}%{?dist}
+Release: 14.%{commits_from_release}.%{git_hash}%{?dist}
Group: Development/Tools
License: GPLv2+ and GFDL
Source0: autoconf-2.69.%{commits_from_release}-%{git_hash}-dirty.tar.gz
@@ -40,6 +40,9 @@ BuildRequires: perl(Text::ParseWords)
BuildRequires: scl-utils-build
Requires:%scl_runtime
}
+%if 0%{?fedora} >= 24
+BuildRequires: perl-generators
+%endif
%if %{with check}
# For extended testsuite coverage
@@ -135,6 +138,9 @@ fi
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
%changelog
+* Mon Oct 10 2016 Pavel Raiskup <praiskup@redhat.com> - 2.69-14.161.ab30
+- BR perl-generators
+
* Mon Oct 10 2016 Pavel Raiskup <praiskup@redhat.com> - 2.69-13.161.ab30
- simplify and unify with autotools-latest