Update to version 1.2.0

epel9
Fabio Valentini 2 years ago
parent a4a9b43a67
commit 5f4df13de9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/portable-atomic-1.0.0.crate /portable-atomic-1.0.0.crate
/portable-atomic-1.2.0.crate

@ -1,3 +0,0 @@
# rust-portable-atomic
The rust-portable-atomic package

@ -1,12 +0,0 @@
--- portable-atomic-1.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ portable-atomic-1.0.0/Cargo.toml 2023-01-20T05:04:06.537433+00:00
@@ -69,6 +69,9 @@
[dev-dependencies.paste]
version = "1"
+[dev-dependencies.quickcheck]
+version = "1"
+
[dev-dependencies.rustversion]
version = "1"

@ -1,25 +1,24 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check # * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate portable-atomic %global crate portable-atomic
Name: rust-portable-atomic Name: rust-portable-atomic
Version: 1.0.0 Version: 1.2.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
License: Apache-2.0 OR MIT License: Apache-2.0 OR MIT
URL: https://crates.io/crates/portable-atomic URL: https://crates.io/crates/portable-atomic
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * re-add quickcheck that's in the original Cargo.toml
Patch: portable-atomic-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Portable atomic types including support for 128-bit atomics, atomic float, etc.} Portable atomic types including support for 128-bit atomics, atomic
float, etc.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (portable-atomic-1.0.0.crate) = fe176b68a9e8d7ee4fa6812e21fc48195de9487b77d5a9c66c7c08877e3ddd3b8e6777345a154830f602b2f7411b81de425255662cac30672f8c32077497c764 SHA512 (portable-atomic-1.2.0.crate) = 9d50e867e37a93784b5976f0c389974ff5eef083bdb0701e32bd6e27bf2900ff8180c945c480eb64a2e9e1cd058dd14d91cda9d655280c10d0c1a5eec1636391

Loading…
Cancel
Save