Compare commits

...

4 Commits

Author SHA1 Message Date
Fabio Valentini e58f4cdfc1
Update to version 0.1.27; Fixes RHBZ#2243056
1 year ago
Fabio Valentini ef53e86864
Update to version 0.1.26; Fixes RHBZ#2173990
2 years ago
Fabio Valentini 318f84fe56
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits f05db40747
Rebuild
3 years ago

2
.gitignore vendored

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

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

@ -1,12 +1,12 @@
# Generated by rust2rpm 22
# * tokio-process dev-dependency was retired
# Generated by rust2rpm 25
# * outdated dev-dependencies
%bcond_with check
%global debug_package %{nil}
%global crate jobserver
Name: rust-jobserver
Version: 0.1.25
Version: 0.1.27
Release: %autorelease
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
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Implementation of the GNU make jobserver for Rust.}
An implementation of the GNU make jobserver for Rust.}
%description %{_description}
@ -52,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.25.crate) = 0c014e7c72a070e3332463cfa6e9c9095d542a68f8631150bad0efa3706a2d6de0347bf7d1221cc3bc0f3d5f9840fe7188aad949559375403b929d43b4a524b7
SHA512 (jobserver-0.1.27.crate) = 2681234952be7a5ae67770d45f4d52e8278347f79b349bda594626712b1fba595a4cf46e8fb5426b548c325a23243facf7fbdc01ae0e853e492aff39444879a5

Loading…
Cancel
Save