diff --git a/gstreamer1-plugins-good.spec b/gstreamer1-plugins-good.spec index dfbe4e9..061904d 100644 --- a/gstreamer1-plugins-good.spec +++ b/gstreamer1-plugins-good.spec @@ -13,7 +13,7 @@ Name: gstreamer1-plugins-good Version: 1.7.1 -Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist} +Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist} Summary: GStreamer plugins with good code and licensing License: LGPLv2+ @@ -100,7 +100,7 @@ to be installed. %setup -q -n gst-plugins-good-%{version} %build -%configure \ +%configure --disable-silent-rules --disable-fatal-warnings \ --with-package-name='Fedora GStreamer-plugins-good package' \ --with-package-origin='http://download.fedoraproject.org' \ --enable-experimental \ @@ -120,7 +120,6 @@ make %{?_smp_mflags} V=1 %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # Register as an AppStream component to be visible in the software center @@ -269,6 +268,13 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Fri Feb 05 2016 Ralf Corsépius - 1.7.1-3 +- Append --disable-fatal-warnings to %%configure to prevent + building from aborting for negligible warnings (Fix F24FTBFS) +- Append --disable-silent-rules to %%configure to make + building verbose. +- Don't remove buildroot before installing. + * Wed Feb 03 2016 Fedora Release Engineering - 1.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild