Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package exiv2 for openSUSE:Factory checked in at 2023-01-05 15:00:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/exiv2 (Old) and /work/SRC/openSUSE:Factory/.exiv2.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exiv2" Thu Jan 5 15:00:09 2023 rev:72 rq:1055817 version:0.27.5 Changes: -------- --- /work/SRC/openSUSE:Factory/exiv2/exiv2.changes 2022-12-31 11:22:52.464439997 +0100 +++ /work/SRC/openSUSE:Factory/.exiv2.new.1563/exiv2.changes 2023-01-05 15:00:19.964855777 +0100 @@ -1,0 +2,5 @@ +Wed Jan 4 13:50:39 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- switch to ctest for running the testsuite + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exiv2.spec ++++++ --- /var/tmp/diff_new_pack.A2C7LD/_old 2023-01-05 15:00:20.588859066 +0100 +++ /var/tmp/diff_new_pack.A2C7LD/_new 2023-01-05 15:00:20.596859108 +0100 @@ -1,7 +1,7 @@ # # spec file for package exiv2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,6 +36,7 @@ BuildRequires: libexpat-devel BuildRequires: libxslt BuildRequires: python3-base +#BuildRequires: pkgconfig(libbrotlidec) BuildRequires: pkgconfig(zlib) Recommends: %{name}-lang = %{version} %if %{with docs} @@ -106,8 +107,8 @@ %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects -export CXXFLAGS="%{optflags} $(getconf LFS_CFLAGS) -Wconversion" -export CFLAGS="%{optflags} $(getconf LFS_CFLAGS) -Wconversion" +export CXXFLAGS="%{optflags} $(getconf LFS_CFLAGS)" +export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)" %cmake \ -DCMAKE_INSTALL_DOCDIR="%{_docdir}/libexiv2" \ -DEXIV2_BUILD_SAMPLES=ON \ @@ -125,15 +126,12 @@ -DCMAKE_SKIP_RPATH=OFF %cmake_build -# make %{?_smp_mflags} doc %install %cmake_install %check -pushd build -%make_build tests -popd +%ctest -- -j1 for t in \ addmoddel \