Update to version 0.3.3; Fixes RHBZ#2304675

epel10 imports/epel10/rust-tower-layer-0.3.3-1.el10
Fabio Valentini 5 months ago
parent 853335e029
commit 5d8dab69f7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/tower-layer-0.3.0.crate
/tower-layer-0.3.1.crate
/tower-layer-0.3.2.crate
/tower-layer-0.3.3.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 26
# * resolve dependency loop with tower
%bcond_with check
%global debug_package %{nil}
@ -6,20 +6,18 @@
%global crate tower-layer
Name: rust-tower-layer
Version: 0.3.2
Version: 0.3.3
Release: %autorelease
Summary: Decorates a Service to allow easy composition
Summary: Decorates a Service to allow easy composition between Services
License: MIT
URL: https://crates.io/crates/tower-layer
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Decorates a Service to allow easy composition between Services.}
Decorates a `Service` to allow easy composition between `Service`s.}
%description %{_description}
@ -51,7 +49,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (tower-layer-0.3.2.crate) = d5429b40569f67937e752c2d61c39a474af32bea5ba3940dbdf5a4037fde1ef7173cbd8fcdb87d0ea15c01bf84f2d55abd51fefbab2f27aa54e656eb1748c43e
SHA512 (tower-layer-0.3.3.crate) = edf36671076cd29bb32c29351b648afbf3e7134316988a697c7807db62de7a63cb0339e4db7c0f36ed60d8aced7f3e493318cccc272070c037b01e2dd189b934

Loading…
Cancel
Save