public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-onefetch-manifest] f44: Update to version 2.28.1; Fixes RHBZ#2525979
@ 2026-09-03  6:28 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-03  6:28 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-onefetch-manifest
Branch : f44
Commit : 9bb3938dc087e7cc0d0d69b242745aea763203ff
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-30T23:14:55+01:00
Stats  : +2/-53 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-onefetch-manifest/c/9bb3938dc087e7cc0d0d69b242745aea763203ff?branch=f44

Log:
Update to version 2.28.1; Fixes RHBZ#2525979

---
diff --git a/onefetch-manifest-2.27.1-cargo_toml1.patch b/onefetch-manifest-2.27.1-cargo_toml1.patch
deleted file mode 100644
index 9055e64..0000000
--- a/onefetch-manifest-2.27.1-cargo_toml1.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/lib.rs b/src/lib.rs
-index f8b9c91b0..9917acd4e 100644
---- a/src/lib.rs
-+++ b/src/lib.rs
-@@ -53,7 +53,7 @@ fn parse_cargo_manifest(path: &Path) -> Result<Manifest> {
-         number_of_dependencies: m.dependencies.len(),
-         name: Some(package.name.clone()),
-         description,
--        version: Some(package.version().into()),
-+        version: Some(package.version().to_string()),
-         license: package.license().map(Into::into),
-     })
- }

diff --git a/onefetch-manifest-fix-metadata.diff b/onefetch-manifest-fix-metadata.diff
deleted file mode 100644
index dc24af1..0000000
--- a/onefetch-manifest-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- onefetch-manifest-2.27.1/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ onefetch-manifest-2.27.1/Cargo.toml	2026-06-26T22:06:16.256357+00:00
-@@ -41,7 +41,7 @@
- version = "1.0.101"
- 
- [dependencies.cargo_toml]
--version = "0.22.3"
-+version = "1.0.0"
- 
- [dependencies.serde]
- version = "1.0.228"

diff --git a/rust-onefetch-manifest.spec b/rust-onefetch-manifest.spec
index 005d4c3..6c4445a 100644
--- a/rust-onefetch-manifest.spec
+++ b/rust-onefetch-manifest.spec
@@ -5,21 +5,13 @@
 %global crate onefetch-manifest
 
 Name:           rust-onefetch-manifest
-Version:        2.27.1
+Version:        2.28.1
 Release:        %autorelease
 Summary:        Detect and parse manifest files
 
 License:        MIT
 URL:            https://crates.io/crates/onefetch-manifest
 Source:         %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * Update cargo_toml dependency to 1.0.0:
-#   https://github.com/o2sh/onefetch/pull/1785; requires an accompanying
-#   source-code patch
-Patch:          onefetch-manifest-fix-metadata.diff
-# * Source-code patch for cargo_toml 1.0.0, from
-#   https://github.com/o2sh/onefetch/pull/1785
-Patch10:        onefetch-manifest-2.27.1-cargo_toml1.patch
 
 BuildRequires:  cargo-rpm-macros >= 24
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 2653d9d..1e5c1e0 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,22 +1,3 @@
-[package]
-cargo-toml-patch-comments = [
-    """\
-Update cargo_toml dependency to 1.0.0: \
-https://github.com/o2sh/onefetch/pull/1785; \
-requires an accompanying source-code patch\
-""",
-]
-
-[[package.extra-patches]]
-number = 10
-file = "onefetch-manifest-2.27.1-cargo_toml1.patch"
-comments = [
-    """\
-Source-code patch for cargo_toml 1.0.0, from \
-https://github.com/o2sh/onefetch/pull/1785\
-""",
-]
-
 [tests]
 comments = [
     """\

diff --git a/sources b/sources
index 4aa1454..f104bb4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (onefetch-manifest-2.27.1.crate) = 5e3c257a9bb38e2e5742e9a79cc951e79bee1ec5ea1a17e12a15684abab95e03b0cb6f0ad38d9c366c718712736cb21c623e0e369c83de89638b08e9a9332494
+SHA512 (onefetch-manifest-2.28.1.crate) = 0fb7832f3571315e4240aefaa01316e914acd3a3f9b07285260a830fa250218e72c25912007819ca1a15d7932a45fc428bf7650e4e565f1e01ea9378c7fb1b14

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-03  6:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03  6:28 [rpms/rust-onefetch-manifest] f44: Update to version 2.28.1; Fixes RHBZ#2525979 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