public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-asn1-rs-derive] rawhide: Update syn to v3, synstructure to v0.14
@ 2026-09-16  8:40 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-16  8:40 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-asn1-rs-derive
Branch : rawhide
Commit : 1d6fb7bd041801180ec6672c5ee06413161c0bb5
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-16T09:25:22+01:00
Stats  : +25/-1 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-asn1-rs-derive/c/1d6fb7bd041801180ec6672c5ee06413161c0bb5?branch=rawhide

Log:
Update syn to v3, synstructure to v0.14

---
diff --git a/asn1-rs-derive-fix-metadata.diff b/asn1-rs-derive-fix-metadata.diff
new file mode 100644
index 0000000..942ae05
--- /dev/null
+++ b/asn1-rs-derive-fix-metadata.diff
@@ -0,0 +1,13 @@
+--- asn1-rs-derive-0.6.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ asn1-rs-derive-0.6.0/Cargo.toml	2026-09-16T08:24:34.428156+00:00
+@@ -38,8 +38,8 @@
+ version = "1.0"
+ 
+ [dependencies.syn]
+-version = "2.0"
++version = "3.0"
+ features = ["full"]
+ 
+ [dependencies.synstructure]
+-version = "0.13"
++version = "0.14"

diff --git a/rust-asn1-rs-derive.spec b/rust-asn1-rs-derive.spec
index 7669a8c..41febfc 100644
--- a/rust-asn1-rs-derive.spec
+++ b/rust-asn1-rs-derive.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 %bcond check 1
 %global debug_package %{nil}
 
@@ -12,6 +12,10 @@ Summary:        Derive macros for the asn1-rs crate
 License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/asn1-rs-derive
 Source:         %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * Update syn to v3, synstructure to v0.14:
+#   https://github.com/rusticata/asn1-rs/pull/148
+Patch:          asn1-rs-derive-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..c994a51
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,7 @@
+[package]
+cargo-toml-patch-comments = [
+    """\
+Update syn to v3, synstructure to v0.14: \
+https://github.com/rusticata/asn1-rs/pull/148\
+""",
+]

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

only message in thread, other threads:[~2026-09-16  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-16  8:40 [rpms/rust-asn1-rs-derive] rawhide: Update syn to v3, synstructure to v0.14 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