public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-relm4-macros] rawhide: Update to 0.11.0
@ 2026-09-19 18:49 Jonathan Steffan
0 siblings, 0 replies; only message in thread
From: Jonathan Steffan @ 2026-09-19 18:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-relm4-macros
Branch : rawhide
Commit : 204c99474b3dc2830f5b2dbb6884b1f3d04b02bd
Author : Jonathan Steffan <jsteffan@fedoraproject.org>
Date : 2026-09-05T12:07:47-06:00
Stats : +14/-8 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-relm4-macros/c/204c99474b3dc2830f5b2dbb6884b1f3d04b02bd?branch=rawhide
Log:
Update to 0.11.0
---
diff --git a/.gitignore b/.gitignore
index 3a14abb..0f7f0e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/relm4-macros-0.8.1.crate
/relm4-macros-0.9.0.crate
/relm4-macros-0.9.1.crate
+/relm4-macros-0.11.0.crate
diff --git a/rust-relm4-macros.spec b/rust-relm4-macros.spec
index 7bb05c6..1ea2ca6 100644
--- a/rust-relm4-macros.spec
+++ b/rust-relm4-macros.spec
@@ -1,15 +1,15 @@
-# Generated by rust2rpm 26
-# error[E0432]: unresolved import `relm4`
-# use of undeclared crate or module `relm4`
-# Tests are unable to be run outside of a git checkout
-# due to circular dependencies.
-%bcond_with check
+# Generated by rust2rpm 28
+# * error[E0432]: unresolved import `relm4` / use of undeclared crate or module
+# `relm4`: tests are unable to run outside of a git checkout due to circular
+# dependencies (relm4-macros's own tests depend on relm4, which depends on
+# relm4-macros).
+%bcond check 0
%global debug_package %{nil}
%global crate relm4-macros
Name: rust-relm4-macros
-Version: 0.9.1
+Version: 0.11.0
Release: %autorelease
Summary: Idiomatic GUI library inspired by Elm and based on gtk4-rs
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..6c2782e
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,5 @@
+[tests]
+run = false
+comments = [
+ "error[E0432]: unresolved import `relm4` / use of undeclared crate or module `relm4`: tests are unable to run outside of a git checkout due to circular dependencies (relm4-macros's own tests depend on relm4, which depends on relm4-macros).",
+]
diff --git a/sources b/sources
index 05d146f..5f3a68c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (relm4-macros-0.9.1.crate) = 46fb52eafeb753ace83ec3b41a3662a93e2a97831b59fed8733e52e4bb657a9e06ef5d34cbc64a82afcdae4af147b84bd3b8836952789f282ef20baf67554570
+SHA512 (relm4-macros-0.11.0.crate) = 2df4a35b73a7616971258d32ddd35d0d5e8617ab71719da125cbc9cc00d4e5052a737bcbdb4fbec4b7b3db2b0fb966dbf60de12750a9699da3495b6e40068b32
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-19 18:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-19 18:49 [rpms/rust-relm4-macros] rawhide: Update to 0.11.0 Jonathan Steffan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox