public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-jiff] f44: Update to version 0.2.31; Fixes RHBZ#2494633
@ 2026-06-30 5:54 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-30 5:54 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-jiff
Branch : f44
Commit : 6ed61aa783ed8d0b1855dbb8a3d36436bc5c2027
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-30T06:23:59+01:00
Stats : +10/-54 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/rust-jiff/c/6ed61aa783ed8d0b1855dbb8a3d36436bc5c2027?branch=f44
Log:
Update to version 0.2.31; Fixes RHBZ#2494633
---
diff --git a/.gitignore b/.gitignore
index d372a49..addbffb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,3 +74,5 @@
/jiff-0.2.29.tar.gz
/jiff-0.2.30.crate
/jiff-0.2.30.tar.gz
+/jiff-0.2.31.crate
+/jiff-0.2.31.tar.gz
diff --git a/594.patch b/594.patch
deleted file mode 100644
index d7fb7ec..0000000
--- a/594.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From cc1da3341c3a4655f0456fe3abf3cd8cd695a9fc Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Mon, 29 Jun 2026 22:38:27 +0100
-Subject: [PATCH] =?UTF-8?q?Use=20`crate::=E2=80=A6`=20instead=20of=20`jiff?=
- =?UTF-8?q?::=E2=80=A6`=20in=20a=20couple=20of=20lib=20tests?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
----
- src/fmt/buffer.rs | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/fmt/buffer.rs b/src/fmt/buffer.rs
-index 0a9d708c..0db45a90 100644
---- a/src/fmt/buffer.rs
-+++ b/src/fmt/buffer.rs
-@@ -1398,7 +1398,7 @@ mod tests {
- #[cfg(feature = "alloc")]
- #[test]
- fn spare_capacity_empty_buffer() {
-- use jiff::{civil::date, fmt::temporal::DateTimePrinter};
-+ use crate::{civil::date, fmt::temporal::DateTimePrinter};
-
- let mut s = alloc::string::String::new();
- let printer = DateTimePrinter::new();
-@@ -1418,7 +1418,7 @@ mod tests {
- #[cfg(feature = "alloc")]
- #[test]
- fn spare_capacity_non_empty_buffer() {
-- use jiff::{civil::date, fmt::temporal::DateTimePrinter};
-+ use crate::{civil::date, fmt::temporal::DateTimePrinter};
-
- let mut s = alloc::string::String::from("🎉🎉🎉");
- let printer = DateTimePrinter::new();
diff --git a/jiff-fix-metadata-auto.diff b/jiff-fix-metadata-auto.diff
index 5818a11..f040d01 100644
--- a/jiff-fix-metadata-auto.diff
+++ b/jiff-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
---- jiff-0.2.30/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ jiff-0.2.30/Cargo.toml 2026-06-29T21:50:43.063458+00:00
+--- jiff-0.2.31/Cargo.toml 2006-07-24T01:21:28+00:00
++++ jiff-0.2.31/Cargo.toml 2026-06-30T05:23:11.760070+00:00
@@ -69,7 +69,6 @@
[features]
alloc = [
@@ -45,7 +45,7 @@
-optional = true
-
[target."cfg(any())".dependencies.jiff-static]
- version = "=0.2.30"
+ version = "=0.2.31"
-[target.'cfg(any(windows, target_family = "wasm"))'.dependencies.jiff-tzdb-platform]
-version = "0.1.3"
diff --git a/jiff-fix-metadata.diff b/jiff-fix-metadata.diff
index c16a783..24496e8 100644
--- a/jiff-fix-metadata.diff
+++ b/jiff-fix-metadata.diff
@@ -1,5 +1,5 @@
---- jiff-0.2.30/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ jiff-0.2.30/Cargo.toml 2026-06-29T21:50:43.064763+00:00
+--- jiff-0.2.31/Cargo.toml 2006-07-24T01:21:28+00:00
++++ jiff-0.2.31/Cargo.toml 2026-06-30T05:23:11.761463+00:00
@@ -69,7 +69,6 @@
[features]
alloc = [
diff --git a/rust-jiff.spec b/rust-jiff.spec
index 6740316..a80a54a 100644
--- a/rust-jiff.spec
+++ b/rust-jiff.spec
@@ -5,7 +5,7 @@
%global crate jiff
Name: rust-jiff
-Version: 0.2.30
+Version: 0.2.31
Release: %autorelease
Summary: Date-time library that encourages you to jump into the pit of success
@@ -40,9 +40,6 @@ Patch10: 0001-Downstream-only-Omit-doctests-that-require-hifitime.patch
Patch11: 0002-Downstream-only-Omit-doctests-that-require-jiff-stat.patch
# * Downstream-only: Omit doctest that requires time-tz
Patch12: 0003-Downstream-only-Omit-doctest-that-requires-time-tz.patch
-# * Use `crate::…` instead of `jiff::…` in a couple of lib tests
-# * https://github.com/BurntSushi/jiff/pull/594
-Patch13: https://github.com/BurntSushi/jiff/pull/594.patch
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: tomcli
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 42971c2..ca412e0 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -73,14 +73,6 @@ comments = [
"Downstream-only: Omit doctest that requires time-tz",
]
-[[package.extra-patches]]
-number = 13
-file = "https://github.com/BurntSushi/jiff/pull/594.patch"
-comments = [
- "Use `crate::…` instead of `jiff::…` in a couple of lib tests",
- "https://github.com/BurntSushi/jiff/pull/594",
-]
-
[requires]
build = [
"tomcli",
diff --git a/sources b/sources
index 8db2fbc..ce6cb87 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (jiff-0.2.30.crate) = 365fba92745ad2763b5ac7de1c3864f5011eff456467564235c693bc426ca7e5efb9082fd7be7caba377d8221436aa2686435c94337c850be64156bc35d80620
-SHA512 (jiff-0.2.30.tar.gz) = a93ab0ddc913b3e56a227619f0fbd1bccf9bdfd32273e73a69072e0c21ff32c525902630335dffb20c1e2e98ad7d081b2c594482efe92bd409ba6f2e8ac9d2c2
+SHA512 (jiff-0.2.31.crate) = 56119e1a9dab76aac6b15ce8efc381c8b3c1dcde87d7720a007fd5d99514c25a6b55410338c95139ee8cbde29f3fbb32c468cdb15a30faf857786afbe97d543b
+SHA512 (jiff-0.2.31.tar.gz) = e04f08a66e6c494f9c6871db2cc485b85b6dbe778aede72070661343697bffd826a6fc101c60fa1361ecd92556bdbf656335421a2de68b7f0faa2684b319e27b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-30 5:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 5:54 [rpms/rust-jiff] f44: Update to version 0.2.31; Fixes RHBZ#2494633 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox