Update to version 0.1.17; Fixes RHBZ#2054901

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

1
.gitignore vendored

@ -8,3 +8,4 @@
/psm-0.1.14.crate /psm-0.1.14.crate
/psm-0.1.15.crate /psm-0.1.15.crate
/psm-0.1.16.crate /psm-0.1.16.crate
/psm-0.1.17.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%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-%{crate}
Version: 0.1.16 Version: 0.1.17
Release: %autorelease Release: %autorelease
Summary: Portable Stack Manipulation: stack manipulation and introspection routines Summary: Portable Stack Manipulation: stack manipulation and introspection routines
@ -15,9 +15,6 @@ URL: https://crates.io/crates/psm
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -32,8 +29,8 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (psm-0.1.16.crate) = 09ff6953120d2e32d5aa75313deef79b34e2dc680aaaff255546721ae58bc33eeeb01cb45662f74c73b60389d581b8bb5be09285d6eb99ecbf15f312e14b2c69 SHA512 (psm-0.1.17.crate) = 4c8e32c9ab3c883eb2c9f1c31a9c1c5e165c18962602087f458342bd9aaab25d3fd021308eb9ae49cd483c4060f45c44b7020f4aa558e3f779c0c97a296bae79

Loading…
Cancel
Save