Update to version 1.2.0; Fixes RHBZ#2026315

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

1
.gitignore vendored

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

@ -1,17 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
# Float_to_int go infinite on s390x on fedora 33
# https://gitlab.com/tspiteri/az/-/issues/1
%ifarch s390x
%bcond_with check
%else
%bcond_without check %bcond_without check
%endif
%global debug_package %{nil} %global debug_package %{nil}
%global crate az %global crate az
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.1.2 Version: 1.2.0
Release: %autorelease Release: %autorelease
Summary: Casts and checked casts Summary: Casts and checked casts
@ -21,9 +15,6 @@ URL: https://crates.io/crates/az
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -42,8 +33,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-MIT LICENSE-APACHE %license LICENSE-APACHE LICENSE-MIT
%doc RELEASES.md README.md %doc README.md RELEASES.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.2.crate) = 21dc6b7a59b27f4821d9fe47ad6fb5504ef555de137588d7b50068c664309a4ae999b0286dee5d362f6c59cfa988147b4eab145192f0a960c62572b3d896b3e0 SHA512 (az-1.2.0.crate) = 0807257f98ed09c59a82da2dc7ba713c63a8420c8d945107a7c4bdc1dc92964776286d9e1e9e1e034691f4d0118ee03eed93540998ac8c7ee9b623d5f39d1248

Loading…
Cancel
Save