Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package exiv2 for openSUSE:Factory checked in at 2021-06-25 15:00:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/exiv2 (Old) and /work/SRC/openSUSE:Factory/.exiv2.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exiv2" Fri Jun 25 15:00:34 2021 rev:60 rq:901277 version:0.27.4 Changes: -------- --- /work/SRC/openSUSE:Factory/exiv2/exiv2.changes 2021-05-25 21:08:15.142997334 +0200 +++ /work/SRC/openSUSE:Factory/.exiv2.new.2625/exiv2.changes 2021-06-25 15:00:59.828126633 +0200 @@ -1,0 +2,24 @@ +Fri Jun 18 15:15:56 UTC 2021 - Marcus Rueckert <mrueck...@suse.de> + +- enable bmff format +- disable docs for now: + - graphviz was failing for a long time when trying to render the + pngs as graphviz-gd was missing + - even after adding this it still fails with missing fonts + +------------------------------------------------------------------- +Fri Jun 18 12:57:03 UTC 2021 - Marcus Rueckert <mrueck...@suse.de> + +- Update to 0.27.4: + - Support for bmff files (HEIC, HEIF, AVIF, CR3, JXL/bmff) + - Bash test scripts rewritten in python + - DNG 1.6 and Exif 2.32 support + - Bug and Security fixes + - Updated build and test environments + - Localisation support on Crowdin + - Revised documentation + - Other improvements +- drop 1271.patch: + included in update + +------------------------------------------------------------------- Old: ---- 1271.patch exiv2-0.27.3.tar.gz New: ---- exiv2-0.27.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exiv2.spec ++++++ --- /var/tmp/diff_new_pack.kHDj7C/_old 2021-06-25 15:01:01.044128116 +0200 +++ /var/tmp/diff_new_pack.kHDj7C/_new 2021-06-25 15:01:01.048128121 +0200 @@ -16,8 +16,10 @@ # +%{bcond_with docs} + Name: exiv2 -Version: 0.27.3 +Version: 0.27.4 Release: 0 Summary: Tool to access image Exif metadata License: BSD-3-Clause AND GPL-2.0-or-later @@ -26,14 +28,19 @@ Source0: https://github.com/Exiv2/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Source1: baselibs.conf Patch0: exiv2-build-date.patch -Patch1: https://patch-diff.githubusercontent.com/raw/Exiv2/exiv2/pull/1271.patch BuildRequires: cmake -BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gettext-devel +%if %{with docs} +BuildRequires: doxygen # doxygen likes to have this BuildRequires: graphviz +BuildRequires: graphviz-gd +# Todo: graph generation fails with missing fonts +%else +Obsoletes: libexiv2-doc < %{version}-%{release} +%endif BuildRequires: libcurl-devel BuildRequires: libexpat-devel BuildRequires: libxslt @@ -119,13 +126,19 @@ -DEXIV2_BUILD_UNIT_TESTS=OFF \ %endif -DEXIV2_BUILD_PO=ON \ +%if %{with docs} -DEXIV2_BUILD_DOC=ON \ +%else + -DEXIV2_BUILD_DOC=OFF \ +%endif -DEXIV2_ENABLE_CURL=ON \ -DEXIV2_ENABLE_WEBREADY=ON \ -DEXIV2_ENABLE_NLS=ON \ + -DEXIV2_ENABLE_BMFF=ON \ -DCMAKE_SKIP_RPATH=OFF -make %{?_smp_mflags} -make %{?_smp_mflags} doc + +%cmake_build +# make %{?_smp_mflags} doc %install %cmake_install @@ -207,7 +220,9 @@ %{_libdir}/cmake/exiv2/exiv2Config.cmake %{_libdir}/cmake/exiv2/exiv2ConfigVersion.cmake +%if %{with docs} %files -n libexiv2-doc %{_docdir}/libexiv2 +%endif %changelog ++++++ exiv2-0.27.3.tar.gz -> exiv2-0.27.4.tar.gz ++++++ /work/SRC/openSUSE:Factory/exiv2/exiv2-0.27.3.tar.gz /work/SRC/openSUSE:Factory/.exiv2.new.2625/exiv2-0.27.4.tar.gz differ: char 13, line 1