Update to 0.1.9

epel9
Josh Stone 7 years ago
parent ea8e6db12c
commit eff1936822

1
.gitignore vendored

@ -1 +1,2 @@
/scoped_threadpool-0.1.8.crate /scoped_threadpool-0.1.8.crate
/scoped_threadpool-0.1.9.crate

@ -5,16 +5,13 @@
%global crate scoped_threadpool %global crate scoped_threadpool
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.8 Version: 0.1.9
Release: 4%{?dist} Release: 1%{?dist}
Summary: Library for scoped and cached threadpools Summary: Library for scoped and cached threadpools
License: MIT License: MIT
URL: https://crates.io/crates/scoped_threadpool URL: https://crates.io/crates/scoped_threadpool
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump lazy_static to 1, https://github.com/Kimundi/scoped-threadpool-rs/pull/17
Patch0: scoped_threadpool-0.1.8-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -58,6 +55,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Wed Feb 21 2018 Josh Stone <jistone@redhat.com> - 0.1.9-1
- Update to 0.1.9
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-4 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1,11 +0,0 @@
--- scoped_threadpool-0.1.8/Cargo.toml 1970-01-01T01:00:00+01:00
+++ scoped_threadpool-0.1.8/Cargo.toml 2017-11-30T18:20:07.066227+01:00
@@ -21,7 +21,7 @@
license = "MIT"
repository = "https://github.com/Kimundi/scoped-threadpool-rs"
[dev-dependencies.lazy_static]
-version = "0.2"
+version = "1"
[features]
nightly = []

@ -1 +1 @@
SHA512 (scoped_threadpool-0.1.8.crate) = 8f5ea88959622ab8d86503d0c2fd954e8b479a97604695ce6b9a3ab64e9c73dd7b9f35db661dd4133faf40cb3539a452bba86cae22481132899b6d9f10805aa8 SHA512 (scoped_threadpool-0.1.9.crate) = df8034b347fb489735895d75e5489c264aea1b50f46a8dd512963df05cb9ba9274317b26aeca63b9b4edcf792e796659bad435ad3f3446cb397340e2bf0a5f33

Loading…
Cancel
Save