Update to version 0.4.26; Fixes RHBZ#2211223

epel9
Fabio Valentini 2 years ago
parent 110ff7e3bd
commit 884d634c0d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/chrono-0.4.23.crate
/chrono-0.4.24.crate
/chrono-0.4.25.crate
/chrono-0.4.26.crate

@ -1,6 +1,6 @@
--- chrono-0.4.25/Cargo.toml 1970-01-01T00:00:01+00:00
+++ chrono-0.4.25/Cargo.toml 2023-05-29T17:43:15.587725+00:00
@@ -111,7 +111,6 @@
--- chrono-0.4.26/Cargo.toml 1970-01-01T00:00:01+00:00
+++ chrono-0.4.26/Cargo.toml 2023-05-31T11:36:00.457992+00:00
@@ -107,7 +107,6 @@
alloc = []
clock = [
"std",
@ -8,7 +8,7 @@
"iana-time-zone",
]
default = [
@@ -128,36 +127,10 @@
@@ -124,36 +123,10 @@
"alloc",
]
wasmbind = [

@ -1,5 +1,5 @@
--- chrono-0.4.25/Cargo.toml 1970-01-01T00:00:01+00:00
+++ chrono-0.4.25/Cargo.toml 2023-05-29T17:43:50.526927+00:00
--- chrono-0.4.26/Cargo.toml 1970-01-01T00:00:01+00:00
+++ chrono-0.4.26/Cargo.toml 2023-05-31T11:36:51.237220+00:00
@@ -41,26 +41,9 @@
[lib]
name = "chrono"
@ -27,7 +27,7 @@
optional = true
[dependencies.num-traits]
@@ -107,7 +90,6 @@
@@ -103,7 +86,6 @@
[features]
__doctest = []
@ -35,7 +35,7 @@
alloc = []
clock = [
"std",
@@ -117,7 +99,6 @@
@@ -113,7 +95,6 @@
"clock",
"std",
"oldtime",
@ -43,7 +43,7 @@
]
libc = []
oldtime = ["time"]
@@ -126,8 +107,6 @@
@@ -122,8 +103,6 @@
"pure-rust-locales",
"alloc",
]

@ -5,7 +5,7 @@
%global crate chrono
Name: rust-chrono
Version: 0.4.25
Version: 0.4.26
Release: %autorelease
Summary: Date and time library for Rust

@ -1 +1 @@
SHA512 (chrono-0.4.25.crate) = f308d42f0e6b631e6ac2a13f4ab37c0465b045ea6694786b4ed45e971924a1f16db85d8670d084fca70e4cc706af0825fe13704175851f173d76246bf3cbc40f
SHA512 (chrono-0.4.26.crate) = 2b66faf4d8374cfb0485710ceb2c9c1ce63aa6f9670e405a0810af4aca01c57d8dcd198a1f4cad498d5efd89e00003ba1b4f0bab599422af4f9bd6fb74494c47

Loading…
Cancel
Save