Update to version 0.1.27; Fixes RHBZ#2243056

epel10
Fabio Valentini 1 year ago
parent 41b6dc0121
commit 6bb421aab2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/jobserver-0.1.24.crate
/jobserver-0.1.25.crate
/jobserver-0.1.26.crate
/jobserver-0.1.27.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * outdated dev-dependencies
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate jobserver
Name: rust-jobserver
Version: 0.1.26
Version: 0.1.27
Release: %autorelease
Summary: Implementation of the GNU make jobserver for Rust
@ -15,7 +15,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/jobserver
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
An implementation of the GNU make jobserver for Rust.}
@ -50,7 +50,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,3 @@
[tests]
run = ["none"]
comments = ["outdated dev-dependencies"]

@ -1 +1 @@
SHA512 (jobserver-0.1.26.crate) = ad3ebb693018928daf399e918ce35ed0d4e643cfb5c78bde04697e41dc8adf2861023ea1cf2c5033a3026048ca0ebeb7f2f57a966ba8e420558e42dde8d494f7
SHA512 (jobserver-0.1.27.crate) = 2681234952be7a5ae67770d45f4d52e8278347f79b349bda594626712b1fba595a4cf46e8fb5426b548c325a23243facf7fbdc01ae0e853e492aff39444879a5

Loading…
Cancel
Save