public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jonathan Steffan <jsteffan@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-vte4] rawhide: Update to 0.10.0, enable gtk4's v4_10 feature needed by generated bindings
Date: Sat, 19 Sep 2026 20:52:43 GMT	[thread overview]
Message-ID: <178985116365.1.13495219516825859049.rpms-rust-vte4-dc70f49aecfe@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-vte4
Branch : rawhide
Commit : dc70f49aecfe72ccbc8cae93c06e81f4e4fe6a28
Author : Jonathan Steffan <jsteffan@fedoraproject.org>
Date   : 2026-09-05T12:06:44-06:00
Stats  : +60/-5 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-vte4/c/dc70f49aecfe72ccbc8cae93c06e81f4e4fe6a28?branch=rawhide

Log:
Update to 0.10.0, enable gtk4's v4_10 feature needed by generated bindings

---
diff --git a/.gitignore b/.gitignore
index d8c3aa1..46ef0cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /vte4-0.7.1.crate
 /vte4-0.8.0.crate
+/vte4-0.10.0.crate

diff --git a/rust-vte4.spec b/rust-vte4.spec
index df9f29c..25e86b4 100644
--- a/rust-vte4.spec
+++ b/rust-vte4.spec
@@ -5,7 +5,7 @@
 %global crate vte4
 
 Name:           rust-vte4
-Version:        0.8.0
+Version:        0.10.0
 Release:        %autorelease
 Summary:        Rust bindings for the VTE Gtk4 library
 
@@ -15,6 +15,7 @@ Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * Update io-lifetimes dependency to v3:
 #   https://gitlab.gnome.org/World/Rust/vte4-rs/-/merge_requests/6
+# * enable gtk4's v4_10 feature
 Patch:          vte4-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
@@ -50,6 +51,18 @@ use the "default" feature of the "%{crate}" crate.
 %files       -n %{name}+default-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+gtk_v4_18-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+gtk_v4_18-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "gtk_v4_18" feature of the "%{crate}" crate.
+
+%files       -n %{name}+gtk_v4_18-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+v0_66-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -122,6 +135,42 @@ use the "v0_78" feature of the "%{crate}" crate.
 %files       -n %{name}+v0_78-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+v0_80-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+v0_80-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "v0_80" feature of the "%{crate}" crate.
+
+%files       -n %{name}+v0_80-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package     -n %{name}+v0_82-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+v0_82-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "v0_82" feature of the "%{crate}" crate.
+
+%files       -n %{name}+v0_82-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package     -n %{name}+v0_84-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+v0_84-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "v0_84" feature of the "%{crate}" crate.
+
+%files       -n %{name}+v0_84-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %prep
 %autosetup -n %{crate}-%{version} -p1
 %cargo_prep

diff --git a/rust2rpm.toml b/rust2rpm.toml
index bb5b6e9..d312161 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -4,4 +4,5 @@ cargo-toml-patch-comments = [
 Update io-lifetimes dependency to v3: \
 https://gitlab.gnome.org/World/Rust/vte4-rs/-/merge_requests/6\
 """,
+    "enable gtk4's v4_10 feature",
 ]

diff --git a/sources b/sources
index caad160..bb0f445 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vte4-0.8.0.crate) = a15f0b70083ebd1ac216fa652ce71440ba656ca38cc33c6e322dc64548e5ab3c52f216cb5e7ffe5ce2d2732f5059f03037abd92e384ba11fc8d5071d07dff533
+SHA512 (vte4-0.10.0.crate) = 5b256eecb3de496d3cd75674f332d07cd1e08c8f1fd3f6e4df5f6831c9db65976408a24aebc992906fa53a2525247601137f8921d53edcda1ad91ddcef6cf1a2

diff --git a/vte4-fix-metadata.diff b/vte4-fix-metadata.diff
index 733b656..31e9bec 100644
--- a/vte4-fix-metadata.diff
+++ b/vte4-fix-metadata.diff
@@ -1,6 +1,10 @@
---- vte4-0.8.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ vte4-0.8.0/Cargo.toml	2026-08-14T12:21:27.203784+00:00
-@@ -58,7 +58,7 @@
+--- vte4-0.10.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ vte4-0.10.0/Cargo.toml	2026-09-05T17:18:00.987852+00:00
+@@ -94,10 +94,11 @@
+ 
+ [dependencies.gtk]
+ version = "0.11"
++features = ["v4_10"]
  package = "gtk4"
  
  [dependencies.io-lifetimes]

                 reply	other threads:[~2026-09-19 20:52 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=178985116365.1.13495219516825859049.rpms-rust-vte4-dc70f49aecfe@fedoraproject.org \
    --to=jsteffan@fedoraproject.org \
    --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