diff --git a/libraw.changes b/libraw.changes index 750e52d..d834a2a 100644 --- a/libraw.changes +++ b/libraw.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Aug 21 13:01:57 UTC 2019 - pgajdos@suse.com + +- drop JPEG2000 support [bsc#1144252] + +------------------------------------------------------------------- +Fri Aug 2 07:06:22 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Thu Jan 10 10:57:32 UTC 2019 - Petr Gajdos diff --git a/libraw.spec b/libraw.spec index 10ea755..064326b 100644 --- a/libraw.spec +++ b/libraw.spec @@ -37,7 +37,6 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: libjasper-devel BuildRequires: libjpeg-devel BuildRequires: liblcms2-devel BuildRequires: libtool @@ -107,6 +106,7 @@ against LibRaw. LibRaw does not provide dynamic libraries. %patch2 -p1 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects export CXXFLAGS="%{optflags} -fPIC -DUSE_ZLIB" %if %{debug_build} export CXXFLAGS="$CXXFLAGS -O0"