public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cosmic-settings-daemon] f44: Update to 1.6.0
@ 2026-08-20  2:44 Ryan Brue
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Brue @ 2026-08-20  2:44 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cosmic-settings-daemon
Branch : f44
Commit : 3e72cd271acfefb87b6bd0d3bf9c8a13ce65bf7c
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-08-19T21:44:51-05:00
Stats  : +57/-55 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/cosmic-settings-daemon/c/3e72cd271acfefb87b6bd0d3bf9c8a13ce65bf7c?branch=f44

Log:
Update to 1.6.0

---
diff --git a/.gitignore b/.gitignore
index 425c8b0..248229f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,3 +64,5 @@
 /vendor-1.4.0.tar.gz
 /cosmic-settings-daemon-1.5.0.tar.gz
 /vendor-1.5.0.tar.gz
+/cosmic-settings-daemon-1.6.0.tar.gz
+/vendor-1.6.0.tar.gz

diff --git a/cosmic-settings-daemon.spec b/cosmic-settings-daemon.spec
index 3fb24db..8b4730f 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 21a9692b53fcbffa0f18f7d0a12bf0f9d5bd0590
-%global commitdatestring 2026-07-22 19:09:59 +0200
-%global cosmic_minver 1.5.0
+%global commit e4d2a74f5115091940f6ea09f730863f74f34758
+%global commitdatestring 2026-08-17 19:34:55 +0200
+%global cosmic_minver 1.6.0
 
 Name:           cosmic-settings-daemon
-Version: 1.5.0
+Version: 1.6.0
 Release:        %autorelease
 Summary:        Settings daemon for the COSMIC Desktop Environment
 

diff --git a/sources b/sources
index 5d4124c..1e3ac63 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-settings-daemon-1.5.0.tar.gz) = b883a31508ee2b8e2da801cb5edb4f37e1a4fe353f59a3d61f100e84aebfd4320022f1d244a302c840703d9cce1713cb0a41bd420187c28e5482212901a04406
-SHA512 (vendor-1.5.0.tar.gz) = 6565e7bf703ae853e5396e6f81625b3e0d4b68efa7282ea2beaa9c84ed17b14eceaf40d8b7cd6d1c37690a9b9ca697d70a69d30074c2335874b57d76aaa9ec68
+SHA512 (cosmic-settings-daemon-1.6.0.tar.gz) = 853aaf6628c5301eb37a54ac432936dab7d0c64f41b6c566b0b4a40bcb761f79e301ce455594f71d6ad604e3c9d3b6d922783b99c3446de0609758288ae7f877
+SHA512 (vendor-1.6.0.tar.gz) = 41ce3efe589619ae57d9c34e8b9a5c7f3f493ed920c0319a11ca018bcc3afc61f9d8232bfa9193af02d79cf69bb48ddc5a4c62dd6d9cad7bd32e267b60953ac9

diff --git a/vendor-config-1.5.0.toml b/vendor-config-1.5.0.toml
deleted file mode 100644
index 2945b94..0000000
--- a/vendor-config-1.5.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.6.0.toml b/vendor-config-1.6.0.toml
new file mode 100644
index 0000000..2945b94
--- /dev/null
+++ b/vendor-config-1.6.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] 2+ messages in thread

* [rpms/cosmic-settings-daemon] f44: Update to 1.6.0
@ 2026-08-20  2:49 Ryan Brue
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Brue @ 2026-08-20  2:49 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cosmic-settings-daemon
Branch : f44
Commit : 81fa028a84704a28db78927a6feab67bcaeaf6bc
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-08-19T21:49:38-05:00
Stats  : +0/-0 in 0 file(s)
URL    : https://src.fedoraproject.org/rpms/cosmic-settings-daemon/c/81fa028a84704a28db78927a6feab67bcaeaf6bc?branch=f44

Log:
Update to 1.6.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-20  2:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20  2:44 [rpms/cosmic-settings-daemon] f44: Update to 1.6.0 Ryan Brue
2026-08-20  2:49 Ryan Brue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox