update to version 0.3.1

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/tower-layer-0.3.0.crate
/tower-layer-0.3.1.crate

@ -1,12 +1,13 @@
# Generated by rust2rpm 13
%bcond_without check
# Generated by rust2rpm 17
# * resolve dependency loop with tower
%bcond_with check
%global debug_package %{nil}
%global crate tower-layer
Name: rust-%{crate}
Version: 0.3.0
Release: 3%{?dist}
Version: 0.3.1
Release: 1%{?dist}
Summary: Decorates a Service to allow easy composition
# Upstream license specification: MIT
@ -71,6 +72,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri May 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
- Update to version 0.3.1.
- Fixes RHBZ#1913997
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
@ -79,4 +84,3 @@ which use "default" feature of "%{crate}" crate.
* Sat Feb 08 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-1
- Initial package

@ -1 +1 @@
SHA512 (tower-layer-0.3.0.crate) = 5422f3449651dc7c0c62989128018bea84dbbcde473a09e9e3761f2d343104a000a2d030f46685723537591077e0486bba626580df5056921f950035934ea52b
SHA512 (tower-layer-0.3.1.crate) = 3f77912d24957363447f8e388acc24d86df1ea565970a1626d3653c67daeeb4dfe2d631d2287bfe5a80a0e210d773ba1418e73058fa1e5ebc59aea571abe5f81

Loading…
Cancel
Save