public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/gotify-desktop] f44: Allow shlex version 2
Date: Tue, 01 Sep 2026 13:24:51 GMT [thread overview]
Message-ID: <178826909110.1.2092710397033772458.rpms-gotify-desktop-ec7f321938be@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gotify-desktop
Branch : f44
Commit : ec7f321938be424eb0890eb820159186eda21deb
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-31T10:20:36+01:00
Stats : +9/-7 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gotify-desktop/c/ec7f321938be424eb0890eb820159186eda21deb?branch=f44
Log:
Allow shlex version 2
---
diff --git a/gotify-desktop-fix-metadata.diff b/gotify-desktop-fix-metadata.diff
index 7c14a1a..ef9af58 100644
--- a/gotify-desktop-fix-metadata.diff
+++ b/gotify-desktop-fix-metadata.diff
@@ -1,5 +1,6 @@
---- gotify-desktop-1.3.7/Cargo.toml 2024-07-09T20:05:33+00:00
-+++ gotify-desktop-1.3.7/Cargo.toml 2024-07-15T07:05:50.072323+00:00
+diff -Naur a/Cargo.toml b/Cargo.toml
+--- a/Cargo.toml 2024-07-09 21:05:33.000000000 +0100
++++ b/Cargo.toml 2026-08-31 10:19:13.782010609 +0100
@@ -3,6 +3,7 @@
version = "1.3.7"
authors = ["desbma <desbma@users.noreply.github.com>"]
@@ -8,14 +9,13 @@
[profile.release]
lto = true
-diff -Naur gotify-desktop-1.3.7-original/Cargo.toml gotify-desktop-1.3.7/Cargo.toml
---- gotify-desktop-1.3.7-original/Cargo.toml 2024-07-09 21:05:33.000000000 +0100
-+++ gotify-desktop-1.3.7/Cargo.toml 2026-03-05 06:12:32.968928562 +0000
-@@ -20,7 +20,7 @@
+@@ -19,8 +20,8 @@
+ reqwest = { version = "0.12.5", default-features = false, features = ["native-tls", "blocking", "gzip"] }
serde = { version = "1.0.190", default-features = false, features = ["std"] }
serde_json = { version = "1.0.107", default-features = false, features = ["std"] }
- shlex = { version = "1.2.0", default-features = false, features = ["std"] }
+-shlex = { version = "1.2.0", default-features = false, features = ["std"] }
-simple_logger = { version = "4.2.0", default-features = false, features = ["colors", "timestamps", "stderr"] }
++shlex = { version = ">=1.2.0, <3.0.0", default-features = false, features = ["std"] }
+simple_logger = { version = ">=4.2.0, <6.0.0", default-features = false, features = ["colors", "timestamps", "stderr"] }
thiserror = { version = "1.0.50", default-features = false }
toml = { version = "0.8.6", default-features = false, features = ["parse"] }
diff --git a/gotify-desktop.spec b/gotify-desktop.spec
index 887253f..86053c4 100644
--- a/gotify-desktop.spec
+++ b/gotify-desktop.spec
@@ -57,6 +57,8 @@ Source2: https://raw.githubusercontent.com/gotify/logo/master/gotify-logo
# - Add SPDX license
# - Allow simple_logger v5
# https://github.com/desbma/gotify-desktop/commit/7315ef6c550189ec60525f7611c3f1093f8a164e
+# - Allow shlex v2
+# https://github.com/desbma/gotify-desktop/commit/af9d25c32c32cbb3f8fc5069c05ba9c43e5a65ef
Patch: gotify-desktop-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 26
reply other threads:[~2026-09-01 13:24 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=178826909110.1.2092710397033772458.rpms-gotify-desktop-ec7f321938be@fedoraproject.org \
--to=code@musicinmybrain.net \
--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