Update to 0.1.39

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent c4a0231372
commit 9550e73032

1
.gitignore vendored

@ -1 +1,2 @@
/time-0.1.38.crate /time-0.1.38.crate
/time-0.1.39.crate

@ -5,16 +5,16 @@
%global crate time %global crate time
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.38 Version: 0.1.39
Release: 2%{?dist} Release: 1%{?dist}
Summary: Utilities for working with time-related functions in Rust Summary: Utilities for working with time-related functions in Rust
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/time URL: https://crates.io/crates/time
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 # Initial patched metadata
# * No windows # * No windows/redox
Patch0: time-0.1.38-fix-metadata.diff Patch0: time-0.1.39-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -62,6 +62,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog %changelog
* Thu Jan 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.39-1
- Update to 0.1.39
* Mon Nov 06 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.38-2 * Mon Nov 06 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.38-2
- Exclude unneeded files - Exclude unneeded files

@ -1 +1 @@
SHA512 (time-0.1.38.crate) = 9052d6bc6c9222d331d23f7cb79b534bea6b1cc0f259c97f465321bcdad11b643cbd2e9bb3a456770a19a2a84dabfbab55e522cbb745f4c64e228736eaaeaf24 SHA512 (time-0.1.39.crate) = 522e9f3a1fc712a6dbb428d5bfe4ea32067028137d5c68c3e9059bb31c874785993aace65e9ac137fb8355f762def9c2602ec08217f395d8ef8bfc790b38108d

@ -1,18 +0,0 @@
--- time-0.1.38/Cargo.toml 2017-07-07T16:14:17+02:00
+++ time-0.1.38/Cargo.toml 2017-07-07T20:06:24.936383+02:00
@@ -15,15 +15,5 @@
libc = "0.2.1"
rustc-serialize = { version = "0.3", optional = true }
-[target.'cfg(target_os = "redox")'.dependencies]
-redox_syscall = "0.1"
-
-[target.'cfg(windows)'.dependencies]
-winapi = "0.2.0"
-kernel32-sys = "0.2.0"
-
[dev-dependencies]
log = "0.3"
-
-[target.'cfg(windows)'.dev-dependencies]
-advapi32-sys = "0.1.2"

@ -0,0 +1,17 @@
--- time-0.1.39/Cargo.toml 1970-01-01T01:00:00+01:00
+++ time-0.1.39/Cargo.toml 2018-01-04T13:30:37.989527+01:00
@@ -28,14 +28,6 @@
[dev-dependencies.log]
version = "0.3"
-[dev-dependencies.winapi]
-version = "0.3.0"
-features = ["std", "processthreadsapi", "winbase"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.0"
-features = ["std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi"]
[badges.appveyor]
repository = "alexcrichton/time"
Loading…
Cancel
Save