Update to 0.1.19

epel9
Josh Stone 5 years ago
parent 70553342a9
commit fbb516103b

1
.gitignore vendored

@ -4,3 +4,4 @@
/jobserver-0.1.12.crate /jobserver-0.1.12.crate
/jobserver-0.1.13.crate /jobserver-0.1.13.crate
/jobserver-0.1.17.crate /jobserver-0.1.17.crate
/jobserver-0.1.19.crate

@ -1,8 +0,0 @@
--- jobserver-0.1.17/Cargo.toml 1970-01-01T00:00:00+00:00
+++ jobserver-0.1.17/Cargo.toml 2019-11-15T23:11:14.974905+00:00
@@ -60,5 +60,3 @@
version = "0.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2.50"
-[target."cfg(windows)".dependencies.getrandom]
-version = "0.1.12"

@ -1,11 +1,11 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%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-%{crate}
Version: 0.1.17 Version: 0.1.19
Release: 1%{?dist} Release: 1%{?dist}
Summary: Implementation of the GNU make jobserver for Rust Summary: Implementation of the GNU make jobserver for Rust
@ -13,9 +13,6 @@ Summary: Implementation of the GNU make jobserver for Rust
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/jobserver URL: https://crates.io/crates/jobserver
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * No windows
Patch0: jobserver-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -25,7 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
An implementation of the GNU make jobserver for Rust.} Implementation of the GNU make jobserver for Rust.}
%description %{_description} %description %{_description}
@ -41,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -53,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -74,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.1.19-1
- Update to 0.1.19
* Fri Nov 15 2019 Josh Stone <jistone@redhat.com> - 0.1.17-1 * Fri Nov 15 2019 Josh Stone <jistone@redhat.com> - 0.1.17-1
- Update to 0.1.17 - Update to 0.1.17

@ -1 +1 @@
SHA512 (jobserver-0.1.17.crate) = 14578203a000efe2cd88e9de96af216b5aec50f02aa2f33a884119d2edbad02626c05eae6f203ef92032f7d6f9ca58f427a368f843bd379e9e35b585d04fa161 SHA512 (jobserver-0.1.19.crate) = 9beecd11eecc52f24d060c56267f78dc240c473b99dfe5c2752f19cf9724e8bf3b790c0c557d4dc3d0d9038058996abf416b1e0afd18126ef6fd9cb45a585efd

Loading…
Cancel
Save