Update to version 1.1.2; Fixes RHBZ#2207943

epel9
Fabio Valentini 1 year ago
parent 1c0ccd4763
commit 675a044525
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/enumset-1.0.6.crate /enumset-1.0.6.crate
/enumset-1.1.2.crate

@ -1,3 +0,0 @@
# rust-enumset
The rust-enumset 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 %global crate enumset
Name: rust-%{crate} Name: rust-enumset
Version: 1.0.6 Version: 1.1.2
Release: %autorelease Release: %autorelease
Summary: Library for creating compact sets of enums Summary: Library for creating compact sets of enums
# 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 URL: https://crates.io/crates/enumset
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:
Library for creating compact sets of enums.} A library for creating compact sets of enums.}
%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}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-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
%package -n %{name}+serde2-devel %package -n %{name}+serde2-devel
Summary: %{summary} Summary: %{summary}
@ -70,11 +78,23 @@ BuildArch: noarch
%description -n %{name}+serde2-devel %{_description} %description -n %{name}+serde2-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 "serde2" feature of "%{crate}" crate. use the "serde2" feature of the "%{crate}" crate.
%files -n %{name}+serde2-devel %files -n %{name}+serde2-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (enumset-1.0.6.crate) = ec8e47ee58fa3b329d72e8c31df3d4d2f3fcc7b4b80493f6eaaadc3916d0fbb8e98e5598f09637c08a0b4dc7d8d8df40bbccf3ef9b5b1fcd6266939a3eeb5b69 SHA512 (enumset-1.1.2.crate) = dbd62f154f99b1b263aaef3f971ba4db242c8e97b933c43642995b1ffc5936e7f6f7f1ea0852b87801bc0f8cfec599afc5764260e60f43a43490bc5aaf80ab18

Loading…
Cancel
Save