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.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"
+

@ -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",

@ -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 <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
* 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
- Update to version 0.3.30; Fixes RHBZ#2244157

Loading…
Cancel
Save