Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

1
.gitignore vendored

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

@ -1,24 +1,25 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 21
# * outdated dev-dependencies: http ^0.2 %bcond_without check
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tower-service %global crate tower-service
Name: rust-tower-service Name: rust-%{crate}
Version: 0.3.3 Version: 0.3.2
Release: %autorelease Release: %autorelease
Summary: Trait representing an asynchronous, request / response based, client or server Summary: Asynchronous, request / response based, client or server trait
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/tower-service URL: https://crates.io/crates/tower-service
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Trait representing an asynchronous, request / response based, client or Trait representing an asynchronous, request / response based, client or server.}
server.}
%description %{_description} %description %{_description}
@ -50,7 +51,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} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1,4 +0,0 @@
[tests]
run = ["none"]
comments = ["outdated dev-dependencies: http ^0.2"]

@ -1 +1 @@
SHA512 (tower-service-0.3.3.crate) = 770cbca46d8500ff36fe84a9a420beb84a0e893dbeaccdd93a3970e746c893b5d32580182ef3017662f421e4b2d71f079ed2cf1727dcd5fc3443a4484f9b43fd SHA512 (tower-service-0.3.2.crate) = f4578421603067fa708c4ad9eca5ca096b5262b6d51a404f37d9fbb6c64f027cec6114991e4b7f8324cb756c033971a384f1804add28e00d0cd6b2ee01d9e005

Loading…
Cancel
Save