Update to version 0.8.1; Fixes RHBZ#2207945

epel9 imports/e9/rust-enumset_derive-0.8.1-1.el9
Fabio Valentini 2 years ago
parent 7d86b5d097
commit 8da789a1c9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/enumset_derive-0.5.1.crate /enumset_derive-0.5.1.crate
/enumset_derive-0.5.4.crate /enumset_derive-0.5.4.crate
/enumset_derive-0.8.1.crate

@ -1,3 +0,0 @@
# rust-enumset_derive
The rust-enumset_derive package

@ -1,28 +1,23 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate enumset_derive %global crate enumset_derive
Name: rust-%{crate} Name: rust-enumset_derive
Version: 0.5.4 Version: 0.8.1
Release: %autorelease Release: %autorelease
Summary: Internal helper crate for enumset Summary: Internal helper crate for enumset
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/enumset_derive URL: https://crates.io/crates/enumset_derive
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Internal helper crate for enumset. Not public API.} An internal helper crate for enumset. Not public API.}
%description %{_description} %description %{_description}
@ -32,13 +27,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%doc README.md %license %{crate_instdir}/LICENSE-APACHE
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -46,11 +42,23 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+proc-macro-crate-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+proc-macro-crate-devel %{_description}
This package contains library source intended for building other packages which
use the "proc-macro-crate" feature of the "%{crate}" crate.
%files -n %{name}+proc-macro-crate-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -58,11 +66,11 @@ BuildArch: noarch
%description -n %{name}+serde-devel %{_description} %description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "serde" feature of "%{crate}" crate. use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -0,0 +1,2 @@
[DEFAULT]
summary = Internal helper crate for enumset

@ -1 +1 @@
SHA512 (enumset_derive-0.5.4.crate) = b02f43bea0f304d747c085f03a2e2c33dbf0a38d3a8f393935e443a633326456bf5a9e454a211f942d08dd8293d3935bef6284c03ea00fac43cb7d268700daff SHA512 (enumset_derive-0.8.1.crate) = 9ff87a0a5dbee945b58987f9d26200efa5e8d5c085ceda6e44ff9cc1b05bd903cdda632e459b26415e7e2195af79aa51b8e95fb9ee7917fc74a6102f220e5148

Loading…
Cancel
Save