update to version 0.2.15

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/standback-0.2.11.crate /standback-0.2.11.crate
/standback-0.2.13.crate /standback-0.2.13.crate
/standback-0.2.14.crate /standback-0.2.14.crate
/standback-0.2.15.crate

@ -5,8 +5,8 @@
%global crate standback %global crate standback
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.14 Version: 0.2.15
Release: 2%{?dist} Release: 1%{?dist}
Summary: New standard library, old compiler Summary: New standard library, old compiler
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -36,8 +36,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%doc README.md
%license LICENSE-Apache LICENSE-MIT %license LICENSE-Apache LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -83,6 +83,10 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Feb 07 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.15-1
- Update to version 0.2.15.
- Fixes RHBZ#1925376
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.14-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (standback-0.2.14.crate) = 0c8c3155ee21846fa9ce5985006ce81277bb7a47e08cc161d53365d50a9f837ab336f73bbfe5bc040deaae9ad51f5d846cd6769409deffec3a822a56f98e338a SHA512 (standback-0.2.15.crate) = f1968935d2c772adbe0a93372b6df08c89394a0b3a7a829df870602ba43d0eb4bd7f91f32d4b623f2ae23f1aaf8ed562cb1f70a4f1f3253b74746686c1171ae9

Loading…
Cancel
Save