Update to version 1.2.0; Fixes RHBZ#2223401

epel10
Fabio Valentini 2 years ago
parent 71f4150ef2
commit 4d0c4d3ca2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/scopeguard-0.3.3.crate
/scopeguard-1.0.0.crate
/scopeguard-1.1.0.crate
/scopeguard-1.2.0.crate

@ -5,11 +5,10 @@
%global crate scopeguard
Name: rust-scopeguard
Version: 1.1.0
Version: 1.2.0
Release: %autorelease
Summary: RAII scope guard that will run a given closure when it goes out of scope
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/scopeguard
Source: %{crates_source}
@ -36,7 +35,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.rst
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel

@ -0,0 +1,2 @@
[DEFAULT]
summary = RAII scope guard that will run a given closure when it goes out of scope

@ -1 +1 @@
SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d
SHA512 (scopeguard-1.2.0.crate) = 6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb

Loading…
Cancel
Save