Update to version 0.24.1; Fixes RHBZ#2096104

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/strum-0.18.0.crate
/strum-0.21.0.crate
/strum-0.24.0.crate
/strum-0.24.1.crate

@ -5,7 +5,7 @@
%global crate strum
Name: rust-%{crate}
Version: 0.24.0
Version: 0.24.1
Release: %autorelease
Summary: Helpful macros for working with enums and strings
@ -60,6 +60,18 @@ use the "derive" feature of the "%{crate}" crate.
%files -n %{name}+derive-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+phf-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+phf-devel %{_description}
This package contains library source intended for building other packages which
use the "phf" feature of the "%{crate}" crate.
%files -n %{name}+phf-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (strum-0.24.0.crate) = 9136deb6bc6c4d48123b2df0f0bb4a46212622ed7bf92f6080a6520e7ce8610f7b55102357cd50d635977d7cde13581f80ce372d8473733b66070e4945166dd0
SHA512 (strum-0.24.1.crate) = d842464b762790f4b785e494f72f7bae47b5a068cd06ddaad7a491d1abff53fa9cde280b06bbbb6b39a3a8f350a2384080ec4b3e4f16226cb076b1df153e6197

Loading…
Cancel
Save