Update to version 0.1.18; Fixes RHBZ#2071296

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

1
.gitignore vendored

@ -9,3 +9,4 @@
/psm-0.1.15.crate
/psm-0.1.16.crate
/psm-0.1.17.crate
/psm-0.1.18.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate psm
Name: rust-%{crate}
Version: 0.1.17
Version: 0.1.18
Release: %autorelease
Summary: Portable Stack Manipulation: stack manipulation and introspection routines
@ -16,7 +16,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Portable Stack Manipulation: stack manipulation and introspection routines.}
@ -33,9 +33,10 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.mkd
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.mkd
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -47,7 +48,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (psm-0.1.17.crate) = 4c8e32c9ab3c883eb2c9f1c31a9c1c5e165c18962602087f458342bd9aaab25d3fd021308eb9ae49cd483c4060f45c44b7020f4aa558e3f779c0c97a296bae79
SHA512 (psm-0.1.18.crate) = 478bda18ee11a3235601e515a81ad8af8e32a3adbc3a1bf7575f2436dd31c8a3867de2d06e53d11010b65cbf6922bd8212695e5808341e8870eefe9c9c69538d

Loading…
Cancel
Save