From d1b2bfcde60de76bef984467860ddd13b488fa77 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Apr 11 2013 19:40:01 +0000 Subject: Revert patch. --- diff --git a/LibRaw.spec b/LibRaw.spec index 4b1a52b..e6475f5 100644 --- a/LibRaw.spec +++ b/LibRaw.spec @@ -2,7 +2,7 @@ Summary: Library for reading RAW files obtained from digital photo cameras Name: LibRaw Version: 0.14.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ Group: Development/Libraries URL: http://www.libraw.org @@ -14,7 +14,7 @@ BuildRequires: jasper-devel Source0: http://www.libraw.org/data/%{name}-%{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 -Patch0: LibRaw-0.14.7-segfault.patch +#Patch0: LibRaw-0.14.7-segfault.patch %description LibRaw is a library for reading RAW files obtained from digital photo @@ -43,7 +43,7 @@ LibRaw static development libraries. %prep %setup -q -a1 -a2 -%patch0 -p0 +#%patch0 -p0 %build %configure --enable-examples=no --enable-jasper --enable-lcms \ @@ -82,6 +82,9 @@ make install DESTDIR=%{buildroot} %postun -p /sbin/ldconfig %changelog +* Thu Apr 11 2013 Jon Ciesla - 0.14.7-4 +- Revert prior patch. + * Thu Apr 11 2013 Jon Ciesla - 0.14.7-3 - Patch for segfault, BZ 948628.