Update to version 0.1.20; Fixes RHBZ#2110092

epel9
Fabio Valentini 3 years ago
parent 0ba7060fc3
commit bd806b055e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/psm-0.1.17.crate /psm-0.1.17.crate
/psm-0.1.18.crate /psm-0.1.18.crate
/psm-0.1.19.crate /psm-0.1.19.crate
/psm-0.1.20.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate psm %global crate psm
Name: rust-%{crate} Name: rust-psm
Version: 0.1.19 Version: 0.1.20
Release: %autorelease Release: %autorelease
Summary: Portable Stack Manipulation: stack manipulation and introspection routines Summary: Portable Stack Manipulation: stack manipulation and introspection routines
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/psm URL: https://crates.io/crates/psm
Source: %{crates_source} Source: %{crates_source}

@ -1 +1 @@
SHA512 (psm-0.1.19.crate) = 13f3da0f82172e9bef5c0f6d2bc28f3ed75f7a5f4fb0f89eaf560e06c3e9f42d6e62fa364ae9bd9ede047b7baa861463774b23089a9701bbb0a3ccafdf78ba8b SHA512 (psm-0.1.20.crate) = 428807343926f4c973a9fd607f1a1fb5600920ad42f41030da3079e1abcfb28751045273937fce9800cf72c8d761dc69677929aac43d4e1873316f0be0fd5d0a

Loading…
Cancel
Save