Update to version 0.3.30; Fixes RHBZ#2244157

epel10
Fabio Valentini 1 year ago
parent e56a7a380f
commit 67bbdb57cf
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -29,3 +29,4 @@
/time-0.3.23.crate /time-0.3.23.crate
/time-0.3.28.crate /time-0.3.28.crate
/time-0.3.29.crate /time-0.3.29.crate
/time-0.3.30.crate

@ -1,18 +1,18 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate time %global crate time
Name: rust-time Name: rust-time
Version: 0.3.29 Version: 0.3.30
Release: %autorelease Release: %autorelease
Summary: Date and time library Summary: Date and time library
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/time URL: https://crates.io/crates/time
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip dependencies and normalize metadata
Patch: time-fix-metadata-auto.diff Patch: time-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes # Manually created patch for downstream crate metadata changes
# * remove WASM-specific features # * remove WASM-specific features
@ -199,7 +199,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (time-0.3.29.crate) = e3d41b037fc190524d420adc581fa65a8f2aa61100df2a6d81291d7a65e04578c76dd97a5a48a96a6bacf026d2808dc2f82e4e9d559a6d0856d90c909effe115 SHA512 (time-0.3.30.crate) = 268f0c779e2a44431932aa407f39878ff1412e287f9678574537fe7185f12faf7605c5ef433aa6d364bf77894e819ff3953f870ef7ad208b7203f1c58eccc4e5

@ -1,6 +1,6 @@
--- time-0.3.29/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.30/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.29/Cargo.toml 2023-09-25T14:04:27.462156+00:00 +++ time-0.3.30/Cargo.toml 2023-10-15T10:15:55.796572+00:00
@@ -164,18 +164,7 @@ @@ -169,18 +169,7 @@
"alloc", "alloc",
"deranged/std", "deranged/std",
] ]
@ -20,3 +20,8 @@
[target."cfg(target_family = \"unix\")".dependencies.libc] [target."cfg(target_family = \"unix\")".dependencies.libc]
version = "0.2.98" version = "0.2.98"
@@ -189,3 +178,4 @@
[target."cfg(target_family = \"unix\")".dependencies.num_threads]
version = "0.1.2"
optional = true
+

@ -1,5 +1,5 @@
--- time-0.3.29/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.30/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.29/Cargo.toml 2023-09-25T14:04:39.547209+00:00 +++ time-0.3.30/Cargo.toml 2023-10-15T10:16:12.733610+00:00
@@ -52,15 +52,6 @@ @@ -52,15 +52,6 @@
[lib] [lib]
@ -15,8 +15,8 @@
-harness = false -harness = false
[dependencies.deranged] [dependencies.deranged]
version = "0.3.7" version = "0.3.9"
@@ -164,7 +155,6 @@ @@ -169,7 +160,6 @@
"alloc", "alloc",
"deranged/std", "deranged/std",
] ]

Loading…
Cancel
Save