0.15.2.
This commit is contained in:
parent
6b98554738
commit
8ca24a84e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ LibRaw-0.9.1.tar.gz
|
||||
/LibRaw-0.14.8.tar.gz
|
||||
/LibRaw-demosaic-pack-GPL2-0.14.8.tar.gz
|
||||
/LibRaw-demosaic-pack-GPL3-0.14.8.tar.gz
|
||||
/LibRaw-0.15.2.tar.gz
|
||||
|
11
LibRaw.spec
11
LibRaw.spec
@ -1,8 +1,8 @@
|
||||
|
||||
Summary: Library for reading RAW files obtained from digital photo cameras
|
||||
Name: LibRaw
|
||||
Version: 0.14.8
|
||||
Release: 2%{?dist}
|
||||
Version: 0.15.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Development/Libraries
|
||||
URL: http://www.libraw.org
|
||||
@ -15,7 +15,7 @@ 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
|
||||
Patch1: LibRaw-0.14.8-errorhandling.patch
|
||||
#Patch1: LibRaw-0.14.8-errorhandling.patch
|
||||
|
||||
%description
|
||||
LibRaw is a library for reading RAW files obtained from digital photo
|
||||
@ -45,7 +45,7 @@ LibRaw static development libraries.
|
||||
%prep
|
||||
%setup -q -a1 -a2
|
||||
#%patch0 -p0
|
||||
%patch1 -p1
|
||||
#%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-examples=no --enable-jasper --enable-lcms \
|
||||
@ -84,6 +84,9 @@ make install DESTDIR=%{buildroot}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Wed May 29 2013 Jon Ciesla <limburgher@gmail.com> - 0.15.2-1
|
||||
- Latest upstream, two security fixes.
|
||||
|
||||
* Wed May 29 2013 Jon Ciesla <limburgher@gmail.com> - 0.14.8-2
|
||||
- Patch for double free, CVE-2013-2126, BZ 968387.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user