update to version 0.1.13

epel9
Fabio Valentini 4 years ago
parent 4a458e38b8
commit 26578cf97a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/psm-0.1.10.crate
/psm-0.1.11.crate
/psm-0.1.12.crate
/psm-0.1.13.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate psm
Name: rust-%{crate}
Version: 0.1.12
Release: 2%{?dist}
Version: 0.1.13
Release: 1%{?dist}
Summary: Portable Stack Manipulation: stack manipulation and introspection routines
# Upstream license specification: MIT/Apache-2.0
@ -36,8 +36,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%doc README.mkd
%license LICENSE-APACHE LICENSE-MIT
%doc README.mkd
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun May 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.13-1
- Update to version 0.1.13.
- Fixes RHBZ#1963458
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (psm-0.1.12.crate) = 013187e2fbb0fa19ab32e0ffc493b2e9858f677975e773617c165858dd944d04fcb8b29c8c64727033f6eafd58029865c698b27939603e28a719e17726c1220d
SHA512 (psm-0.1.13.crate) = 77966481cd68fd23a7ea2349b613a1725690291ce24b670c1a36f156167b473b849a320dee5e87645665a401fe820bc7e41d8f71d0413738361e456440902129

Loading…
Cancel
Save