Update to version 0.1.25; Fixes RHBZ#2129404

epel9
Fabio Valentini 2 years ago
parent 85b2fa04d2
commit 142b973ef7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/jobserver-0.1.21.crate /jobserver-0.1.21.crate
/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

@ -1,26 +1,23 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 22
# * tokio-process dev-dependency was retired # * tokio-process dev-dependency was retired
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate jobserver %global crate jobserver
Name: rust-%{crate} Name: rust-jobserver
Version: 0.1.24 Version: 0.1.25
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 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 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} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Implementation of the GNU make jobserver for Rust.} Implementation of the GNU make jobserver for Rust.}
@ -33,13 +30,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,11 +45,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (jobserver-0.1.24.crate) = 0feade0f1f0a458bdbcedafce8fc39f44adeb56772ea94a59f16f038a743f506db1405a7c8deae65a6a5c1695bfb363c19aeea1c82c41c7f4d1101469f32e42e SHA512 (jobserver-0.1.25.crate) = 0c014e7c72a070e3332463cfa6e9c9095d542a68f8631150bad0efa3706a2d6de0347bf7d1221cc3bc0f3d5f9840fe7188aad949559375403b929d43b4a524b7

Loading…
Cancel
Save