import rust-time-0.3.31-1.el9

i9ce changed/i9ce/rust-time-0.3.31-1.el9
MSVSphere Packaging Team 1 year ago
parent 671f122eb3
commit 5902841f83

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/time-0.3.31.crate

@ -0,0 +1 @@
2794a0885129af5ea96bdc93b89b163318ef385d SOURCES/time-0.3.31.crate

Binary file not shown.

@ -1,5 +1,5 @@
--- time-0.3.30/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.31/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 2024-01-08T19:44:39.946955+00:00
@@ -169,18 +169,7 @@ @@ -169,18 +169,7 @@
"alloc", "alloc",
"deranged/std", "deranged/std",
@ -20,8 +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 @@ @@ -274,3 +263,4 @@
[target."cfg(target_family = \"unix\")".dependencies.num_threads] [lints.rustdoc]
version = "0.1.2" private-doc-tests = "warn"
optional = true unescaped-backticks = "warn"
+ +

@ -1,10 +1,9 @@
--- time-0.3.30/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.30/Cargo.toml 2023-10-15T10:16:12.733610+00:00 +++ time-0.3.31/Cargo.toml 2024-01-08T19:44:52.309999+00:00
@@ -52,15 +52,6 @@ @@ -53,15 +53,6 @@
[lib] [lib]
bench = false bench = false
-
-[[test]] -[[test]]
-name = "tests" -name = "tests"
-path = "../tests/main.rs" -path = "../tests/main.rs"
@ -13,9 +12,10 @@
-name = "benchmarks" -name = "benchmarks"
-path = "../benchmarks/main.rs" -path = "../benchmarks/main.rs"
-harness = false -harness = false
-
[dependencies.deranged] [dependencies.deranged]
version = "0.3.9" version = "0.3.9"
features = ["powerfmt"]
@@ -169,7 +160,6 @@ @@ -169,7 +160,6 @@
"alloc", "alloc",
"deranged/std", "deranged/std",

@ -15,7 +15,7 @@
%global crate time %global crate time
Name: rust-time Name: rust-time
Version: 0.3.30 Version: 0.3.31
Release: %autorelease Release: %autorelease
Summary: Date and time library Summary: Date and time library
@ -227,9 +227,12 @@ use the "std" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.30-1 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.31-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
* Mon Jan 08 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.31-1
- Update to version 0.3.31; Fixes RHBZ#2255215
* Wed Nov 08 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.30-1 * Wed Nov 08 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.30-1
- Update to version 0.3.30; Fixes RHBZ#2244157 - Update to version 0.3.30; Fixes RHBZ#2244157

Loading…
Cancel
Save