From f265964d4ccd3118b151a479ee72b95af09eea83 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 11:19:24 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/automake.git#e3d60d0e1d191d262fb388c4fedef44b68134670 --- automake.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/automake.spec b/automake.spec index 21831c9..885d119 100644 --- a/automake.spec +++ b/automake.spec @@ -15,7 +15,7 @@ Summary: A GNU tool for automatically creating Makefiles Name: automake # Any bump here requires libtool rebuild, rhbz#1813010 Version: %{api_version}.2 -Release: 3%{?dist} +Release: 4%{?dist} # docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT License: GPLv2+ and GFDL and Public Domain and MIT @@ -142,6 +142,9 @@ make -k %{?_smp_mflags} check %{?TESTS_FLAGS: TESTS="%{TESTS_FLAGS}"} \ %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.16.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Oct 22 2020 Miro HronĨok - 1.16.2-3 - Support multiple digits in Python version, e.g. Python 3.10 - Fixes: rhbz#1889732