Update to 0.4.0

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
epel9 imports/e9/rust-pipe-trait-0.4.0-1.el9
Michel Lind 1 year ago
parent 441fe210f4
commit 5b84591c1e
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -1 +1,2 @@
/pipe-trait-0.3.2.crate /pipe-trait-0.3.2.crate
/pipe-trait-0.4.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate pipe-trait %global crate pipe-trait
Name: rust-pipe-trait Name: rust-pipe-trait
Version: 0.3.2 Version: 0.4.0
Release: %autorelease Release: %autorelease
Summary: Make it possible to chain regular functions Summary: Make it possible to chain regular functions
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/pipe-trait URL: https://crates.io/crates/pipe-trait
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Make it possible to chain regular functions.} Make it possible to chain regular functions.}
@ -47,7 +47,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (pipe-trait-0.3.2.crate) = 1b01821f625b17cefc0ec5a05c5da57b1e07aab5756898442d4648c205e1353fe28f0a2dd02be6ae4dbe07c04ee0abea298aadae60d0ec980c11bca050a55bd2 SHA512 (pipe-trait-0.4.0.crate) = 0a8dc7b99551040228ae2aa5d59450603f71926c430eabbea764e87fd62097753bb38ae9931624c11cd5c82b6d540761c12326eaf971884ea561bbf5aef21a16

Loading…
Cancel
Save