Update to version 0.5.2; Fixes RHBZ#2331677

epel10 imports/epel10/rust-tower-0.5.2-1.el10
Fabio Valentini 2 months ago
parent 0117fe172d
commit ff4a46b4c1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/tower-0.4.13.crate
/tower-0.5.1.crate
/tower-0.5.2.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 27
# * tests can only be run in-tree
%bcond_with check
%bcond check 0
%global debug_package %{nil}
%global crate tower
Name: rust-tower
Version: 0.5.1
Version: 0.5.2
Release: %autorelease
Summary: Modular and reusable components for building robust clients and servers
License: MIT
URL: https://crates.io/crates/tower
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump sync_wrapper dependency from 0.1.1 to 1
Patch: tower-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24

@ -1,8 +1,5 @@
[package]
summary = "Modular and reusable components for building robust clients and servers"
cargo-toml-patch-comments = [
"bump sync_wrapper dependency from 0.1.1 to 1",
]
[tests]
run = ["none"]

@ -1 +1 @@
SHA512 (tower-0.5.1.crate) = 69e8926182f72775f9f30b2680e8ddce1133082c87123a39694d42b35c098a8ca1d003282c2bbee7aee30ce2531a96dd0734842d4d2233435be0a7a5bf7fe6f0
SHA512 (tower-0.5.2.crate) = e89c4ffd83fec3566334a4c4e9151ddeabfd3437269afc8bffb46201391bc1cdc82cbb97c69643a30f8873e87c511ad9aefc6c081241a4419fe315c99c61ffce

@ -1,11 +0,0 @@
--- tower-0.5.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tower-0.5.1/Cargo.toml 2024-10-08T20:20:09.795597+00:00
@@ -135,7 +135,7 @@
optional = true
[dependencies.sync_wrapper]
-version = "0.1.1"
+version = "1"
optional = true
[dependencies.tokio]
Loading…
Cancel
Save