public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ryan Brue <ryanbrue.dev@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cosmic-settings-daemon] f43: Update to 1.5.0
Date: Thu, 30 Jul 2026 00:44:34 GMT [thread overview]
Message-ID: <178537227466.1.12454132342946013435.rpms-cosmic-settings-daemon-df4975769581@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cosmic-settings-daemon
Branch : f43
Commit : df4975769581b714559d80cb560a4b9346466165
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date : 2026-07-29T19:44:29-05:00
Stats : +57/-55 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/cosmic-settings-daemon/c/df4975769581b714559d80cb560a4b9346466165?branch=f43
Log:
Update to 1.5.0
---
diff --git a/.gitignore b/.gitignore
index 8828951..425c8b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,5 @@
/vendor-1.3.0.tar.gz
/cosmic-settings-daemon-1.4.0.tar.gz
/vendor-1.4.0.tar.gz
+/cosmic-settings-daemon-1.5.0.tar.gz
+/vendor-1.5.0.tar.gz
diff --git a/cosmic-settings-daemon.spec b/cosmic-settings-daemon.spec
index 54c5d43..3fb24db 100644
--- a/cosmic-settings-daemon.spec
+++ b/cosmic-settings-daemon.spec
@@ -10,12 +10,12 @@ ExcludeArch: %{ix86}
# While our version corresponds to an upstream tag, we still need to define
# these macros in order to set the VERGEN_GIT_SHA and VERGEN_GIT_COMMIT_DATE
# environment variables in multiple sections of the spec file.
-%global commit e6ca13522a64227371bbd39bcfdffab3bb34d9b3
-%global commitdatestring 2026-07-21 14:44:57 +0200
-%global cosmic_minver 1.4.0
+%global commit 21a9692b53fcbffa0f18f7d0a12bf0f9d5bd0590
+%global commitdatestring 2026-07-22 19:09:59 +0200
+%global cosmic_minver 1.5.0
Name: cosmic-settings-daemon
-Version: 1.4.0
+Version: 1.5.0
Release: %autorelease
Summary: Settings daemon for the COSMIC Desktop Environment
diff --git a/sources b/sources
index 11cad13..5d4124c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-settings-daemon-1.4.0.tar.gz) = 98379911724b5422b15190dd1fcec17fb213059622c12ac34e1feab55407df943e3568971f19a702c8eae8e2ac682bc98c6c86bb43148d2d2c9743b1963e7762
-SHA512 (vendor-1.4.0.tar.gz) = 1f78b9ae57a50e2c950f60b15b33786c7180df1b729c6fe9c93c54643bc7a404bea496b045f70d02cc9057ef2ee640ac974de9c7b1b3c70c2e5b205a809de5d8
+SHA512 (cosmic-settings-daemon-1.5.0.tar.gz) = b883a31508ee2b8e2da801cb5edb4f37e1a4fe353f59a3d61f100e84aebfd4320022f1d244a302c840703d9cce1713cb0a41bd420187c28e5482212901a04406
+SHA512 (vendor-1.5.0.tar.gz) = 6565e7bf703ae853e5396e6f81625b3e0d4b68efa7282ea2beaa9c84ed17b14eceaf40d8b7cd6d1c37690a9b9ca697d70a69d30074c2335874b57d76aaa9ec68
diff --git a/vendor-config-1.4.0.toml b/vendor-config-1.4.0.toml
deleted file mode 100644
index 2945b94..0000000
--- a/vendor-config-1.4.0.toml
+++ /dev/null
@@ -1,49 +0,0 @@
-[source.crates-io]
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/iced-rs/cryoglyph.git?rev=e429a025df36ab8145708acb309080ae3deec17a"]
-git = "https://github.com/iced-rs/cryoglyph.git"
-rev = "e429a025df36ab8145708acb309080ae3deec17a"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/jackpot51/rust-atomicwrites"]
-git = "https://github.com/jackpot51/rust-atomicwrites"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-comp"]
-git = "https://github.com/pop-os/cosmic-comp"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-protocols"]
-git = "https://github.com/pop-os/cosmic-protocols"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/dbus-settings-bindings"]
-git = "https://github.com/pop-os/dbus-settings-bindings"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/freedesktop-icons"]
-git = "https://github.com/pop-os/freedesktop-icons"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/libcosmic"]
-git = "https://github.com/pop-os/libcosmic"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/smithay-clipboard?tag=sctk-0.20"]
-git = "https://github.com/pop-os/smithay-clipboard"
-tag = "sctk-0.20"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0"]
-git = "https://github.com/pop-os/softbuffer"
-tag = "cosmic-4.0"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/window_clipboard.git?tag=sctk-0.20"]
-git = "https://github.com/pop-os/window_clipboard.git"
-tag = "sctk-0.20"
-replace-with = "vendored-sources"
-
-[source.vendored-sources]
-directory = "vendor"
\ No newline at end of file
diff --git a/vendor-config-1.5.0.toml b/vendor-config-1.5.0.toml
new file mode 100644
index 0000000..2945b94
--- /dev/null
+++ b/vendor-config-1.5.0.toml
@@ -0,0 +1,49 @@
+[source.crates-io]
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/iced-rs/cryoglyph.git?rev=e429a025df36ab8145708acb309080ae3deec17a"]
+git = "https://github.com/iced-rs/cryoglyph.git"
+rev = "e429a025df36ab8145708acb309080ae3deec17a"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/jackpot51/rust-atomicwrites"]
+git = "https://github.com/jackpot51/rust-atomicwrites"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-comp"]
+git = "https://github.com/pop-os/cosmic-comp"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-protocols"]
+git = "https://github.com/pop-os/cosmic-protocols"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/dbus-settings-bindings"]
+git = "https://github.com/pop-os/dbus-settings-bindings"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/freedesktop-icons"]
+git = "https://github.com/pop-os/freedesktop-icons"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/libcosmic"]
+git = "https://github.com/pop-os/libcosmic"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/smithay-clipboard?tag=sctk-0.20"]
+git = "https://github.com/pop-os/smithay-clipboard"
+tag = "sctk-0.20"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0"]
+git = "https://github.com/pop-os/softbuffer"
+tag = "cosmic-4.0"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/window_clipboard.git?tag=sctk-0.20"]
+git = "https://github.com/pop-os/window_clipboard.git"
+tag = "sctk-0.20"
+replace-with = "vendored-sources"
+
+[source.vendored-sources]
+directory = "vendor"
\ No newline at end of file
reply other threads:[~2026-07-30 0:44 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=178537227466.1.12454132342946013435.rpms-cosmic-settings-daemon-df4975769581@fedoraproject.org \
--to=ryanbrue.dev@gmail.com \
--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