0.19.2
This commit is contained in:
parent
95beff7906
commit
db6d7a77c7
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@ LibRaw-0.9.1.tar.gz
|
|||||||
/LibRaw-0.18.12.tar.gz
|
/LibRaw-0.18.12.tar.gz
|
||||||
/LibRaw-0.19.0.tar.gz
|
/LibRaw-0.19.0.tar.gz
|
||||||
/LibRaw-0.19.1.tar.gz
|
/LibRaw-0.19.1.tar.gz
|
||||||
|
/LibRaw-0.19.2.tar.gz
|
||||||
|
11
LibRaw.spec
11
LibRaw.spec
@ -1,6 +1,6 @@
|
|||||||
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.19.1
|
Version: 0.19.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD and (CDDL or LGPLv2)
|
License: BSD and (CDDL or LGPLv2)
|
||||||
URL: http://www.libraw.org
|
URL: http://www.libraw.org
|
||||||
@ -9,10 +9,11 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: pkgconfig(lcms2)
|
BuildRequires: pkgconfig(lcms2)
|
||||||
BuildRequires: pkgconfig(jasper)
|
BuildRequires: pkgconfig(jasper)
|
||||||
BuildRequires: pkgconfig(libjpeg)
|
BuildRequires: pkgconfig(libjpeg)
|
||||||
|
BuildRequires: autoconf automake libtool
|
||||||
|
|
||||||
Source0: http://www.libraw.org/data/%{name}-%{version}.tar.gz
|
Source0: http://www.libraw.org/data/%{name}-%{version}.tar.gz
|
||||||
Patch0: LibRaw-0.6.0-pkgconfig.patch
|
Patch0: LibRaw-0.6.0-pkgconfig.patch
|
||||||
Patch1: LibRaw-0.17.1-CVE-2015-8366-8367.patch
|
#Patch1: LibRaw-0.17.1-CVE-2015-8366-8367.patch
|
||||||
Provides: bundled(dcraw) = 9.25
|
Provides: bundled(dcraw) = 9.25
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -50,9 +51,10 @@ LibRaw sample programs
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch0 -p0 -b .pkgconfig
|
%patch0 -p0 -b .pkgconfig
|
||||||
%patch1 -p1 -b .CVE-2015-8366
|
#%patch1 -p1 -b .CVE-2015-8366
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -if
|
||||||
%configure \
|
%configure \
|
||||||
--enable-examples=yes \
|
--enable-examples=yes \
|
||||||
--enable-jasper \
|
--enable-jasper \
|
||||||
@ -107,6 +109,9 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 26 2018 Gwyn Ciesla <limburgher@gmail.com> - 0.19.2-1
|
||||||
|
- 0.19.2
|
||||||
|
|
||||||
* Thu Nov 22 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.19.1-1
|
* Thu Nov 22 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.19.1-1
|
||||||
- 0.19.1
|
- 0.19.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (LibRaw-0.19.1.tar.gz) = 8d15361bf403fbf5e439456897a6d40ee756fcf3f510d2de033304c676583562149618ec40c665ac9db10eda411dbe02e0446d9c7611c5decc9baaebca98b77a
|
SHA512 (LibRaw-0.19.2.tar.gz) = a1472720ca40a86e19fab7579e37246ad7f512249594c2162d7d6bd5a29bb756f1e4d7948fb8f23137661aea8a9423d7b8c7672834102155ead5546155f6be88
|
||||||
|
Loading…
Reference in New Issue
Block a user