public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-semver] f43: Update to version 1.0.28; Fixes RHBZ#2455028
Date: Wed, 10 Jun 2026 16:42:36 GMT [thread overview]
Message-ID: <178110975660.1.12330203787655151909.rpms-rust-semver-f1e13348977c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-semver
Branch : f43
Commit : f1e13348977c398a7e609ff367ba3fd655ef39a9
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-06-10T18:27:19+02:00
Stats : +22/-3 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-semver/c/f1e13348977c398a7e609ff367ba3fd655ef39a9?branch=f43
Log:
Update to version 1.0.28; Fixes RHBZ#2455028
---
diff --git a/.gitignore b/.gitignore
index aaaaaa0..5a7a346 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
/semver-1.0.25.crate
/semver-1.0.26.crate
/semver-1.0.27.crate
+/semver-1.0.28.crate
diff --git a/rust-semver.spec b/rust-semver.spec
index 35d0472..9871d14 100644
--- a/rust-semver.spec
+++ b/rust-semver.spec
@@ -1,17 +1,20 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate semver
Name: rust-semver
-Version: 1.0.27
+Version: 1.0.28
Release: %autorelease
Summary: Parser and evaluator for Cargo's flavor of Semantic Versioning
License: MIT OR Apache-2.0
URL: https://crates.io/crates/semver
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * drop unused, benchmark-only criterion dev-dependency
+Patch: semver-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..2cd7101
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,5 @@
+[package]
+cargo-toml-patch-comments = [
+ "drop unused, benchmark-only criterion dev-dependency",
+]
+
diff --git a/semver-fix-metadata.diff b/semver-fix-metadata.diff
new file mode 100644
index 0000000..3d2ddbe
--- /dev/null
+++ b/semver-fix-metadata.diff
@@ -0,0 +1,10 @@
+--- semver-1.0.28/Cargo.toml 2006-07-24T01:21:28+00:00
++++ semver-1.0.28/Cargo.toml 2026-06-10T16:26:33.248393+00:00
+@@ -87,7 +87,3 @@
+ version = "1.0.220"
+ optional = true
+ default-features = false
+-
+-[target."cfg(not(miri))".dev-dependencies.criterion]
+-version = "0.8"
+-default-features = false
diff --git a/sources b/sources
index 03a733d..25d1442 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (semver-1.0.27.crate) = 8492a2ce5adf32cf6183d03509766f169b323a9376b061c9659a8752f69de5f45f7c64f474fa907fd9261fe3e9a7691a39c8a603d0c2e8d9484f5946bc27d78c
+SHA512 (semver-1.0.28.crate) = bb44373e60fccb83bc95e4277ea0abdd756a3f77b3334cf6d6b5fceac086910661ab94eb326cdc8fefce0c09220933bdf03bfd142c1594a92c9c1e4e931114b7
reply other threads:[~2026-06-10 16:42 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=178110975660.1.12330203787655151909.rpms-rust-semver-f1e13348977c@fedoraproject.org \
--to=decathorpe@gmail.com \
--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