Compare commits

...

3 Commits

1
.gitignore vendored

@ -1,3 +1,4 @@
/enumset-1.0.6.crate
/enumset-1.1.2.crate
/enumset-1.1.3.crate
/enumset-1.1.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate enumset
Name: rust-enumset
Version: 1.1.3
Version: 1.1.5
Release: %autorelease
Summary: Library for creating compact sets of enums
@ -60,6 +60,18 @@ use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+proc-macro-crate-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+proc-macro-crate-devel %{_description}
This package contains library source intended for building other packages which
use the "proc-macro-crate" feature of the "%{crate}" crate.
%files -n %{name}+proc-macro-crate-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (enumset-1.1.3.crate) = 1fcc39050a75d73febf9f1976913872269f41916fbfe936b7ab67d7d61bd67de9ffc71a1cbf34eef92b2fdb0313b5c77ce9dc7adafae5992fbeb6fcf7b31c180
SHA512 (enumset-1.1.5.crate) = bd3ff7dfcf3b4364b01cdd72e5afb4251fd965f1bbebbc59026e8a5bb097c036dcba7919041a2a659c5e9a4746a3f3fbe6207dd3a34e854d0c43ffb18015a91d

Loading…
Cancel
Save