The package rpms/gegl04.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/gegl04.git/commit/?id=958f15ca807687....
Change: +%ifarch aarch64 %{ix86} x86_64
Thanks.
Full change: ============
commit b751dd0fedeb45308a644d3fcbd9e181314f4998 Author: Nils Philippsen nils@tiptoe.de Date: Mon Dec 30 07:05:23 2024 +0100
Update to 0.4.52
Signed-off-by: Nils Philippsen nils@tiptoe.de
diff --git a/.gitignore b/.gitignore index 289aded..a7400e4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /gegl-0.4.46.tar.xz /gegl-0.4.48.tar.xz /gegl-0.4.50.tar.xz +/gegl-0.4.52.tar.xz diff --git a/gegl04.spec b/gegl04.spec index 331a68c..3026abe 100644 --- a/gegl04.spec +++ b/gegl04.spec @@ -10,7 +10,7 @@ %bcond docs 1
Name: gegl04 -Version: 0.4.50 +Version: 0.4.52 Release: %autorelease Summary: Graph based image processing framework
diff --git a/sources b/sources index d1502de..6e03a9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gegl-0.4.50.tar.xz) = 6ba7cc6a1feca518857a6f474fffec4d3ddce81104541d9d8c9d6a6d7464a00ec0d4fce63194ba2d457d606fea3049fbd365b20b70fdbdf275dac61bc35f8205 +SHA512 (gegl-0.4.52.tar.xz) = fc6c9306733624eb34774c2707d7628a32fc33d1543c93ee62ac970d36d94f60547f89690651d17feca4d60d0c9decaba9214b95bbd96a7cd0db035af4bfc772
commit 958f15ca807687601ba14d3012e08d832abf02c2 Author: Peter Robinson pbrobinson@gmail.com Date: Sat Nov 30 14:49:34 2024 +0000
Fix luajit arches
diff --git a/gegl04.spec b/gegl04.spec index 0e29a45..331a68c 100644 --- a/gegl04.spec +++ b/gegl04.spec @@ -53,7 +53,7 @@ BuildRequires: pkgconfig(libwebp) >= 0.5.0 BuildRequires: pkgconfig(lua) >= 5.1.0
%if ! 0%{?rhel} -%ifarch %{arm} %{ix86} x86_64 +%ifarch aarch64 %{ix86} x86_64 BuildRequires: pkgconfig(luajit) >= 2.0.4 %endif BuildRequires: pkgconfig(OpenEXR) >= 2.5.4 @@ -156,7 +156,7 @@ chrpath --delete %{buildroot}%{_libdir}/gegl-%{apiver}/*.so %{_libdir}/girepository-1.0/Gegl-%{apiver}.typelib
%if ! 0%{?rhel} -%ifarch %{arm} %{ix86} x86_64 +%ifarch aarch64 %{ix86} x86_64 %dir %{_datadir}/gegl-%{apiver}/ %{_datadir}/gegl-%{apiver}/lua/ %endif
arch-excludes@lists.fedoraproject.org