Update to version 0.5.7; Fixes RHBZ#2036368

epel9
Fabio Valentini 3 years ago
parent 8e22caa7b2
commit 2cb49ae529
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/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 /num_enum_derive-0.5.5.crate
/num_enum_derive-0.5.7.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate num_enum_derive %global crate num_enum_derive
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.5 Version: 0.5.7
Release: %autorelease Release: %autorelease
Summary: Internal implementation details for num_enum Summary: Internal implementation details for num_enum
@ -17,7 +17,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Internal implementation details for ::num_enum (Procedural macros to make Internal implementation details for ::num_enum (Procedural macros to make
@ -35,9 +35,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}
@ -49,7 +51,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}
@ -61,7 +63,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}
@ -73,7 +75,7 @@ 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}+proc-macro-crate-devel %package -n %{name}+proc-macro-crate-devel
Summary: %{summary} Summary: %{summary}
@ -85,7 +87,7 @@ This package contains library source intended for building other packages which
use the "proc-macro-crate" feature of the "%{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 %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -97,7 +99,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_derive-0.5.5.crate) = 5ec075dd21b96f2f23cc0f909a7b04c99d73adb4ee8ed145a8bab0154332d367c39aba506b1d5bb02035f389ec2aa370f4f629377319488414ee172dfbd06b45 SHA512 (num_enum_derive-0.5.7.crate) = 716d9b58d192230ec633207af741cd198772c6f0880a27255bf1b7d48e51f14ee987af14580982b0d22fe0e876167d9850b077f1b50557f47c6ff81b64542b15

Loading…
Cancel
Save