Update to version 0.5.5; Fixes RHBZ#2033888

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/num_enum_derive-0.5.2.crate /num_enum_derive-0.5.2.crate
/num_enum_derive-0.5.3.crate /num_enum_derive-0.5.3.crate
/num_enum_derive-0.5.4.crate /num_enum_derive-0.5.4.crate
/num_enum_derive-0.5.5.crate

@ -1,24 +1,21 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
# * resolve circular dependency with num_enum # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate num_enum_derive %global crate num_enum_derive
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.4 Version: 0.5.5
Release: %autorelease Release: %autorelease
Summary: Internal implementation details for ::num_enum Summary: Internal implementation details for num_enum
# Upstream license specification: BSD-3-Clause # Upstream license specification: BSD-3-Clause OR MIT OR Apache-2.0
License: BSD License: BSD or MIT or ASL 2.0
URL: https://crates.io/crates/num_enum_derive URL: https://crates.io/crates/num_enum_derive
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -34,11 +31,11 @@ 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
%license LICENSE %license LICENSE-APACHE LICENSE-BSD LICENSE-MIT
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -48,8 +45,8 @@ 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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -60,8 +57,8 @@ BuildArch: noarch
%description -n %{name}+complex-expressions-devel %{_description} %description -n %{name}+complex-expressions-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 "complex-expressions" feature of "%{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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -72,8 +69,8 @@ BuildArch: noarch
%description -n %{name}+external_doc-devel %{_description} %description -n %{name}+external_doc-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 "external_doc" feature of "%{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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -84,8 +81,8 @@ BuildArch: noarch
%description -n %{name}+proc-macro-crate-devel %{_description} %description -n %{name}+proc-macro-crate-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 "proc-macro-crate" feature of "%{crate}" crate. use the "proc-macro-crate" feature of the "%{crate}" crate.
%files -n %{name}+proc-macro-crate-devel %files -n %{name}+proc-macro-crate-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -96,8 +93,8 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description} %description -n %{name}+std-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 "std" feature of "%{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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (num_enum_derive-0.5.4.crate) = 028253a0c149dafb6be50605d3c3c3e4c92a6e1631ca934bb22ecec228b1b820e4622f781c39bdf085fcadd8a1b2d2be3b24bdec4f60fa7aca58004055535ffa SHA512 (num_enum_derive-0.5.5.crate) = 5ec075dd21b96f2f23cc0f909a7b04c99d73adb4ee8ed145a8bab0154332d367c39aba506b1d5bb02035f389ec2aa370f4f629377319488414ee172dfbd06b45

Loading…
Cancel
Save