diff --git a/LibRaw-0.19.1.tar.gz b/LibRaw-0.19.1.tar.gz deleted file mode 100644 index 83a0a96..0000000 --- a/LibRaw-0.19.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a21019db16d87accbb8660056365ab09a204475c77c97b86c922bb972ce15ef6 -size 1302921 diff --git a/LibRaw-0.19.2.tar.gz b/LibRaw-0.19.2.tar.gz new file mode 100644 index 0000000..06dafe6 --- /dev/null +++ b/LibRaw-0.19.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a0a7088206f4083039c8a6bcacdfd0d739854205c4821475e314821d13bddb +size 553780 diff --git a/libraw.changes b/libraw.changes index 5958c71..febb85b 100644 --- a/libraw.changes +++ b/libraw.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 31 15:37:08 UTC 2018 - Petr Gajdos + +- Updated to version 0.19.2 + * Fixed possible buffer overrun at Fuji makernotes parser + * Fixed possible write to NULL pointer at raw2image/raw2image_ex calls. +- ./configure not present in sources + ------------------------------------------------------------------- Tue Dec 11 08:48:02 UTC 2018 - Petr Gajdos diff --git a/libraw.spec b/libraw.spec index f7f6c1d..9d20f82 100644 --- a/libraw.spec +++ b/libraw.spec @@ -20,7 +20,7 @@ %define lver 19 %define lname libraw%{lver} Name: libraw -Version: 0.19.1 +Version: 0.19.2 Release: 0 Summary: Library for reading RAW files obtained from digital photo cameras License: CDDL-1.0 OR LGPL-2.1-only @@ -29,11 +29,14 @@ Url: https://www.libraw.org/ #Git-Clone: git://github.com/LibRaw/LibRaw Source: https://www.libraw.org/data/%tar_name-%version.tar.gz Patch1: libraw-Add-Sony-ILCE-7M3.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libjasper-devel BuildRequires: libjpeg-devel BuildRequires: liblcms2-devel +BuildRequires: libtool BuildRequires: pkgconfig # zlib for deflate DNG support BuildRequires: zlib-devel @@ -101,6 +104,7 @@ against LibRaw. LibRaw does not provide dynamic libraries. %build export CXXFLAGS="%optflags -fPIC -DUSE_ZLIB" export LIBS="$LIBS -lz" +autoreconf -fi %configure make %{?_smp_mflags}