Update to version 1.0.10; Fixes RHBZ#2152751

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

1
.gitignore vendored

@ -22,3 +22,4 @@
/paste-1.0.7.crate
/paste-1.0.8.crate
/paste-1.0.9.crate
/paste-1.0.10.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 22
# * paste-test-suite is not packaged
# Generated by rust2rpm 23
# * missing dev-dependency: paste-test-suite
%bcond_with check
%global debug_package %{nil}
%global crate paste
Name: rust-paste
Version: 1.0.9
Version: 1.0.10
Release: %autorelease
Summary: Macros for all your token pasting needs
@ -14,8 +14,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/paste
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (paste-1.0.9.crate) = 7e35cd5ac36b2414b67aa0cbbd6ba42dfd6f0a652f258d0a76134a3f185f49f0fb9a75e40cb03c262adc834ac53561b08eef3f487e62215726d662ac181f8a59
SHA512 (paste-1.0.10.crate) = ca5be3875054efc0f9044116eb8d91df47e1c7796104061e1c14935b6b5cb1028982a99940b1cfa8bd138d46da24fb787226638c99835f0dfd738c517f4e9dca

Loading…
Cancel
Save