Update to version 1.1.2; Fixes RHBZ#1996843

epel9
Rémi Lauzier 3 years ago
parent c3df1a9a06
commit 2d0252f54d
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -1 +1,2 @@
/az-1.1.1.crate /az-1.1.1.crate
/az-1.1.2.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 18
# Float_to_int go infinite on s390x on fedora 33 # Float_to_int go infinite on s390x on fedora 33
# https://gitlab.com/tspiteri/az/-/issues/1 # https://gitlab.com/tspiteri/az/-/issues/1
%ifarch s390x %ifarch s390x
@ -11,7 +11,7 @@
%global crate az %global crate az
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.1.1 Version: 1.1.2
Release: %autorelease Release: %autorelease
Summary: Casts and checked casts Summary: Casts and checked casts
@ -42,8 +42,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-MIT LICENSE-APACHE
%doc README.md RELEASES.md %doc RELEASES.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (az-1.1.1.crate) = 0bf19854de344cbefe8031af376fc5ceb0ababa728368af8b8b3e3d98c041f3fee6bfcffe09f0bbe2bc125031a96080bcaf17ac1f7dd105ce5efe49fc45ac6e0 SHA512 (az-1.1.2.crate) = 21dc6b7a59b27f4821d9fe47ad6fb5504ef555de137588d7b50068c664309a4ae999b0286dee5d362f6c59cfa988147b4eab145192f0a960c62572b3d896b3e0

Loading…
Cancel
Save