Update to version 0.1.23; Fixes RHBZ#2309110

epel10
Fabio Valentini 4 months ago
parent 87ec7513ed
commit 073bda1083
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/psm-0.1.19.crate /psm-0.1.19.crate
/psm-0.1.20.crate /psm-0.1.20.crate
/psm-0.1.21.crate /psm-0.1.21.crate
/psm-0.1.23.crate

@ -1,3 +0,0 @@
# rust-psm
The rust-psm package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate psm %global crate psm
Name: rust-psm Name: rust-psm
Version: 0.1.21 Version: 0.1.23
Release: %autorelease Release: %autorelease
Summary: Portable Stack Manipulation: stack manipulation and introspection routines Summary: Portable Stack Manipulation: stack manipulation and introspection routines
@ -13,12 +13,11 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/psm URL: https://crates.io/crates/psm
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Portable Stack Manipulation: stack manipulation and introspection routines.} Portable Stack Manipulation: stack manipulation and introspection
routines.}
%description %{_description} %description %{_description}
@ -50,7 +49,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (psm-0.1.21.crate) = 33e34bb30efa5ec700c135e11fe03447d56e6f0dbca5536fa8bf9ca2c605c65e2dfe0a2a79a0bbe08eb2d2a37e569e31def340e1187bc25060c2f0e6537e3e5b SHA512 (psm-0.1.23.crate) = 5c560366393c4c03183aebc6219d7562fdca6841100fb1a791ef9d375cb990c2548f5050bccbbc9619772abb352a32c6731e776b41cfd83960d3abe0ab1e8dd4

Loading…
Cancel
Save