public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-semver] epel10: Update to version 1.0.28; Fixes RHBZ#2455028
@ 2026-06-10 17:01 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-10 17:01 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-semver
Branch : epel10
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=epel10
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-10 17:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 17:01 [rpms/rust-semver] epel10: Update to version 1.0.28; Fixes RHBZ#2455028 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox