Update to version 1.1.0; Fixes RHBZ#2041102

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/fragile-0.3.0.crate
/fragile-1.0.0.crate
/fragile-1.1.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 13
%bcond_with check
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate fragile
Name: rust-%{crate}
Version: 1.0.0
Version: 1.1.0
Release: %autorelease
Summary: Wrapper types for sending non-send values to other threads
Summary: Provides wrapper types for sending non-send values to other threads
# Upstream license specification: Apache-2.0
License: ASL 2.0
@ -15,9 +15,6 @@ URL: https://crates.io/crates/fragile
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,8 +29,8 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (fragile-1.0.0.crate) = bbdd87f97c494495f4db10c68121f4b6f76e3752b9e4b363c0dde24a96a1344868faceeaf7e6df1edfee6ec107f10b69fd26bf271519675463c0235ecec3780b
SHA512 (fragile-1.1.0.crate) = dbb835aa85fa7153d284e2c3319aef639b62529b5d622a671bf9c8816048f2f44b143ec1e329b681fb850a00d6c2a296da3a44128db02b0d9422e66d6658637a

Loading…
Cancel
Save