Update to 0.1.10

epel9
Josh Stone 7 years ago
parent 2abe5fb23f
commit 5b0d18cc59

1
.gitignore vendored

@ -1 +1,2 @@
/jobserver-0.1.9.crate
/jobserver-0.1.10.crate

@ -0,0 +1,8 @@
--- jobserver-0.1.10/Cargo.toml 1969-12-31T16:00:00-08:00
+++ jobserver-0.1.10/Cargo.toml 2018-03-12T17:19:05.892868-07:00
@@ -60,5 +60,3 @@
version = "0.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.rand]
-version = "0.4"

@ -1,8 +0,0 @@
--- jobserver-0.1.9/Cargo.toml 1970-01-01T01:00:00+01:00
+++ jobserver-0.1.9/Cargo.toml 2018-01-13T17:16:25.272568+01:00
@@ -58,5 +58,3 @@
version = "0.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.rand]
-version = "0.3"

@ -5,8 +5,8 @@
%global crate jobserver
Name: rust-%{crate}
Version: 0.1.9
Release: 2%{?dist}
Version: 0.1.10
Release: 1%{?dist}
Summary: Implementation of the GNU make jobserver for Rust
License: MIT or ASL 2.0
@ -14,13 +14,14 @@ URL: https://crates.io/crates/jobserver
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No windows
Patch0: jobserver-0.1.9-fix-metadata.diff
Patch0: jobserver-0.1.10-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0)
%if %{with check}
# [dev-dependencies]
BuildRequires: (crate(futures) >= 0.1.0 with crate(futures) < 0.2.0)
@ -64,6 +65,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Tue Mar 13 2018 Josh Stone <jistone@redhat.com> - 0.1.10-1
- Update to 0.1.10
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (jobserver-0.1.9.crate) = 071659d76ec2d0e8f43a4699c6a04631561f6bd7e9fbda5cbf0ce818ae4214c6991557c996143d52026962bfdcc935fb91c70d1566871a41b2c3c6a611649c41
SHA512 (jobserver-0.1.10.crate) = 0f8a37482ddc6578d4fb2ce6930ff1a25cc806bde39c58bdb3960c9ba3ec0cf456cd37b85abf5dd12a71548c124497c11a7a69d86c6ee4237bffebc4fb242847

Loading…
Cancel
Save