diff --git a/libvpx.spec b/libvpx.spec index ba4f946..5377e66 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -6,7 +6,7 @@ Name: libvpx Summary: VP8 Video Codec SDK Version: 1.4.0 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Group: System Environment/Libraries Source0: https://libvpx.webm.googlecode.com/archive/v%{version}.tar.gz @@ -101,8 +101,6 @@ sed -i "s|NM=armv7hl-redhat-linux-gnueabi-nm|NM=nm|g" examples-%{vpxtarget}.mk sed -i "s|NM=armv7hl-redhat-linux-gnueabi-nm|NM=nm|g" docs-%{vpxtarget}.mk %endif -exit 0 - make %{?_smp_mflags} verbose=true %if %{generic_target} @@ -181,6 +179,9 @@ popd %{_bindir}/* %changelog +* Mon Sep 21 2015 Tom Callaway - 1.4.0-6 +- remove exit 0 + * Tue Sep 15 2015 Tom Callaway - 1.4.0-5 - set --size-limit=16384x16384 to avoid CVE-2015-1258