Revert patch.

This commit is contained in:
Jon Ciesla 2013-04-11 14:40:01 -05:00
parent 782b17ccc4
commit d1b2bfcde6

View File

@ -2,7 +2,7 @@
Summary: Library for reading RAW files obtained from digital photo cameras Summary: Library for reading RAW files obtained from digital photo cameras
Name: LibRaw Name: LibRaw
Version: 0.14.7 Version: 0.14.7
Release: 3%{?dist} Release: 4%{?dist}
License: GPLv3+ License: GPLv3+
Group: Development/Libraries Group: Development/Libraries
URL: http://www.libraw.org URL: http://www.libraw.org
@ -14,7 +14,7 @@ BuildRequires: jasper-devel
Source0: http://www.libraw.org/data/%{name}-%{version}.tar.gz Source0: http://www.libraw.org/data/%{name}-%{version}.tar.gz
Source1: http://www.libraw.org/data/%{name}-demosaic-pack-GPL2-%{version}.tar.gz Source1: http://www.libraw.org/data/%{name}-demosaic-pack-GPL2-%{version}.tar.gz
Source2: http://www.libraw.org/data/%{name}-demosaic-pack-GPL3-%{version}.tar.gz Source2: http://www.libraw.org/data/%{name}-demosaic-pack-GPL3-%{version}.tar.gz
Patch0: LibRaw-0.14.7-segfault.patch #Patch0: LibRaw-0.14.7-segfault.patch
%description %description
LibRaw is a library for reading RAW files obtained from digital photo LibRaw is a library for reading RAW files obtained from digital photo
@ -43,7 +43,7 @@ LibRaw static development libraries.
%prep %prep
%setup -q -a1 -a2 %setup -q -a1 -a2
%patch0 -p0 #%patch0 -p0
%build %build
%configure --enable-examples=no --enable-jasper --enable-lcms \ %configure --enable-examples=no --enable-jasper --enable-lcms \
@ -82,6 +82,9 @@ make install DESTDIR=%{buildroot}
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%changelog %changelog
* Thu Apr 11 2013 Jon Ciesla <limburgher@gmail.com> - 0.14.7-4
- Revert prior patch.
* Thu Apr 11 2013 Jon Ciesla <limburgher@gmail.com> - 0.14.7-3 * Thu Apr 11 2013 Jon Ciesla <limburgher@gmail.com> - 0.14.7-3
- Patch for segfault, BZ 948628. - Patch for segfault, BZ 948628.