public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cosmic-settings-daemon] rawhide: Update to 1.5.0
@ 2026-07-30 0:43 Ryan Brue
0 siblings, 0 replies; only message in thread
From: Ryan Brue @ 2026-07-30 0:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cosmic-settings-daemon
Branch : rawhide
Commit : 9af1c226ffc782f990f2effa1bed918ee5aad841
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date : 2026-07-29T19:43:46-05:00
Stats : +57/-55 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/cosmic-settings-daemon/c/9af1c226ffc782f990f2effa1bed918ee5aad841?branch=rawhide
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-30 0:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 0:43 [rpms/cosmic-settings-daemon] rawhide: Update to 1.5.0 Ryan Brue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox