diff --git a/autoconf272.patch b/autoconf272.patch new file mode 100644 index 0000000..3f25497 --- /dev/null +++ b/autoconf272.patch @@ -0,0 +1,18 @@ +diff -U5 -r synfig-1.5.1.old/configure.ac synfig-1.5.1/configure.ac +--- synfig-1.5.1.old/configure.ac 2022-11-24 10:38:52.696511899 +0100 ++++ synfig-1.5.1/configure.ac 2022-11-24 10:39:14.000290334 +0100 +@@ -256,12 +256,12 @@ + ) + + AS_IF([test "x$with_harfbuzz" != xno], + [ + AS_IF([test "x$with_freetype" != xyes], +- AC_MSG_FAILURE( +- [--with-harfbuzz was given, but it depends on --with-freetype]) ++ [AC_MSG_FAILURE( ++ [--with-harfbuzz was given, but it depends on --with-freetype])] + ) + ] + ) + + AS_IF([test "x$with_harfbuzz" != xno], diff --git a/synfig.spec b/synfig.spec index 6d920f6..93be35b 100644 --- a/synfig.spec +++ b/synfig.spec @@ -1,6 +1,6 @@ Name: synfig Version: 1.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Vector-based 2D animation rendering backend License: GPLv2+ @@ -8,6 +8,7 @@ URL: http://synfig.org/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: synfig-1.1.10-optflags.patch Patch1: synfig-1.0.2-ltld.patch +Patch2: autoconf272.patch ExcludeArch: ppc64le @@ -75,6 +76,7 @@ developing applications that use %{name}. %setup -q %patch0 -p0 -b .optflags %patch1 -p0 -b .ltdl +%patch2 -p1 -b .autoconf272 rm -rf libltdl @@ -123,6 +125,9 @@ touch -r README $RPM_BUILD_ROOT%{_bindir}/synfig-config %changelog +* Wed Dec 07 2022 Gwyn Ciesla - 1.5.1-4 +- patch for autoconf 2.72 + * Sat Jul 23 2022 Fedora Release Engineering - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild