diff --git a/SPECS/exiv2.spec b/SPECS/exiv2.spec index d163b60..149f029 100644 --- a/SPECS/exiv2.spec +++ b/SPECS/exiv2.spec @@ -1,17 +1,20 @@ Summary: Exif and Iptc metadata manipulation library Name: exiv2 -Version: 0.27.2 -Release: 5%{?dist} +Version: 0.27.3 +Release: 2%{?dist} License: GPLv2+ URL: http://www.exiv2.org/ Source0: https://github.com/Exiv2/%{name}/archive/exiv2-%{version}.tar.gz ## upstream patches (lookaside cache) -Patch0: exiv2-CVE-2019-20421.patch ## upstreamable patches +# don't unconditionally use -fcf-protection flag, not supported on all archs +# fedora already includes this on archs that do support it +Patch100: exiv2-0.27.3-fcf-protection.patch + BuildRequires: cmake BuildRequires: expat-devel @@ -88,7 +91,7 @@ rm -fv %{buildroot}%{_libdir}/libexiv2.la %check export PKG_CONFIG_PATH="%{buildroot}%{_libdir}/pkgconfig${PKG_CONFIG_PATH:+:}${PKG_CONFIG_PATH}" -test "$(pkg-config --modversion exiv2)" = "0.27.2" +test "$(pkg-config --modversion exiv2)" = "0.27.3" test "$(pkg-config --variable=libdir exiv2)" = "%{_libdir}" test -x %{buildroot}%{_libdir}/libexiv2.so @@ -105,7 +108,7 @@ test -x %{buildroot}%{_libdir}/libexiv2.so %files libs %{_libdir}/libexiv2.so.27* -%{_libdir}/libexiv2.so.0.27.2 +%{_libdir}/libexiv2.so.0.27.3 %files devel %{_includedir}/exiv2/ @@ -116,10 +119,18 @@ test -x %{buildroot}%{_libdir}/libexiv2.so %files doc %{_pkgdocdir}/ - +%exclude %{_pkgdocdir}/ChangeLog %changelog +* Wed Oct 7 2020 Jan Grulich - 0.27.3-2 +- Avoid duplicating Changelog file + Resolves: bz#1880984 + +* Wed Oct 7 2020 Jan Grulich - 0.27.3-1 +- Update to 0.27.3 + Resolves: bz#1880984 + * Wed Mar 04 2020 Jan Grulich - 0.27.2-5 - Fix failing test Resolves: bz#1800472