Update to version 0.4.0; Fixes RHBZ#1936042

epel9
Fabio Valentini 4 years ago
parent 3b83137e61
commit 3c32f17d36
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/num-0.2.1.crate /num-0.2.1.crate
/num-0.3.0.crate /num-0.3.0.crate
/num-0.3.1.crate /num-0.3.1.crate
/num-0.4.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate num %global crate num
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.1 Version: 0.4.0
Release: %autorelease Release: %autorelease
Summary: Collection of numeric types and traits for Rust Summary: Collection of numeric types and traits for Rust
@ -40,7 +40,6 @@ which use "%{crate}" crate.
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md RELEASES.md %doc README.md RELEASES.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{bors.toml,ci}
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}

@ -1 +1 @@
SHA512 (num-0.3.1.crate) = 38eaf591bdd1a8f758f80f6fcd815f32c064738ba21fd97078200945cc5a2025f88b79efb36538e425df43441adb33144e20e68dc351101845074260d10ab85c SHA512 (num-0.4.0.crate) = fb57c089120f7f8edddacc0a2eea5f9c8d70c29e411e30eca726e373e5ccf25b51df8c7d4e52aa6bf9b9b89cdd172291eac23626d2ecb030e4d9b3a4fdad6ddb

Loading…
Cancel
Save