diff --git a/automake.spec b/automake.spec index 18aa48e..b0350b1 100644 --- a/automake.spec +++ b/automake.spec @@ -23,7 +23,7 @@ Summary: A GNU tool for automatically creating Makefiles Name: automake # Any bump here requires libtool rebuild, rhbz#1813010 Version: %{api_version}.5 -Release: 9%{?dist} +Release: 10%{?dist} # docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT License: GPLv2+ and GFDL and Public Domain and MIT @@ -138,6 +138,9 @@ make -k %{?_smp_mflags} check %{?TESTS_FLAGS: TESTS="%{TESTS_FLAGS}"} \ %changelog +* Wed Jan 18 2023 Fedora Release Engineering - 1.16.5-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Aug 03 2022 Frederic Berat - 1.16.5-9 - Fix tests environment failures due to LDFLAGS being set globally - Remove ExclusiveArch as there is no java dependency anymore