diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..27dc6ac --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/time-0.3.31.crate diff --git a/.rust-time.metadata b/.rust-time.metadata index e69de29..fca66fb 100644 --- a/.rust-time.metadata +++ b/.rust-time.metadata @@ -0,0 +1 @@ +2794a0885129af5ea96bdc93b89b163318ef385d SOURCES/time-0.3.31.crate diff --git a/SOURCES/time-0.3.30.crate b/SOURCES/time-0.3.30.crate deleted file mode 100644 index 1639611..0000000 Binary files a/SOURCES/time-0.3.30.crate and /dev/null differ diff --git a/SOURCES/time-fix-metadata-auto.diff b/SOURCES/time-fix-metadata-auto.diff index 4dad867..ca782cf 100644 --- a/SOURCES/time-fix-metadata-auto.diff +++ b/SOURCES/time-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- time-0.3.30/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ time-0.3.30/Cargo.toml 2023-10-15T10:15:55.796572+00:00 +--- time-0.3.31/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ time-0.3.31/Cargo.toml 2024-01-08T19:44:39.946955+00:00 @@ -169,18 +169,7 @@ "alloc", "deranged/std", @@ -20,8 +20,8 @@ [target."cfg(target_family = \"unix\")".dependencies.libc] version = "0.2.98" -@@ -189,3 +178,4 @@ - [target."cfg(target_family = \"unix\")".dependencies.num_threads] - version = "0.1.2" - optional = true +@@ -274,3 +263,4 @@ + [lints.rustdoc] + private-doc-tests = "warn" + unescaped-backticks = "warn" + diff --git a/SOURCES/time-fix-metadata.diff b/SOURCES/time-fix-metadata.diff index 9a808f9..20bf620 100644 --- a/SOURCES/time-fix-metadata.diff +++ b/SOURCES/time-fix-metadata.diff @@ -1,10 +1,9 @@ ---- time-0.3.30/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ time-0.3.30/Cargo.toml 2023-10-15T10:16:12.733610+00:00 -@@ -52,15 +52,6 @@ - +--- time-0.3.31/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ time-0.3.31/Cargo.toml 2024-01-08T19:44:52.309999+00:00 +@@ -53,15 +53,6 @@ [lib] bench = false -- + -[[test]] -name = "tests" -path = "../tests/main.rs" @@ -13,9 +12,10 @@ -name = "benchmarks" -path = "../benchmarks/main.rs" -harness = false - +- [dependencies.deranged] version = "0.3.9" + features = ["powerfmt"] @@ -169,7 +160,6 @@ "alloc", "deranged/std", diff --git a/SPECS/rust-time.spec b/SPECS/rust-time.spec index 4f9a6bc..0fd24f9 100644 --- a/SPECS/rust-time.spec +++ b/SPECS/rust-time.spec @@ -15,7 +15,7 @@ %global crate time Name: rust-time -Version: 0.3.30 +Version: 0.3.31 Release: %autorelease Summary: Date and time library @@ -227,9 +227,12 @@ use the "std" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 0.3.30-1 +* Mon Jan 15 2024 Arkady L. Shane - 0.3.31-1 - Rebuilt for MSVSphere 9.3 +* Mon Jan 08 2024 Fabio Valentini - 0.3.31-1 +- Update to version 0.3.31; Fixes RHBZ#2255215 + * Wed Nov 08 2023 Fabio Valentini - 0.3.30-1 - Update to version 0.3.30; Fixes RHBZ#2244157