Update to 0.1.44

epel9
Josh Stone 4 years ago
parent b679787b09
commit 3f4c6558bd

1
.gitignore vendored

@ -4,3 +4,4 @@
/time-0.1.41.crate /time-0.1.41.crate
/time-0.1.42.crate /time-0.1.42.crate
/time-0.1.43.crate /time-0.1.43.crate
/time-0.1.44.crate

@ -5,8 +5,8 @@
%global crate time %global crate time
Name: rust-%{crate}0.1 Name: rust-%{crate}0.1
Version: 0.1.43 Version: 0.1.44
Release: 3%{?dist} Release: 1%{?dist}
Summary: Utilities for working with time-related functions in Rust Summary: Utilities for working with time-related functions in Rust
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -86,6 +86,9 @@ which use "rustc-serialize" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Sep 01 2020 Josh Stone <jistone@redhat.com> - 0.1.44-1
- Update to 0.1.44
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.43-3 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.43-3
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (time-0.1.43.crate) = c3e0c68cab1ed2f33f41955f83e632c51924e4d3c1d22dd0c4ae98499e03f3cafde8b0c2d9e69b67a78d6e4055e464ee00d1ed6af5eb9fa75052405b43e24a25 SHA512 (time-0.1.44.crate) = 736a38637be0193a06fa35d42b4873b04a0a35d84cd2af85b7f653a1b67b95078577134bb187b777730e73cce67f437b45ff5c72b8e3f1f8e2ed3420ea0324cf

@ -1,6 +1,6 @@
--- time-0.1.43/Cargo.toml 2020-04-19T22:31:10+00:00 --- time-0.1.44/Cargo.toml 2020-08-26T20:49:45+00:00
+++ time-0.1.43/Cargo.toml 2020-04-21T22:44:42.934118+00:00 +++ time-0.1.44/Cargo.toml 2020-09-01T03:05:46.576294+00:00
@@ -29,10 +29,3 @@ @@ -29,12 +29,3 @@
optional = true optional = true
[dev-dependencies.log] [dev-dependencies.log]
version = "0.4" version = "0.4"
@ -8,6 +8,8 @@
-[dev-dependencies.winapi] -[dev-dependencies.winapi]
-version = "0.3.0" -version = "0.3.0"
-features = ["std", "processthreadsapi", "winbase"] -features = ["std", "processthreadsapi", "winbase"]
-[target."cfg(target_os = \"wasi\")".dependencies.wasi]
-version = "=0.10.0"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3.0" -version = "0.3.0"
-features = ["std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi"] -features = ["std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi"]

Loading…
Cancel
Save