Update to version 0.5.7; Fixes RHBZ#2036367

epel9
Fabio Valentini 3 years ago
parent 8817321012
commit 92dcd3bac5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/num_enum-0.5.3.crate /num_enum-0.5.3.crate
/num_enum-0.5.4.crate /num_enum-0.5.4.crate
/num_enum-0.5.5.crate /num_enum-0.5.5.crate
/num_enum-0.5.7.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate num_enum %global crate num_enum
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.5 Version: 0.5.7
Release: %autorelease Release: %autorelease
Summary: Procedural macros to make inter-operation between primitives and enums easier Summary: Procedural macros to make inter-operation between primitives and enums easier
@ -16,7 +16,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Procedural macros to make inter-operation between primitives and enums easier.} Procedural macros to make inter-operation between primitives and enums easier.}
@ -33,9 +33,11 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-BSD LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-BSD
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,7 +49,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{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}+complex-expressions-devel %package -n %{name}+complex-expressions-devel
Summary: %{summary} Summary: %{summary}
@ -59,7 +61,7 @@ This package contains library source intended for building other packages which
use the "complex-expressions" feature of the "%{crate}" crate. use the "complex-expressions" feature of the "%{crate}" crate.
%files -n %{name}+complex-expressions-devel %files -n %{name}+complex-expressions-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+external_doc-devel %package -n %{name}+external_doc-devel
Summary: %{summary} Summary: %{summary}
@ -71,7 +73,19 @@ This package contains library source intended for building other packages which
use the "external_doc" feature of the "%{crate}" crate. use the "external_doc" feature of the "%{crate}" crate.
%files -n %{name}+external_doc-devel %files -n %{name}+external_doc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+nightly-devel %{_description}
This package contains library source intended for building other packages which
use the "nightly" feature of the "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -83,7 +97,7 @@ This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate. use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-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

@ -1 +1 @@
SHA512 (num_enum-0.5.5.crate) = b29f9fb6749f28bb68c85022906602dadd0ff863930a1488c5dd91e86cfd00b8fb923c448a9cb3556fc43920822e252c0b02004f44ca9c6767e4009294da9a0e SHA512 (num_enum-0.5.7.crate) = 14749c9fb3cb30366e4915b2afd00b1f005de753ac3458982ef53285efa718c8059bf4804f4db170f43c1978c222aa706f30757c191f8613b8165a54a7c5f4ce

Loading…
Cancel
Save