The package rpms/rust-gimli.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-gimli.git/commit/?id=7fe556afdc....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 7fe556afdc27a03affcf38745c325fa2e3087651 Author: Fabio Valentini decathorpe@gmail.com Date: Thu Mar 30 22:05:07 2023 +0200
Update to version 0.27.2; Fixes RHBZ#2147544
diff --git a/.gitignore b/.gitignore index b63a7b4..e2d12e5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /gimli-0.25.0.crate /gimli-0.26.1.crate /gimli-0.26.2.crate +/gimli-0.27.2.crate diff --git a/README.md b/README.md deleted file mode 100644 index 21ae76c..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-gimli - -The rust-gimli package \ No newline at end of file diff --git a/gimli-fix-metadata.diff b/gimli-fix-metadata.diff index 5f7e495..34f44b9 100644 --- a/gimli-fix-metadata.diff +++ b/gimli-fix-metadata.diff @@ -1,5 +1,5 @@ ---- gimli-0.26.2/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ gimli-0.26.2/Cargo.toml 2022-08-08T13:45:33.256747+00:00 +--- gimli-0.27.2/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ gimli-0.27.2/Cargo.toml 2023-03-30T18:34:20.468447+00:00 @@ -16,6 +16,7 @@ exclude = [ "/releases/*", diff --git a/rust-gimli.spec b/rust-gimli.spec index 09b2e28..de1a0b6 100644 --- a/rust-gimli.spec +++ b/rust-gimli.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 # * resolve circular dependency with object and addr2line %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate gimli
Name: rust-gimli -Version: 0.26.2 +Version: 0.27.2 Release: %autorelease Summary: Library for reading and writing the DWARF debugging format
@@ -17,12 +17,10 @@ Source: %{crates_source} # * exclude test fixtures from installed files Patch: gimli-fix-metadata.diff
-ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21
%global _description %{expand: -Library for reading and writing the DWARF debugging format.} +A library for reading and writing the DWARF debugging format.}
%description %{_description}
@@ -153,8 +151,9 @@ use the "write" feature of the "%{crate}" crate.
%prep %autosetup -n %{crate}-%{version_no_tilde} -p1 -find -type f -name '*.rs' -exec chmod -c -x '{}' '+' %cargo_prep +# remove stray executable bit +chmod -x tests/parse_self.rs
%generate_buildrequires %cargo_generate_buildrequires diff --git a/sources b/sources index 50b18cd..8429efa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gimli-0.26.2.crate) = 10baa5fb5fe13eeab2ed9ac8e02ae7607b42df80b9f39b14027d052ac7f6f11e4dec451bd73c3640ff8ef174e280c1640110720b2bc4220229d27bbb31079029 +SHA512 (gimli-0.27.2.crate) = 1c0bf53754db2503033c17988e1cfa824af4e01f43c874b02fa61a475467185b13657c7ddf891e06f5984db3ef6b1e37586b184443716dbe45db1aa8bd082ba2
commit b66407b7b273f7f353525cb2f27d4f23d42a77ef Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 20 23:04:47 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
arch-excludes@lists.fedoraproject.org