public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-plist] f44: Update to version 1.10.0; Fixes RHBZ#2461950
@ 2026-07-06 15:31 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-06 15:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-plist
Branch : f44
Commit : 30fbf002a1ad11d8188756ad66a509b8e46a8ab6
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-06T16:27:19+02:00
Stats  : +33/-3 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-plist/c/30fbf002a1ad11d8188756ad66a509b8e46a8ab6?branch=f44

Log:
Update to version 1.10.0; Fixes RHBZ#2461950

---
diff --git a/.gitignore b/.gitignore
index 9231790..a3493b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /plist-1.7.3.crate
 /plist-1.7.4.crate
 /plist-1.8.0.crate
+/plist-1.10.0.crate

diff --git a/plist-fix-metadata.diff b/plist-fix-metadata.diff
new file mode 100644
index 0000000..fbf8470
--- /dev/null
+++ b/plist-fix-metadata.diff
@@ -0,0 +1,23 @@
+--- plist-1.10.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ plist-1.10.0/Cargo.toml	2026-07-06T14:24:37.920675+00:00
+@@ -49,10 +49,6 @@
+ name = "fuzzer"
+ path = "tests/fuzzer.rs"
+ 
+-[[test]]
+-name = "macros"
+-path = "tests/macros.rs"
+-
+ [dependencies.base64]
+ version = "0.22.0"
+ 
+@@ -74,9 +70,6 @@
+     "formatting",
+ ]
+ 
+-[dev-dependencies.macrotest]
+-version = "1.2.1"
+-
+ [dev-dependencies.serde_derive]
+ version = "1.0.2"
+ 

diff --git a/rust-plist.spec b/rust-plist.spec
index 4ba687f..fee9c3f 100644
--- a/rust-plist.spec
+++ b/rust-plist.spec
@@ -1,17 +1,20 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 %bcond check 1
 %global debug_package %{nil}
 
 %global crate plist
 
 Name:           rust-plist
-Version:        1.8.0
+Version:        1.10.0
 Release:        %autorelease
 Summary:        Rusty plist parser
 
 License:        MIT
 URL:            https://crates.io/crates/plist
 Source:         %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * drop macro tests and macrotests dev-dependency
+Patch:          plist-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 7016580..274a533 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,8 @@
 [package]
 summary = "Rusty plist parser"
+cargo-toml-patch-comments = [
+    "drop macro tests and macrotests dev-dependency",
+]
 
 [tests]
 run = ["lib", "doc"]

diff --git a/sources b/sources
index 35fbab4..d381d4c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (plist-1.8.0.crate) = c9a6b1e35196630349cf0c09f43f7bbadeb72e42876f1d93015718273b2e466b525586ad0f552494dad154561ed705bb9968deae98ee90102f63ba05bec89c97
+SHA512 (plist-1.10.0.crate) = ab78c7b0ecd0f22d40f0b022dd227607808f530182676a0644163230ae615f9a592488a1208c947f3a2e9a25f73fc0cb3bef799db8751dd69fe749f3d4bb8a4c

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

only message in thread, other threads:[~2026-07-06 15:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 15:31 [rpms/rust-plist] f44: Update to version 1.10.0; Fixes RHBZ#2461950 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox