Update to version 0.3.36; Fixes RHBZ#2274289

epel10
Fabio Valentini 10 months ago
parent 5eccb43161
commit 249e41c655
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -32,3 +32,4 @@
/time-0.3.30.crate
/time-0.3.31.crate
/time-0.3.34.crate
/time-0.3.36.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate time
Name: rust-time
Version: 0.3.34
Version: 0.3.36
Release: %autorelease
Summary: Date and time library

@ -0,0 +1,6 @@
[package]
cargo-toml-patch-comments = [
"remove WASM-specific features",
"remove references to tests that are not included in published crates",
]

@ -1 +1 @@
SHA512 (time-0.3.34.crate) = 3997e1b8d9be2f54184ebc9e1355d4b65f0b7bc9439b2b29e4a4acd86ad3a3aa019261112a24d998d76a7f66b266a86536fa50412279911b14d4d7aa7078c116
SHA512 (time-0.3.36.crate) = 83da6e27691d1f0ef37ed276528e927686a06dab4811b6e29d625ef7a0f7c30fbb86896d74a2b087726e7a24a951b0a83aa1f5f22d711ead54f447d36ac47133

@ -1,5 +1,5 @@
--- time-0.3.34/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.34/Cargo.toml 2024-02-04T15:25:27.992158+00:00
--- time-0.3.36/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.36/Cargo.toml 2024-04-16T18:10:30.905494+00:00
@@ -175,18 +175,7 @@
"alloc",
"deranged/std",
@ -20,7 +20,7 @@
[target."cfg(target_family = \"unix\")".dependencies.libc]
version = "0.2.98"
@@ -280,3 +269,4 @@
@@ -279,3 +268,4 @@
[lints.rustdoc]
private-doc-tests = "warn"
unescaped-backticks = "warn"

@ -1,5 +1,5 @@
--- time-0.3.34/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.34/Cargo.toml 2024-02-04T15:26:14.750361+00:00
--- time-0.3.36/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.36/Cargo.toml 2024-04-16T18:11:27.146149+00:00
@@ -53,15 +53,6 @@
[lib]
bench = false

Loading…
Cancel
Save