The package rpms/darktable.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/darktable.git/commit/?id=2b273659f69....
Change: +ExclusiveArch: x86_64 ppc64le
Thanks.
Full change: ============
commit 207bf4c477a3ac65649dfec43d01b8a98b86760a Author: Germano Massullo germano.massullo@gmail.com Date: Sat Apr 18 10:23:54 2020 +0200
3.0.2 release
diff --git a/.gitignore b/.gitignore index 6f7136b..4e390e6 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /darktable-3.0.0.rc2.tar.xz /darktable-3.0.0.tar.xz /darktable-3.0.1.tar.xz +/darktable-3.0.2.tar.xz diff --git a/darktable.spec b/darktable.spec index 29ab838..79e3e5c 100644 --- a/darktable.spec +++ b/darktable.spec @@ -14,8 +14,8 @@ ###
Name: darktable -Version: 3.0.1 -Release: 3%{?dist} +Version: 3.0.2 +Release: 1%{?dist}
Summary: Utility to organize and develop raw images
@@ -240,6 +240,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/darktable %{_libexecdir}/darktable/tools/subr.sh
%changelog +* Sat Apr 18 2020 Germano Massullo germano.massullo@gmail.com - 3.0.2-1 +- rebuilt + * Sat Apr 04 2020 Germano Massullo germano.massullo@gmail.com - Enabled flickrcurl-devel and osm-gps-map-devel BuildRequires only for EL7 and Fedora - Removed aarch64 EL8 due missing colord-gtk-devel diff --git a/sources b/sources index 799aff2..c7b5571 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (darktable-3.0.1.tar.xz) = a01830c5177512fb7b59f07a5ac594b486f854d41e7123faa0252caef52386ef3df4896f2c23a61b57a2b9b7bec33f3fd2f1fce6cea1388e1b74056a159e7ffa +SHA512 (darktable-3.0.2.tar.xz) = ee2d83f60621586f9e1be958f4b0c3d2214fbf30338837dbd07b901641c32d565cd29f814f5ff75a450495acee2383aa62ba3da3873009077704c925bab501f1
commit 2b273659f69bd2cfc81a9192f0592726779246d5 Author: Germano Massullo germano.massullo@gmail.com Date: Sat Apr 4 12:54:32 2020 +0200
Removed aarch64 EL8 due missing colord-gtk-devel
diff --git a/darktable.spec b/darktable.spec index 0299e8e..29ab838 100644 --- a/darktable.spec +++ b/darktable.spec @@ -103,7 +103,14 @@ Provides: bundled(lua) %endif
# uses xmmintrin.h +%if (0%{?fedora} || 0%{?el7}) ExclusiveArch: x86_64 aarch64 ppc64le +%endif + +# dependency colord-gtk-devel is not availble on EL8 aarch64 +%if 0%{?el8} +ExclusiveArch: x86_64 ppc64le +%endif
%description Darktable is a virtual light-table and darkroom for photographers: @@ -235,6 +242,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/darktable %changelog * Sat Apr 04 2020 Germano Massullo germano.massullo@gmail.com - Enabled flickrcurl-devel and osm-gps-map-devel BuildRequires only for EL7 and Fedora +- Removed aarch64 EL8 due missing colord-gtk-devel
* Thu Mar 12 2020 Germano Massullo germano.massullo@gmail.com - 3.0.1-2 - removed -DPROJECT_VERSION:STRING="%%{name}-%%{version}-%%{release}" because version is already provided by src/version_gen.c Source: Andreas Schneider
commit 8e5a2015bcc9df6740cba03f75c7f65ceece6918 Author: Germano Massullo germano.massullo@gmail.com Date: Sat Apr 4 12:35:21 2020 +0200
fixed EPEL8 build
diff --git a/darktable.spec b/darktable.spec index c161b26..0299e8e 100644 --- a/darktable.spec +++ b/darktable.spec @@ -15,7 +15,7 @@
Name: darktable Version: 3.0.1 -Release: 2%{?dist} +Release: 3%{?dist}
Summary: Utility to organize and develop raw images
@@ -45,7 +45,9 @@ BuildRequires: devtoolset-7-toolchain BuildRequires: devtoolset-7-libatomic-devel %endif BuildRequires: exiv2-devel >= 0.24 +%if (0%{?el7} || 0%{?fedora}) BuildRequires: flickcurl-devel +%endif BuildRequires: gcc >= 5.0 BuildRequires: GraphicsMagick-devel BuildRequires: gtk3-devel >= 3.22 @@ -76,7 +78,9 @@ BuildRequires: lua-devel >= 5.3 BuildRequires: opencl-headers BuildRequires: OpenEXR-devel >= 1.6 BuildRequires: openjpeg2-devel +%if (0%{?el7} || 0%{?fedora}) BuildRequires: osm-gps-map-devel >= 1.0 +%endif BuildRequires: perl-interpreter BuildRequires: pkgconfig >= 0.22 BuildRequires: po4a @@ -229,6 +233,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/darktable %{_libexecdir}/darktable/tools/subr.sh
%changelog +* Sat Apr 04 2020 Germano Massullo germano.massullo@gmail.com +- Enabled flickrcurl-devel and osm-gps-map-devel BuildRequires only for EL7 and Fedora + * Thu Mar 12 2020 Germano Massullo germano.massullo@gmail.com - 3.0.1-2 - removed -DPROJECT_VERSION:STRING="%%{name}-%%{version}-%%{release}" because version is already provided by src/version_gen.c Source: Andreas Schneider - added %%global _use_rawspeed_lto to enable Rawspeed LTO only for distros that have GCC >= 9
arch-excludes@lists.fedoraproject.org