From 3f4c6558bd1bd456030327c76202657a029560fa Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 31 Aug 2020 20:06:58 -0700 Subject: [PATCH] Update to 0.1.44 --- .gitignore | 1 + rust-time0.1.spec | 7 +++++-- sources | 2 +- time-fix-metadata.diff | 8 +++++--- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1e7a3ae..8607bc1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /time-0.1.41.crate /time-0.1.42.crate /time-0.1.43.crate +/time-0.1.44.crate diff --git a/rust-time0.1.spec b/rust-time0.1.spec index 8e31487..dda15a0 100644 --- a/rust-time0.1.spec +++ b/rust-time0.1.spec @@ -5,8 +5,8 @@ %global crate time Name: rust-%{crate}0.1 -Version: 0.1.43 -Release: 3%{?dist} +Version: 0.1.44 +Release: 1%{?dist} Summary: Utilities for working with time-related functions in Rust # Upstream license specification: MIT/Apache-2.0 @@ -86,6 +86,9 @@ which use "rustc-serialize" feature of "%{crate}" crate. %endif %changelog +* Tue Sep 01 2020 Josh Stone - 0.1.44-1 +- Update to 0.1.44 + * Sat Aug 01 2020 Fedora Release Engineering - 0.1.43-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 59a47eb..fe4c235 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.1.43.crate) = c3e0c68cab1ed2f33f41955f83e632c51924e4d3c1d22dd0c4ae98499e03f3cafde8b0c2d9e69b67a78d6e4055e464ee00d1ed6af5eb9fa75052405b43e24a25 +SHA512 (time-0.1.44.crate) = 736a38637be0193a06fa35d42b4873b04a0a35d84cd2af85b7f653a1b67b95078577134bb187b777730e73cce67f437b45ff5c72b8e3f1f8e2ed3420ea0324cf diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index be4176d..9026a25 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,6 +1,6 @@ ---- time-0.1.43/Cargo.toml 2020-04-19T22:31:10+00:00 -+++ time-0.1.43/Cargo.toml 2020-04-21T22:44:42.934118+00:00 -@@ -29,10 +29,3 @@ +--- time-0.1.44/Cargo.toml 2020-08-26T20:49:45+00:00 ++++ time-0.1.44/Cargo.toml 2020-09-01T03:05:46.576294+00:00 +@@ -29,12 +29,3 @@ optional = true [dev-dependencies.log] version = "0.4" @@ -8,6 +8,8 @@ -[dev-dependencies.winapi] -version = "0.3.0" -features = ["std", "processthreadsapi", "winbase"] +-[target."cfg(target_os = \"wasi\")".dependencies.wasi] +-version = "=0.10.0" -[target."cfg(windows)".dependencies.winapi] -version = "0.3.0" -features = ["std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi"]