Update to 0.1.8

epel9
Josh Stone 5 years ago
parent 67744a8491
commit 1bbc8bf39d

1
.gitignore vendored

@ -1 +1,2 @@
/psm-0.1.6.crate
/psm-0.1.8.crate

@ -5,12 +5,12 @@
%global crate psm
Name: rust-%{crate}
Version: 0.1.6
Release: 2%{?dist}
Version: 0.1.8
Release: 1%{?dist}
Summary: Portable Stack Manipulation: stack manipulation and introspection routines
# Upstream license specification: ISC/Apache-2.0
License: ISC or ASL 2.0
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/psm
Source: %{crates_source}
@ -37,7 +37,7 @@ which use "%{crate}" crate.
%files devel
%doc README.mkd
%license LICENSE-APACHE LICENSE-ISC
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 07 2020 Josh Stone <jistone@redhat.com> - 0.1.8-1
- Update to 0.1.8
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (psm-0.1.6.crate) = 104077d4b401af1c8a7dff03e5fd74399b9044827ad0daea50b329ce3bba44366d5eef4dbce17fa87a4a4a698be8da99f400475c8e0b09c57b1a6e414309b39b
SHA512 (psm-0.1.8.crate) = 05d6f98a2e1b9eaca3634ec5d2945de569a0de81dd2ec4f4b4b4835803f89efe4cc018be84d6b7387231af5b08ca7cc252b25e57290d435683d7958856e87dd7

Loading…
Cancel
Save