Update to version 0.1.30; Fixes RHBZ#2274753

epel10
Fabio Valentini 9 months ago
parent 315f38c1af
commit 4c5b797ba1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/jobserver-0.1.27.crate
/jobserver-0.1.28.crate
/jobserver-0.1.29.crate
/jobserver-0.1.30.crate

@ -5,9 +5,9 @@
%global crate jobserver
Name: rust-jobserver
Version: 0.1.29
Version: 0.1.30
Release: %autorelease
Summary: Implementation of the GNU make jobserver for Rust
Summary: Implementation of the GNU Make jobserver for Rust
License: MIT OR Apache-2.0
URL: https://crates.io/crates/jobserver
@ -16,7 +16,7 @@ Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
An implementation of the GNU make jobserver for Rust.}
An implementation of the GNU Make jobserver for Rust.}
%description %{_description}

@ -1 +1 @@
SHA512 (jobserver-0.1.29.crate) = cca9cf7f4b14e69560bb3f227605fe1296a3699649b60e774734c1f99d99b79ba491961dd29e90e623972f4cca275e96133a7f439ee795a0eaef676b4a0cdc55
SHA512 (jobserver-0.1.30.crate) = c970bad982054ad2bbae480118ae90139ba302d25d78308add7221f698ca1a8fc3302494459a0b010bfc8cae56c6ccd2897519719e1a70d3ca0c8852da8cc7ca

Loading…
Cancel
Save