Update to 2.1.0

epel9
Josh Stone 5 years ago
parent 851b99d007
commit 74762b90cf

1
.gitignore vendored

@ -1 +1,2 @@
/bitmaps-2.0.0.crate
/bitmaps-2.1.0.crate

@ -5,7 +5,7 @@
%global crate bitmaps
Name: rust-%{crate}
Version: 2.0.0
Version: 2.1.0
Release: 1%{?dist}
Summary: Fixed size boolean arrays
@ -52,6 +52,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -71,5 +83,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Apr 01 2020 Josh Stone <jistone@redhat.com> - 2.1.0-1
- Update to 2.1.0
* Sat Feb 15 12:48:54 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.0.0-1
- Initial package

@ -1 +1 @@
SHA512 (bitmaps-2.0.0.crate) = 6e89076a6ebe8256b99054a62e5112e8aba12f4393905bb4f6577f8cb19179a566df4fac01533aa83e3ae25950b9818828a9526ad370936355b8e5f761b6c81c
SHA512 (bitmaps-2.1.0.crate) = a423ea009bf61629e6dd7cb954f2781dd3c578d2216cd843957e0db05abc8f8c5971d2cca1915929b2b3c7b712450c817bb1de8d08715a1ca2641ace015a1dc7

Loading…
Cancel
Save