- updated to 1.17.1:

* fixed two errors found by fuzzer
* phase_one_correct always returns value; handle P1 return codes 
  in postprocessing
- removed upstreamedretval.diff

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=77
This commit is contained in:
2015-12-03 14:00:23 +00:00
committed by Git OBS Bridge
parent 1a1f6f55d8
commit 88d354148a
5 changed files with 13 additions and 32 deletions

View File

@@ -20,7 +20,7 @@
Name: libraw
%define lname libraw15
Version: 0.17.0
Version: 0.17.1
Release: 0
Summary: Library for reading RAW files obtained from digital photo cameras
License: CDDL-1.0 or LGPL-2.1
@@ -29,7 +29,6 @@ Url: http://www.libraw.org/
#Git-Clone: git://github.com/LibRaw/LibRaw
Source: http://www.libraw.org/data/%tar_name-%version.tar.gz
Patch1: retval.diff
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libjasper-devel
@@ -96,7 +95,6 @@ against LibRaw. LibRaw does not provide dynamic libraries.
%prep
%setup -qn %tar_name-%version
%patch -P 1 -p1
%build
export CXXFLAGS="%optflags -fPIC"