The package rpms/babl.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/babl.git/commit/?id=890c82a1023537d0... https://src.fedoraproject.org/cgit/rpms/babl.git/commit/?id=b3f6806eb7944d00....
Change: -%ifnarch armv7hl +%ifnarch armv7hl
Thanks.
Full change: ============
commit e67582e82213f2c08ba68bbef443b2c4d19c624d Merge: 0869b32 890c82a Author: Josef Řídký jridky@redhat.com Date: Thu Mar 31 18:27:48 2022 +0200
Fix merge conflict
commit 890c82a1023537d0b4354d976019786eed58da89 Author: Josef Řídký jridky@redhat.com Date: Thu Mar 31 18:18:22 2022 +0200
Enable arm tests
diff --git a/babl.spec b/babl.spec index b30108e..0579985 100644 --- a/babl.spec +++ b/babl.spec @@ -86,7 +86,6 @@ cp -pr "%{_vpath_builddir}"/docs/* "%{buildroot}/%{develdocdir}" rm -f "%{buildroot}/%{develdocdir}/index.html.tmp"
%check -%ifnarch armv7hl # skip tests known to be problematic in a specific version %if "%version" == "%skip_checks_version" pushd tests @@ -101,7 +100,6 @@ done popd %endif %meson_test -%endif %ldconfig_scriptlets
%files
commit 993c0111ec3cc28641cb88652a0e041c2be109de Merge: b3f6806 5b33fca Author: Josef Řídký jridky@redhat.com Date: Thu Mar 31 18:09:28 2022 +0200
Merge branch 'rawhide' into f36
commit 5b33fca8386f3e4003cc5fad23cc14d199b68ee9 Author: Josef Řídký jridky@redhat.com Date: Thu Mar 31 17:57:50 2022 +0200
New upstream release 0.1.92
diff --git a/.gitignore b/.gitignore index 857e994..8ed10f3 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ babl-0.1.2.tar.bz2 /babl-0.1.86.tar.xz /babl-0.1.88.tar.xz /babl-0.1.90.tar.xz +/babl-0.1.92.tar.xz diff --git a/babl.spec b/babl.spec index 05b48aa..37f1efb 100644 --- a/babl.spec +++ b/babl.spec @@ -18,8 +18,8 @@
Summary: A dynamic, any to any, pixel format conversion library Name: babl -Version: 0.1.90 -Release: 2%{?dist} +Version: 0.1.92 +Release: 1%{?dist}
# Compute some version related macros # Ugly hack, you need to get your quoting backslashes/percent signs straight @@ -123,6 +123,9 @@ popd %doc %{develdocdir}
%changelog +* Mon Mar 31 2022 Josef Ridky jridky@redhat.com - 0.1.92-1 +- New upstream release 0.1.92 + * Mon Mar 14 2022 Josef Ridky jridky@redhat.com - 0.1.90-2 - Fix docs install to include all files
diff --git a/sources b/sources index eeef280..c7d07d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (babl-0.1.90.tar.xz) = c0eac3c7d5eb328de2f97ccc9743bc2f78d79c23dc4d3465e979d98827b1643a0f2a257f0445e4acd09f15a9f95c79f67d09cb18c2c94b4f3d290944a0341e3c +SHA512 (babl-0.1.92.tar.xz) = c2baf39f576bf7f57786c59f2de0818257f4d1d62cadf44fdd802c9a534ed94390dd1616e7e72fcc9de1fb85a24a10fbacdbbabbe376a45ae598be46817e3bc0
commit b3f6806eb7944d00e8d43784c0ea32ef13d45b13 Author: Josef Řídký jridky@redhat.com Date: Mon Mar 14 14:14:46 2022 +0100
Disable tests for arm
diff --git a/babl.spec b/babl.spec index 05b48aa..32e6a2a 100644 --- a/babl.spec +++ b/babl.spec @@ -86,6 +86,7 @@ cp -pr "%{_vpath_builddir}"/docs/* "%{buildroot}/%{develdocdir}" rm -f "%{buildroot}/%{develdocdir}/index.html.tmp"
%check +%ifnarch armv7hl # skip tests known to be problematic in a specific version %if "%version" == "%skip_checks_version" pushd tests @@ -100,7 +101,7 @@ done popd %endif %meson_test - +%endif %ldconfig_scriptlets
%files
arch-excludes@lists.fedoraproject.org