Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package darktable for openSUSE:Factory checked in at 2022-02-01 14:02:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/darktable (Old) and /work/SRC/openSUSE:Factory/.darktable.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "darktable" Tue Feb 1 14:02:56 2022 rev:98 rq:950368 version:3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/darktable/darktable.changes 2022-01-15 20:05:41.353781896 +0100 +++ /work/SRC/openSUSE:Factory/.darktable.new.1898/darktable.changes 2022-02-01 14:03:25.119882871 +0100 @@ -1,0 +2,8 @@ +Tue Jan 25 08:46:58 UTC 2022 - Dan ??erm??k <[email protected]> + +- Switch from %fedora_version to %fedora + %fedora_version is not defined on Fedora systems, the correct macro to use is + %fedora +- drop version checks for EOL'd Fedora versions (oldest supported Fedora is 34) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ darktable.spec ++++++ --- /var/tmp/diff_new_pack.qwKh8y/_old 2022-02-01 14:03:25.815878100 +0100 +++ /var/tmp/diff_new_pack.qwKh8y/_new 2022-02-01 14:03:25.819878073 +0100 @@ -18,7 +18,7 @@ %bcond_with clang -%if 0%{?fedora_version} >= 33 || 0%{?suse_version} >= 1590 +%if 0%{?fedora} || 0%{?suse_version} >= 1590 %bcond_with use_intree_lua %else %bcond_without use_intree_lua @@ -30,19 +30,19 @@ %define _dont_use_intree_lua ON %endif -%if 0%{?suse_version} || 0%{?fedora_version} >= 33 +%if 0%{?suse_version} || 0%{?fedora} %bcond_without cmake_macros %else %bcond_with cmake_macros %endif -%if 0%{?suse_version} || 0%{?fedora_version} >= 33 +%if 0%{?suse_version} || 0%{?fedora} %bcond_without cmake_macros %else %bcond_with cmake_macros %endif -%if 0%{?is_opensuse} || 0%{?fedora_version} >= 26 +%if 0%{?is_opensuse} || 0%{?fedora} %bcond_without osmgpsmap %bcond_without flickcurl %bcond_without translated_manpages @@ -52,7 +52,7 @@ %bcond_with translated_manpages %endif -%if 0%{?suse_version} >= 1550 || 0%{?fedora_version} >= 33 +%if 0%{?suse_version} >= 1550 || 0%{?fedora} %bcond_without avif %else %bcond_with avif @@ -125,7 +125,7 @@ BuildRequires: cmake >= 3.4 BuildRequires: fdupes BuildRequires: llvm-devel -%if 0%{?fedora_version} +%if 0%{?fedora} BuildRequires: llvm-static %endif %if %{without clang} @@ -156,11 +156,7 @@ %else BuildRequires: pkgconfig(lua) %endif -%if 0%{?fedora_version} == 31 -BuildRequires: pugixml-devel -%else BuildRequires: pkgconfig(pugixml) -%endif # BuildRequires: pkgconfig BuildRequires: pkgconfig(GraphicsMagick) @@ -214,7 +210,7 @@ # # Some CSS themes suggest to use the the Roboto font family # https://github.com/darktable-org/darktable/releases/tag/release-3.0.0 -%if 0%{?fedora_version} +%if 0%{?fedora} Recommends: roboto-fontface-fonts %else Recommends: google-roboto-fonts
