[LibRaw] Patch for segfault.

Jon Ciesla limb at fedoraproject.org
Thu Apr 11 12:16:36 UTC 2013


commit 14777498a043dfd78faceec3263f1cbe97f8dc57
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Apr 11 07:12:30 2013 -0500

    Patch for segfault.

 LibRaw.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/LibRaw.spec b/LibRaw.spec
index e7a5c9d..4b1a52b 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: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group: Development/Libraries
 URL: http://www.libraw.org
@@ -14,6 +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
 
 %description
 LibRaw is a library for reading RAW files obtained from digital photo
@@ -42,6 +43,7 @@ LibRaw static development libraries.
 
 %prep
 %setup -q -a1 -a2
+%patch0 -p0
 
 %build
 %configure --enable-examples=no --enable-jasper --enable-lcms \
@@ -80,6 +82,9 @@ make install DESTDIR=%{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Apr 11 2013 Jon Ciesla <limburgher at gmail.com> - 0.14.7-3
+- Patch for segfault, BZ 948628.
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list