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

7
.gitignore vendored

@ -9,3 +9,10 @@
/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
/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,3 +0,0 @@
# rust-jobserver
The rust-jobserver package

@ -1,26 +1,22 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 26
# * tokio-process dev-dependency was retired %bcond_without 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.32
Release: %autorelease 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 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: cargo-rpm-macros >= 24
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}
@ -52,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (jobserver-0.1.25.crate) = 0c014e7c72a070e3332463cfa6e9c9095d542a68f8631150bad0efa3706a2d6de0347bf7d1221cc3bc0f3d5f9840fe7188aad949559375403b929d43b4a524b7 SHA512 (jobserver-0.1.32.crate) = d4528113dd5a5d4a3765d55599a07e0998c69c7d21a90d2872679755ec4bd7726e9721af9220c36e1179b153ad8a39214a422af63aea15eaafd7cefc828ddff4

Loading…
Cancel
Save