public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gotify-desktop] f44: Allow shlex version 2
@ 2026-09-01 13:24 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-01 13:24 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-01 13:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01 13:24 [rpms/gotify-desktop] f44: Allow shlex version 2 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox