The package rpms/rust-protobuf-codegen-pure.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-protobuf-codegen-pure.git/commi....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 2e1d342258dffae4208158461a723a4c35724702 Author: Fabio Valentini decathorpe@gmail.com Date: Tue May 23 23:37:26 2023 +0200
Update to version 2.28.0; Fixes RHBZ#2129669
diff --git a/.gitignore b/.gitignore index 1544663..0e5fcb6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /protobuf-codegen-pure-2.24.2.crate /protobuf-codegen-pure-2.25.1.crate /protobuf-codegen-pure-2.25.2.crate +/protobuf-codegen-pure-2.28.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index 84b6d77..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-protobuf-codegen-pure - -The rust-protobuf-codegen-pure package \ No newline at end of file diff --git a/protobuf-codegen-pure-fix-metadata.diff b/protobuf-codegen-pure-fix-metadata.diff index 8374ffe..1880706 100644 --- a/protobuf-codegen-pure-fix-metadata.diff +++ b/protobuf-codegen-pure-fix-metadata.diff @@ -1,14 +1,14 @@ ---- protobuf-codegen-pure-2.25.2/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ protobuf-codegen-pure-2.25.2/Cargo.toml 2021-11-11T13:19:30.766487+00:00 -@@ -17,6 +17,7 @@ - homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-codegen-pur..." +--- protobuf-codegen-pure-2.28.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ protobuf-codegen-pure-2.28.0/Cargo.toml 2023-05-23T21:26:50.052894+00:00 +@@ -22,6 +22,7 @@ + readme = "README.md" license = "MIT" repository = "https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-codegen-pur..." +autobins = false + [package.metadata.docs.rs] all-features = true - -@@ -24,10 +25,6 @@ +@@ -30,11 +31,6 @@ doctest = false bench = false
@@ -16,6 +16,7 @@ -name = "parse-and-typecheck" -path = "src/bin/parse-and-typecheck.rs" -test = false +- [dependencies.protobuf] - version = "=2.25.2" + version = "=2.28.0"
diff --git a/rust-protobuf-codegen-pure.spec b/rust-protobuf-codegen-pure.spec index e463e4e..f48b55c 100644 --- a/rust-protobuf-codegen-pure.spec +++ b/rust-protobuf-codegen-pure.spec @@ -1,32 +1,25 @@ -# Generated by rust2rpm 18 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil}
%global crate protobuf-codegen-pure
-Name: rust-%{crate} -Version: 2.25.2 +Name: rust-protobuf-codegen-pure +Version: 2.28.0 Release: %autorelease Summary: Pure-rust codegen for protobuf using protobuf-parser crate
-# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/protobuf-codegen-pure Source: %{crates_source} -# Initial patched metadata +# Manually created patch for downstream crate metadata changes # * drop unused parse-and-typecheck executable -Patch0: protobuf-codegen-pure-fix-metadata.diff +Patch: protobuf-codegen-pure-fix-metadata.diff
-ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21
%global _description %{expand: -Pure-rust codegen for protobuf using protobuf-parser crate -WIP.} +Pure-rust codegen for protobuf using protobuf-parser crate WIP.}
%description %{_description}
@@ -36,13 +29,13 @@ BuildArch: noarch
%description devel %{_description}
-This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use the "%{crate}" crate.
%files devel -%license LICENSE.txt -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE.txt +%doc %{crate_instdir}/README.md +%{crate_instdir}/
%package -n %{name}+default-devel Summary: %{summary} @@ -50,11 +43,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
-This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index 94984cc..c220046 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (protobuf-codegen-pure-2.25.2.crate) = 2d519a9a2c46c2fdca77d70be91df7d77769e89319dd0444621d0479b0a40c65b5b9179d3eaf62fb365ae959a4392cbf210f6719dfe7c97f42e9d3cc476e3d9b +SHA512 (protobuf-codegen-pure-2.28.0.crate) = f09f04fd04ef06259ca60f1a9ab254cfba27a1ef468a91f29e70bf44ebb1a33632eeaa3b7d0405d12ed2206263d750bb48711ead7d1d51804b043d2cf46c3d07
commit ad9958cc3d3e61e3d3eb23fb341dc669a43d1796 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jan 21 00:44:15 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