update to version 1.1.1

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

1
.gitignore vendored

@ -1 +1,2 @@
/humansize-1.1.0.crate
/humansize-1.1.1.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate humansize
Name: rust-%{crate}
Version: 1.1.0
Release: 6%{?dist}
Version: 1.1.1
Release: 1%{?dist}
Summary: Configurable crate to easily represent file sizes in a human-readable format
# Upstream license specification: MIT/Apache-2.0
# https://github.com/LeopoldArkham/humansize/issues/16
License: MIT or ASL 2.0
URL: https://crates.io/crates/humansize
Source: %{crates_source}
@ -37,8 +36,9 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 20 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
- Update to version 1.1.1.
- Fixes RHBZ#1962883
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (humansize-1.1.0.crate) = dfca883bddb8562e7538522a560624bc98a53fc8ee712fc3e023e502ffe85ac7bbcd9a68a2718331bb206014dfdb74445bdab7d4aefedd047994219ad1b216a8
SHA512 (humansize-1.1.1.crate) = 90b25500014d7ff541b6feb496ebb25ffbf0bbdfc3ea80ce3b3a1597d08c2cea9b967c674e261d3c8c3587d3481da8d899cc5e3fb05b22c55f90e178508ebeff

Loading…
Cancel
Save