diff --git a/webkitgtk3.spec b/webkitgtk3.spec index b978c72..4743463 100644 --- a/webkitgtk3.spec +++ b/webkitgtk3.spec @@ -10,7 +10,7 @@ Name: webkitgtk3 Version: 2.4.9 -Release: 6%{?dist} +Release: 7%{?dist} Summary: GTK+ Web content engine library Group: Development/Libraries @@ -95,7 +95,7 @@ This package contains developer documentation for %{name}. %patch1 -p1 -b .cloop_fix %patch4 -p1 -b .user_agent %patch5 -p1 -b .sql_initialize_string -%ifarch ppc s390 +%ifarch ppc s390 mips %patch2 -p1 -b .cloop_fix_32 %endif %ifarch %{power64} aarch64 ppc @@ -106,7 +106,7 @@ This package contains developer documentation for %{name}. # Use linker flags to reduce memory consumption %global optflags %{optflags} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads -%ifarch s390 %{arm} +%ifarch s390 %{arm} mips mipsel # Decrease debuginfo verbosity to reduce memory consumption even more %global optflags %(echo %{optflags} | sed 's/-g /-g1 /') %endif @@ -116,7 +116,7 @@ This package contains developer documentation for %{name}. %global optflags %{optflags} -Wl,-relax -latomic %endif -%ifarch s390 s390x ppc %{power64} aarch64 +%ifarch s390 s390x ppc %{power64} aarch64 %{mips} %global optflags %{optflags} -DENABLE_YARR_JIT=0 %endif @@ -127,7 +127,7 @@ This package contains developer documentation for %{name}. %configure \ --with-gtk=3.0 \ --disable-webkit2 \ -%ifarch s390 s390x ppc %{power64} aarch64 +%ifarch s390 s390x ppc %{power64} aarch64 %{mips} --disable-jit \ %else --enable-jit \ @@ -208,6 +208,9 @@ find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -delete %{_datadir}/gtk-doc/html/webkitdomgtk %changelog +* Wed Dec 30 2015 Michal Toman - 2.4.9-7 +- Add support for MIPS + * Mon Dec 28 2015 Igor Gnatenko - 2.4.9-6 - Rebuilt for libwebp soname bump