Compare commits

..

11 Commits

Author SHA1 Message Date
Fabio Valentini 237e53a45e
Update to version 0.1.32; Fixes RHBZ#2299542
6 months ago
Fedora Release Engineering 1686fba37f Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 84b4e84a1d
Update to version 0.1.31; Fixes RHBZ#2276463
7 months ago
Fabio Valentini 4c5b797ba1
Update to version 0.1.30; Fixes RHBZ#2274753
9 months ago
Fabio Valentini 315f38c1af
Update to version 0.1.29; Fixes RHBZ#2274541
9 months ago
Fabio Valentini f3c043f024
Update to version 0.1.28; Fixes RHBZ#2263330
11 months ago
Fedora Release Engineering f5c2154af7 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 6bb421aab2
Update to version 0.1.27; Fixes RHBZ#2243056
1 year ago
Fedora Release Engineering 41b6dc0121 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 0120756b9e
Update to version 0.1.26; Fixes RHBZ#2173990
2 years ago
Fedora Release Engineering be1e126b85 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

5
.gitignore vendored

@ -11,3 +11,8 @@
/jobserver-0.1.25.crate
/jobserver-0.1.26.crate
/jobserver-0.1.27.crate
/jobserver-0.1.28.crate
/jobserver-0.1.29.crate
/jobserver-0.1.30.crate
/jobserver-0.1.31.crate
/jobserver-0.1.32.crate

@ -1,16 +1,14 @@
# Generated by rust2rpm 25
# * outdated dev-dependencies
%bcond_with check
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate jobserver
Name: rust-jobserver
Version: 0.1.27
Version: 0.1.32
Release: %autorelease
Summary: Implementation of the GNU make jobserver for Rust
Summary: Implementation of the GNU Make jobserver for Rust
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/jobserver
Source: %{crates_source}
@ -18,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,3 +0,0 @@
[tests]
run = ["none"]
comments = ["outdated dev-dependencies"]

@ -1 +1 @@
SHA512 (jobserver-0.1.27.crate) = 2681234952be7a5ae67770d45f4d52e8278347f79b349bda594626712b1fba595a4cf46e8fb5426b548c325a23243facf7fbdc01ae0e853e492aff39444879a5
SHA512 (jobserver-0.1.32.crate) = d4528113dd5a5d4a3765d55599a07e0998c69c7d21a90d2872679755ec4bd7726e9721af9220c36e1179b153ad8a39214a422af63aea15eaafd7cefc828ddff4

Loading…
Cancel
Save