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-relm4] rawhide: Update to 0.11.0
Date: Sat, 19 Sep 2026 18:49:12 GMT	[thread overview]
Message-ID: <178984375235.1.17308970271970253814.rpms-rust-relm4-34e657a5ca4b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-relm4
Branch : rawhide
Commit : 34e657a5ca4b19f2dc1fd5bf6dbe0b992987a0bd
Author : Jonathan Steffan <jsteffan@fedoraproject.org>
Date   : 2026-09-05T12:07:29-06:00
Stats  : +39/-26 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-relm4/c/34e657a5ca4b19f2dc1fd5bf6dbe0b992987a0bd?branch=rawhide

Log:
Update to 0.11.0

---
diff --git a/.gitignore b/.gitignore
index 1a6ca40..1f74827 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /relm4-0.8.1.crate
 /relm4-0.9.0.crate
 /relm4-0.9.1.crate
+/relm4-0.11.0.crate

diff --git a/relm4-fix-metadata.diff b/relm4-fix-metadata.diff
deleted file mode 100644
index 476338e..0000000
--- a/relm4-fix-metadata.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- relm4-0.9.1/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ relm4-0.9.1/Cargo.toml	2026-03-15T21:48:03.024682+00:00
-@@ -253,7 +253,7 @@
- package = "libadwaita"
- 
- [dependencies.flume]
--version = "0.11.0"
-+version = ">=0.11.0,<0.13"
- 
- [dependencies.fragile]
- version = "2.0.0"
-@@ -291,10 +291,6 @@
- 
- [dependencies.tracing]
- version = "0.1.40"
--
--[dev-dependencies.criterion]
--version = "0.5"
--default-features = false
- 
- [dev-dependencies.rand]
- version = "0.8.5"

diff --git a/rust-relm4.spec b/rust-relm4.spec
index 2433752..be0b7b5 100644
--- a/rust-relm4.spec
+++ b/rust-relm4.spec
@@ -8,15 +8,13 @@
 %global crate relm4
 
 Name:           rust-relm4
-Version:        0.9.1
+Version:        0.11.0
 Release:        %autorelease
 Summary:        Idiomatic GUI library inspired by Elm and based on gtk4-rs
 
 License:        Apache-2.0 OR MIT
 URL:            https://crates.io/crates/relm4
 Source:         %{crates_source}
-# Manually created patch for downstream crate metadata changes
-Patch:          relm4-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 
@@ -160,6 +158,42 @@ use the "gnome_47" feature of the "%{crate}" crate.
 %files       -n %{name}+gnome_47-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+gnome_48-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+gnome_48-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "gnome_48" feature of the "%{crate}" crate.
+
+%files       -n %{name}+gnome_48-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package     -n %{name}+gnome_49-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+gnome_49-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "gnome_49" feature of the "%{crate}" crate.
+
+%files       -n %{name}+gnome_49-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package     -n %{name}+gnome_50-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+gnome_50-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "gnome_50" feature of the "%{crate}" crate.
+
+%files       -n %{name}+gnome_50-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+libadwaita-devel
 Summary:        %{summary}
 BuildArch:      noarch

diff --git a/sources b/sources
index 6d46054..9416055 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (relm4-0.9.1.crate) = 90a0787f52446051a0b417197d197a97da5aef12a60f30adf1239e085a27941deffdfb696fa669def09a4796ad3a2bf67ccbb0e6b3807f044e45c8fc48856727
+SHA512 (relm4-0.11.0.crate) = 98f7df84cc2dd15eb7b7a85029ce1afbb14d72716a58232d1ebedbd146816d85d127011293adfd971977656e43e8189691550ab14ad9ea186cbe0ed5a4a2c702

                 reply	other threads:[~2026-09-19 18:49 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=178984375235.1.17308970271970253814.rpms-rust-relm4-34e657a5ca4b@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