Update to version 1.0.1; Fixes RHBZ#2269632

epel10
Benjamin A. Beasley 10 months ago committed by Fabio Valentini
parent 6d8d8b6e1b
commit a88fb34b5a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/sync_wrapper-0.1.2.crate
/sync_wrapper-1.0.1.crate

@ -1,22 +1,22 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate sync_wrapper
Name: rust-sync_wrapper
Version: 0.1.2
Version: 1.0.1
Release: %autorelease
Summary: Tool for enlisting the compilers help in proving the absence of concurrency
Summary: Tool for enlisting the compiler's help in proving the absence of concurrency
License: Apache-2.0
URL: https://crates.io/crates/sync_wrapper
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A tool for enlisting the compilers help in proving the absence of
A tool for enlisting the compiler's help in proving the absence of
concurrency.}
%description %{_description}
@ -72,7 +72,7 @@ use the "futures-core" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (sync_wrapper-0.1.2.crate) = ca7cd7a6dd242fa420e8dba820117d85b1b11ea6a9fd99c92a5a260f12263cac0c034c9f9fe10090d5830fb5bf5eefc8a5a0d0b5a40f3f809d69e5393693d5c8
SHA512 (sync_wrapper-1.0.1.crate) = 9b83ff2f3d379ab955c16279227c7bc4f5c00d3f1541e5a525e8f89cb14499a02c0e8e9ccfbfc16bc59213385f837ea206d4c09116d231d143b6f8b3d769002c

Loading…
Cancel
Save