Update to version 0.1.26; Fixes RHBZ#2173990

epel10
Fabio Valentini 2 years ago
parent be1e126b85
commit 0120756b9e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/jobserver-0.1.23.crate /jobserver-0.1.23.crate
/jobserver-0.1.24.crate /jobserver-0.1.24.crate
/jobserver-0.1.25.crate /jobserver-0.1.25.crate
/jobserver-0.1.26.crate

@ -1,3 +0,0 @@
# rust-jobserver
The rust-jobserver package

@ -1,12 +1,12 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 24
# * tokio-process dev-dependency was retired # * outdated dev-dependencies
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate jobserver %global crate jobserver
Name: rust-jobserver Name: rust-jobserver
Version: 0.1.25 Version: 0.1.26
Release: %autorelease Release: %autorelease
Summary: Implementation of the GNU make jobserver for Rust Summary: Implementation of the GNU make jobserver for Rust
@ -15,12 +15,10 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/jobserver URL: https://crates.io/crates/jobserver
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Implementation of the GNU make jobserver for Rust.} An implementation of the GNU make jobserver for Rust.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (jobserver-0.1.25.crate) = 0c014e7c72a070e3332463cfa6e9c9095d542a68f8631150bad0efa3706a2d6de0347bf7d1221cc3bc0f3d5f9840fe7188aad949559375403b929d43b4a524b7 SHA512 (jobserver-0.1.26.crate) = ad3ebb693018928daf399e918ce35ed0d4e643cfb5c78bde04697e41dc8adf2861023ea1cf2c5033a3026048ca0ebeb7f2f57a966ba8e420558e42dde8d494f7

Loading…
Cancel
Save