The package rpms/rust-graphene-sys.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/rust-graphene-sys.git/commit/?id=e40....
Change: -%ifarch x86_64 aarch64
Thanks.
Full change: ============
commit e40a11814aba10f1825027a5678267fc9f0c6b13 Author: Fabio Valentini decathorpe@gmail.com Date: Tue Mar 26 23:53:34 2024 +0100
Update to version 0.19.0; Fixes RHBZ#2262627
diff --git a/.gitignore b/.gitignore index 39d1b0b..ad7aff5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /graphene-sys-0.17.0.crate /graphene-sys-0.17.10.crate /graphene-sys-0.18.1.crate +/graphene-sys-0.19.0.crate diff --git a/rust-graphene-sys.spec b/rust-graphene-sys.spec index e0bb870..39bf755 100644 --- a/rust-graphene-sys.spec +++ b/rust-graphene-sys.spec @@ -1,11 +1,12 @@ -# Generated by rust2rpm 24 -%bcond_without check +# Generated by rust2rpm 26 +# * tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64 +%bcond_with check %global debug_package %{nil}
%global crate graphene-sys
Name: rust-graphene-sys -Version: 0.18.1 +Version: 0.19.0 Release: %autorelease Summary: FFI bindings to libgraphene-1.0
@@ -13,7 +14,7 @@ License: MIT URL: https://crates.io/crates/graphene-sys Source: %{crates_source}
-BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: FFI bindings to libgraphene-1.0.} @@ -47,7 +48,7 @@ use the "default" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml
%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep
%generate_buildrequires @@ -62,12 +63,7 @@ echo 'pkgconfig(graphene-gobject-1.0) >= 1.10'
%if %{with check} %check -%ifarch x86_64 aarch64 %cargo_test -%else -# https://github.com/gtk-rs/gtk-rs-core/issues/1107 -%cargo_test -- -- --skip cross_validate_layout_with_c -%endif %endif
%changelog diff --git a/rust2rpm.conf b/rust2rpm.conf deleted file mode 100644 index e15e1fe..0000000 --- a/rust2rpm.conf +++ /dev/null @@ -1,7 +0,0 @@ -[DEFAULT] -unwanted-features = - v1_12 -buildrequires = - pkgconfig(graphene-gobject-1.0) >= 1.10 -lib.requires = - pkgconfig(graphene-gobject-1.0) >= 1.10 diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..92ef5a3 --- /dev/null +++ b/rust2rpm.toml @@ -0,0 +1,11 @@ +[features] +hide = ["v1_12"] + +[tests] +run = ["none"] +comments = ["tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64"] + +[requires] +build = ["pkgconfig(graphene-gobject-1.0) >= 1.10"] +lib = ["pkgconfig(graphene-gobject-1.0) >= 1.10"] + diff --git a/sources b/sources index 95e2fc4..83234b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (graphene-sys-0.18.1.crate) = 890556cfc5120fab60d22028394be9ca8ccbb57f34d386768da3e1580047b8c2096a08b636ea2df76f19b7b1c045275b2873b74ee039896c65ab03f5b97e89a9 +SHA512 (graphene-sys-0.19.0.crate) = 7db415cfe541ac477f18d13a7bf3a104f004743cca4302bf4c7d2197e4aaf4432f45866af0f6e5b6c5ee520e5aae9b35089e15f502c4c169751d635856161d64
commit b216ac8d77e8d2582e3873bc6f836372180b525f Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 26 20:33:24 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
arch-excludes@lists.fedoraproject.org