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-libpanel] rawhide: Update to 0.7.0 (fedora#2537473).
Date: Mon, 21 Sep 2026 17:19:35 GMT [thread overview]
Message-ID: <179001117597.1.17057490424037032738.rpms-rust-libpanel-7a575ec98961@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-libpanel
Branch : rawhide
Commit : 7a575ec98961b0e291f10d00159bf2ff22fb4f27
Author : Jonathan Steffan <jsteffan@fedoraproject.org>
Date : 2026-09-21T11:19:18-06:00
Stats : +15/-1 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-libpanel/c/7a575ec98961b0e291f10d00159bf2ff22fb4f27?branch=rawhide
Log:
Update to 0.7.0 (fedora#2537473).
---
diff --git a/.gitignore b/.gitignore
index 50525ce..f067286 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/libpanel-0.4.0.crate
/libpanel-0.5.0.crate
+/libpanel-0.7.0.crate
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..08c9be9
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,13 @@
+[package]
+# Prevent executables from being installed
+cargo-install-bin = false
+license-files = ["COPYING"]
+
+[scripts.prep]
+post = [
+ "# Remove examples until upstream moves them to the correct target",
+ "# https://gitlab.gnome.org/World/Rust/libpanel-rs/-/issues/8",
+ "rm -rf examples",
+ "# Drop the [[bin]] and [[example]] targets that reference them",
+ "sed -i '/^\\[\\[bin\\]\\]/,/^$/d; /^\\[\\[example\\]\\]/,/^$/d' Cargo.toml",
+]
diff --git a/sources b/sources
index f09b872..59b80bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libpanel-0.5.0.crate) = fe80b0c994d1e0e5ec06b379ff5589b815de9af566ef5b47968d7f7f63b717b6b173921209cc2e3608df1fd698eb0b78b221d24b7d3ed808b6b97dd5533a731e
+SHA512 (libpanel-0.7.0.crate) = 11706b8884f55134a632ce0102dc7be197e3c88d0d3978daeacd2374565f1176d64910f111dbee70c16abbb3a8134a3a2e897052451effd9c998d7dda92b3da8
next reply other threads:[~2026-09-21 17:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-21 17:19 Jonathan Steffan [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-09-21 16:34 [rpms/rust-libpanel] rawhide: Update to 0.7.0 (fedora#2537473) Jonathan Steffan
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=179001117597.1.17057490424037032738.rpms-rust-libpanel-7a575ec98961@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