public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-time] f44: Update to version 0.3.55; Resolves RHBZ#2488272
Date: Wed, 02 Sep 2026 20:28:22 GMT [thread overview]
Message-ID: <178838090261.1.9499511833154655367.rpms-rust-time-de48e21f770d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-time
Branch : f44
Commit : de48e21f770dde3d5164fb6a6496d4ccf191d37e
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-09-02T13:17:45+01:00
Stats : +25/-11 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-time/c/de48e21f770dde3d5164fb6a6496d4ccf191d37e?branch=f44
Log:
Update to version 0.3.55; Resolves RHBZ#2488272
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
index d24e6e5..2281df1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,5 @@
/time-0.3.41.crate
/time-0.3.44.crate
/time-0.3.47.crate
+/time-0.3.54.crate
+/time-0.3.55.crate
diff --git a/rust-time.spec b/rust-time.spec
index 4f2137f..3221f3d 100644
--- a/rust-time.spec
+++ b/rust-time.spec
@@ -5,7 +5,7 @@
%global crate time
Name: rust-time
-Version: 0.3.47
+Version: 0.3.55
Release: %autorelease
Summary: Date and time library
@@ -149,6 +149,18 @@ use the "rand" feature of the "%{crate}" crate.
%files -n %{name}+rand-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+rand010-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+rand010-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "rand010" feature of the "%{crate}" crate.
+
+%files -n %{name}+rand010-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+rand08-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/sources b/sources
index 7449868..ad53a4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (time-0.3.47.crate) = c43decfab65f62b7719f9b2b4bf6eb80fe3ed80f670e1b47aa0879baea403aa19557506ec9433df31ae9fe9cd92cfebfa237c9b2f5dec8d5eb093c54bb815f76
+SHA512 (time-0.3.55.crate) = bdb98700d85e557c9d8af939c4cc7cf1bc9970359a6efa727962f31929569dc153f117c1604693d45d5d5af62a1176301600668f41f339ef0567bef3661a1fdb
diff --git a/time-fix-metadata-auto.diff b/time-fix-metadata-auto.diff
index e13bd71..8b18c03 100644
--- a/time-fix-metadata-auto.diff
+++ b/time-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- time-0.3.47/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ time-0.3.47/Cargo.toml 2026-02-06T23:18:43.821336+00:00
-@@ -104,7 +104,7 @@
+--- time-0.3.55/Cargo.toml 2006-07-24T01:21:28+00:00
++++ time-0.3.55/Cargo.toml 2026-09-02T10:28:20.190667+00:00
+@@ -108,7 +108,7 @@
"parsing",
]
std = ["alloc"]
@@ -9,10 +9,10 @@
[lib]
name = "time"
-@@ -201,17 +201,6 @@
+@@ -209,17 +209,6 @@
[dev-dependencies.time-macros]
- version = "=0.2.27"
+ version = "=0.2.32"
-
-[target."cfg(__ui_tests)".dev-dependencies.trybuild]
-version = "1.0.102"
@@ -27,7 +27,7 @@
[target.'cfg(target_family = "unix")'.dependencies.libc]
version = "0.2.98"
-@@ -330,3 +319,4 @@
+@@ -339,3 +328,4 @@
[lints.rustdoc]
private-doc-tests = "warn"
unescaped-backticks = "warn"
diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff
index b3ec824..3105eab 100644
--- a/time-fix-metadata.diff
+++ b/time-fix-metadata.diff
@@ -1,6 +1,6 @@
---- time-0.3.47/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ time-0.3.47/Cargo.toml 2026-02-06T23:18:43.822924+00:00
-@@ -104,7 +104,6 @@
+--- time-0.3.55/Cargo.toml 2006-07-24T01:21:28+00:00
++++ time-0.3.55/Cargo.toml 2026-09-02T10:28:20.198667+00:00
+@@ -108,7 +108,6 @@
"parsing",
]
std = ["alloc"]
reply other threads:[~2026-09-02 20:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178838090261.1.9499511833154655367.rpms-rust-time-de48e21f770d@fedoraproject.org \
--to=salimma@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox