Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tiff for openSUSE:Factory checked in at 2025-03-25 22:07:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tiff (Old) and /work/SRC/openSUSE:Factory/.tiff.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tiff" Tue Mar 25 22:07:39 2025 rev:102 rq:1255508 version:4.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tiff/tiff.changes 2025-02-25 16:40:51.058023453 +0100 +++ /work/SRC/openSUSE:Factory/.tiff.new.2696/tiff.changes 2025-03-25 22:08:05.523918465 +0100 @@ -1,0 +2,7 @@ +Sat Mar 22 01:24:28 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section +- Remove Group: declarations, no longer used + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tiff.spec ++++++ --- /var/tmp/diff_new_pack.X7Gpsa/_old 2025-03-25 22:08:06.175944997 +0100 +++ /var/tmp/diff_new_pack.X7Gpsa/_new 2025-03-25 22:08:06.175944997 +0100 @@ -37,7 +37,6 @@ Release: 0 Summary: Tools for Converting from and to the Tagged Image File Format License: HPND -Group: Productivity/Graphics/Convertors URL: https://libtiff.gitlab.io/libtiff/ Source: https://download.osgeo.org/libtiff/tiff-%{version}.tar.xz Source1: https://download.osgeo.org/libtiff/tiff-%{version}.tar.xz.sig @@ -50,7 +49,7 @@ %if %{with tiff_manpages} BuildRequires: python3-Sphinx %endif -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: libjbig-devel BuildRequires: libjpeg-devel @@ -67,7 +66,6 @@ %package -n libtiff6 Summary: The Tiff Library (with JPEG and compression support) -Group: System/Libraries Provides: libtiff = %{version} %description -n libtiff6 @@ -77,7 +75,6 @@ %package -n libtiff-devel Summary: Development Tools for Programs which will use the libtiff Library -Group: Development/Libraries/C and C++ Requires: glibc-devel Requires: libstdc++-devel Requires: libtiff6 = %{version} @@ -92,7 +89,6 @@ %package -n tiff-docs Summary: Development Tools for Programs which will use the libtiff Library -Group: Productivity/Graphics/Convertors Requires: tiff = %{version} BuildArch: noarch @@ -105,7 +101,6 @@ %package -n libtiff-devel-docs Summary: Development Documentation for Programs which will use the libtiff Library -Group: Development/Libraries/C and C++ Requires: libtiff-devel = %{version} BuildArch: noarch @@ -126,7 +121,7 @@ CFLAGS="$CFLAGS -O0" %endif # tools are not enabled for now due to test failure `FAIL: tiffcp-32bpp-None-jpeg.sh` -%cmake +%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %if %{asan_build} find -name Makefile | xargs sed -i 's/\(^CFLAGS.*\)/\1 -fsanitize=address/' %endif @@ -144,6 +139,9 @@ %{buildroot}%{_libdir} \ %{buildroot}%{_includedir} +%check +%ctest + %files -n tiff-docs %{_mandir}/man1/*