revert regressing commit, to get security fix released

This commit is contained in:
Michal Hlavinka 2017-04-11 14:59:38 +02:00
parent 91405f64a1
commit b6e20e2bf6
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ URL: http://www.mega-nerd.com/libsndfile/
Source0: http://www.mega-nerd.com/libsndfile/files/libsndfile-%{version}.tar.gz
Patch0: libsndfile-1.0.25-system-gsm.patch
Patch1: libsndfile-1.0.25-zerodivfix.patch
Patch2: revert.patch
BuildRequires: alsa-lib-devel
BuildRequires: flac-devel
BuildRequires: libogg-devel
@ -55,6 +55,7 @@ This package contains command line utilities for libsndfile.
%setup -q
%patch0 -p1 -b .systemgsm
%patch1 -p1 -b .zerodivfix
%patch2 -p1 -b .revert
rm -r src/GSM610
%build