Update to version 1.7.0; Fixes RHBZ#2298929

epel10
Fabio Valentini 5 months ago
parent 96bc4102c7
commit c4202715e6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/portable-atomic-1.5.0.crate /portable-atomic-1.5.0.crate
/portable-atomic-1.5.1.crate /portable-atomic-1.5.1.crate
/portable-atomic-1.6.0.crate /portable-atomic-1.6.0.crate
/portable-atomic-1.7.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate portable-atomic %global crate portable-atomic
Name: rust-portable-atomic Name: rust-portable-atomic
Version: 1.6.0 Version: 1.7.0
Release: %autorelease Release: %autorelease
Summary: Portable atomic types including support for 128-bit atomics, atomic float, etc Summary: Portable atomic types including support for 128-bit atomics, atomic float, etc

@ -1 +1 @@
SHA512 (portable-atomic-1.6.0.crate) = b27cf57655a2f1e2d6ea7b45d80b4f9920a836e462f132c50dc1e4d314e162444309de1baecf45dad2defc7a5b99759165e54da9fe759b24092f8cb8755c515c SHA512 (portable-atomic-1.7.0.crate) = 0849edaa7a1f9ea66182443e31691e7839c857240916521bbd6009b5e692b13f5b315df36e656134651386bc50d895ecf6155a906750009514cad8bfc7e57fe2

Loading…
Cancel
Save