Update to version 0.33.1; Fixes RHBZ#2058356

epel9
Fabio Valentini 3 years ago
parent 7bf610ab0e
commit 0c6be63648
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/crates-io-0.31.0.crate /crates-io-0.31.0.crate
/crates-io-0.32.0.crate /crates-io-0.32.0.crate
/crates-io-0.33.0.crate /crates-io-0.33.0.crate
/crates-io-0.33.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crates-io %global crate crates-io
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.33.0 Version: 0.33.1
Release: %autorelease Release: %autorelease
Summary: Helpers for interacting with crates.io Summary: Helpers for interacting with crates.io
@ -15,9 +15,6 @@ URL: https://crates.io/crates/crates-io
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
@ -32,11 +29,11 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -45,8 +42,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (crates-io-0.33.0.crate) = 97cc5ac95b2c3bc6aac51ffb34418bb3643821da667aea9e910d1871c845b0776eff61c8a69a12522efd940e95e6a9a9f418c781e45f18f6962c82f16e98f114 SHA512 (crates-io-0.33.1.crate) = b4c8cc959dc6156d48218c76d07a36822027d33bd1d097ad7dc7f749c837d2304f74fba7ed4c2b12abf27d76c67260e364d38b6d57b8e2f4b92e5e40c063f798

Loading…
Cancel
Save