Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package exiv2 for openSUSE:Factory checked
in at 2022-12-31 11:22:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exiv2 (Old)
and /work/SRC/openSUSE:Factory/.exiv2.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exiv2"
Sat Dec 31 11:22:50 2022 rev:71 rq:1045796 version:0.27.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/exiv2/exiv2.changes 2022-12-24
14:51:02.607194674 +0100
+++ /work/SRC/openSUSE:Factory/.exiv2.new.1563/exiv2.changes 2022-12-31
11:22:52.464439997 +0100
@@ -29 +29,2 @@
- bsc#1189341, CVE-2021-37615):
+ bsc#1189341, CVE-2021-37615,
+ bsc#1185003, CVE-2021-29458):
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ exiv2.spec ++++++
--- /var/tmp/diff_new_pack.OJq4tK/_old 2022-12-31 11:22:53.796447972 +0100
+++ /var/tmp/diff_new_pack.OJq4tK/_new 2022-12-31 11:22:53.868448403 +0100
@@ -47,21 +47,12 @@
%else
Obsoletes: libexiv2-doc < %{version}-%{release}
%endif
-# there is a test failure on ARM & PPC
-# upstream issue: https://github.com/Exiv2/exiv2/issues/933
-%ifarch x86_64
-%{bcond_without tests}
-%else
-%{bcond_with tests}
-%endif
-%if %{with tests}
# testsuite:
BuildRequires: dos2unix
BuildRequires: gmock
BuildRequires: gtest
BuildRequires: libxml2-tools
BuildRequires: which
-%endif
%description
Exiv2 is a command line utility to access image metadata from tags like
@@ -115,17 +106,12 @@
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
-export CXXFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
-export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
+export CXXFLAGS="%{optflags} $(getconf LFS_CFLAGS) -Wconversion"
+export CFLAGS="%{optflags} $(getconf LFS_CFLAGS) -Wconversion"
%cmake \
-DCMAKE_INSTALL_DOCDIR="%{_docdir}/libexiv2" \
-%if %{with tests}
-DEXIV2_BUILD_SAMPLES=ON \
-DEXIV2_BUILD_UNIT_TESTS=ON \
-%else
- -DEXIV2_BUILD_SAMPLES=OFF \
- -DEXIV2_BUILD_UNIT_TESTS=OFF \
-%endif
-DEXIV2_BUILD_PO=ON \
%if %{with docs}
-DEXIV2_BUILD_DOC=ON \
@@ -144,7 +130,6 @@
%install
%cmake_install
-%if %{with tests}
%check
pushd build
%make_build tests
@@ -188,7 +173,6 @@
rm -f %{buildroot}%{_bindir}/${t}
rm -f %{buildroot}%{_prefix}/lib/debug%{_bindir}/${t}*
done
-%endif
%find_lang exiv2
%fdupes -s %{buildroot}%{_docdir}/libexiv2