import rust-jiff-0.1.27-1.el10

i10ce changed/i10ce/rust-jiff-0.1.27-1.el10
MSVSphere Packaging Team 1 week ago
parent 366c75c7b5
commit 9e83493633
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

4
.gitignore vendored

@ -1,2 +1,2 @@
SOURCES/jiff-0.1.24.crate
SOURCES/jiff-0.1.24.tar.gz
SOURCES/jiff-0.1.27.crate
SOURCES/jiff-0.1.27.tar.gz

@ -1,2 +1,2 @@
c9053f21266548bd0455e49deb8a891490240a45 SOURCES/jiff-0.1.24.crate
62fb2a990ec7d2d186ca60f64402cb7b522c9db6 SOURCES/jiff-0.1.24.tar.gz
b8fa5a552a1777a141afdd32f74353ae91ce1e01 SOURCES/jiff-0.1.27.crate
d01f3587db5eee9beef81bb5340dba04e375d6c3 SOURCES/jiff-0.1.27.tar.gz

@ -1,6 +1,6 @@
--- jiff-0.1.24/Cargo.toml 1970-01-01T00:00:01+00:00
+++ jiff-0.1.24/Cargo.toml 2025-01-17T14:34:49.650284+00:00
@@ -141,7 +141,6 @@
--- jiff-0.1.27/Cargo.toml 1970-01-01T00:00:01+00:00
+++ jiff-0.1.27/Cargo.toml 2025-01-26T16:01:04.009091+00:00
@@ -60,7 +60,6 @@
[features]
alloc = [
"serde?/alloc",
@ -8,7 +8,7 @@
]
default = [
"std",
@@ -151,8 +150,6 @@
@@ -70,8 +69,6 @@
"tzdb-concatenated",
]
js = [
@ -17,7 +17,7 @@
]
logging = ["dep:log"]
serde = ["dep:serde"]
@@ -163,47 +160,17 @@
@@ -82,14 +79,12 @@
]
tz-system = [
"std",
@ -32,7 +32,9 @@
"alloc",
]
tzdb-concatenated = ["std"]
tzdb-zoneinfo = ["std"]
@@ -172,38 +167,10 @@
[dev-dependencies.walkdir]
version = "2.5.0"
-[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dependencies.js-sys]
-version = "0.3.50"
@ -48,7 +50,7 @@
-
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.hifitime]
version = "3.9.0"
-
-[target.'cfg(not(target_has_atomic = "ptr"))'.dependencies.portable-atomic]
-version = "1.10.0"
-default-features = false
@ -65,3 +67,8 @@
-]
-optional = true
-default-features = false
[profile.testrelease]
debug-assertions = false
inherits = "test"
+

@ -1,6 +1,6 @@
--- jiff-0.1.24/Cargo.toml 1970-01-01T00:00:01+00:00
+++ jiff-0.1.24/Cargo.toml 2025-01-17T14:34:49.652284+00:00
@@ -118,9 +118,6 @@
--- jiff-0.1.27/Cargo.toml 1970-01-01T00:00:01+00:00
+++ jiff-0.1.27/Cargo.toml 2025-01-26T16:01:04.011091+00:00
@@ -147,9 +147,6 @@
[dev-dependencies.serde_json]
version = "1.0.117"
@ -10,10 +10,13 @@
[dev-dependencies.tabwriter]
version = "1.4.0"
@@ -171,6 +168,3 @@
tzdb-concatenated = ["std"]
tzdb-zoneinfo = ["std"]
@@ -167,9 +164,6 @@
[dev-dependencies.walkdir]
version = "2.5.0"
-[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.hifitime]
-version = "3.9.0"
-
[profile.testrelease]
debug-assertions = false
inherits = "test"

@ -15,7 +15,7 @@
%global crate jiff
Name: rust-jiff
Version: 0.1.24
Version: 0.1.27
Release: %autorelease
Summary: Date-time library that encourages you to jump into the pit of success
@ -225,6 +225,9 @@ tar -xzvf '%{SOURCE10}' --strip-components=1 \
%changelog
## START: Generated by rpmautospec
* Sun Jan 26 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.27-1
- Update to 0.1.27 (close RHBZ#2339346)
* Fri Jan 17 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.24-1
- Update to 0.1.24 (close RHBZ#2338509)

Loading…
Cancel
Save