diff --git a/gegl04.spec b/gegl04.spec index 57bcac1..894d5da 100644 --- a/gegl04.spec +++ b/gegl04.spec @@ -1,6 +1,6 @@ Name: gegl04 Version: 0.4.8 -Release: 4 +Release: 5 Summary: Generic Graphics Library License: LGPLv3+ URL: http://www.gegl.org/ @@ -50,7 +50,7 @@ This package includes development files for %{name}. %autosetup -n gegl-%{version} -p1 %build -%configure --disable-static +%configure --disable-static CFLAGS="${CFLAGS} -fcommon" %make_build %install @@ -85,6 +85,9 @@ chrpath -d $RPM_BUILD_ROOT%{_libdir}/gegl-0.4/*.so %doc %{_datadir}/gtk-doc/ %changelog +* Mon Aug 2 2021 Haiwei Li - 0.4.8.5 +- Fix complication failed due to gcc upgrade + * Wed Jul 21 2021 caodongxia - 0.4.8-4 - Fix C linkage