public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cosmic-settings-daemon] f43: Update to 1.8.0
@ 2026-09-09 21:03 Ryan Brue
0 siblings, 0 replies; only message in thread
From: Ryan Brue @ 2026-09-09 21:03 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cosmic-settings-daemon
Branch : f43
Commit : 3c76b3ccc4127a64bfa82dbd275620a0bf9be8f7
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date : 2026-09-09T16:03:16-05:00
Stats : +57/-55 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/cosmic-settings-daemon/c/3c76b3ccc4127a64bfa82dbd275620a0bf9be8f7?branch=f43
Log:
Update to 1.8.0
---
diff --git a/.gitignore b/.gitignore
index 248229f..7afd01d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,3 +66,5 @@
/vendor-1.5.0.tar.gz
/cosmic-settings-daemon-1.6.0.tar.gz
/vendor-1.6.0.tar.gz
+/cosmic-settings-daemon-1.8.0.tar.gz
+/vendor-1.8.0.tar.gz
diff --git a/cosmic-settings-daemon.spec b/cosmic-settings-daemon.spec
index 8b4730f..17e3112 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 e4d2a74f5115091940f6ea09f730863f74f34758
-%global commitdatestring 2026-08-17 19:34:55 +0200
-%global cosmic_minver 1.6.0
+%global commit 67c995d5e659173352ca0adfb22108ac1bf91f5a
+%global commitdatestring 2026-08-28 23:03:58 +0200
+%global cosmic_minver 1.8.0
Name: cosmic-settings-daemon
-Version: 1.6.0
+Version: 1.8.0
Release: %autorelease
Summary: Settings daemon for the COSMIC Desktop Environment
diff --git a/sources b/sources
index 1e3ac63..bb6f8cc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-settings-daemon-1.6.0.tar.gz) = 853aaf6628c5301eb37a54ac432936dab7d0c64f41b6c566b0b4a40bcb761f79e301ce455594f71d6ad604e3c9d3b6d922783b99c3446de0609758288ae7f877
-SHA512 (vendor-1.6.0.tar.gz) = 41ce3efe589619ae57d9c34e8b9a5c7f3f493ed920c0319a11ca018bcc3afc61f9d8232bfa9193af02d79cf69bb48ddc5a4c62dd6d9cad7bd32e267b60953ac9
+SHA512 (cosmic-settings-daemon-1.8.0.tar.gz) = 051d2519951231321bea3c34d70d321802139c74b3ac01abac5f3ecce5b291b5da13614208405c06d97615eadd7cd84724dc0c00ff2c64d6878b00970de7e2d4
+SHA512 (vendor-1.8.0.tar.gz) = 16da26e0089227c3a51bbab40f49b9fc40c1bd4958cadf2184b8e4ca90da6e5836fbcd9d2f2e6029a8a00511832adde22623f36c3f5e110598453d62eb403c11
diff --git a/vendor-config-1.6.0.toml b/vendor-config-1.6.0.toml
deleted file mode 100644
index 2945b94..0000000
--- a/vendor-config-1.6.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.8.0.toml b/vendor-config-1.8.0.toml
new file mode 100644
index 0000000..2945b94
--- /dev/null
+++ b/vendor-config-1.8.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-09-09 21:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 21:03 [rpms/cosmic-settings-daemon] f43: Update to 1.8.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