Update to version 0.4.5; Fixes RHBZ#2267582

epel10
Fabio Valentini 11 months ago
parent e08a17d939
commit c9a769d94b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/flagset-0.4.3.crate
/flagset-0.4.4.crate
/flagset-0.4.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate flagset
Name: rust-flagset
Version: 0.4.4
Version: 0.4.5
Release: %autorelease
Summary: Data types and a macro for generating enumeration-based bit flags
@ -13,7 +13,7 @@ License: Apache-2.0
URL: https://crates.io/crates/flagset
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Data types and a macro for generating enumeration-based bit flags.}
@ -71,7 +71,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (flagset-0.4.4.crate) = f8aa29eab0458e20cccba5aa3e522e5a0c78ef2f12a966a967ae41f441e08c1ee5414f83ce382d8c10eba030c0c28f1bdc5a6a96a9788daf5d2fccd5d18ae4ad
SHA512 (flagset-0.4.5.crate) = e3ed60b9af01f2f5cb0870bc1918abfe94311754bafc9d2c6bd6506b433c99f807f7e7fbb6873af800cfc7f534583060167eb7b65e61eddd55369031cca863be

Loading…
Cancel
Save