public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cosmic-settings-daemon] rawhide: Update to 1.0.16
@ 2026-06-10 23:35 Ryan Brue
  0 siblings, 0 replies; only message in thread
From: Ryan Brue @ 2026-06-10 23:35 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cosmic-settings-daemon
Branch : rawhide
Commit : b05a9f34f352f1a7a63da074880e1b2f4654b1e2
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-06-10T18:35:17-05:00
Stats  : +59/-57 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/cosmic-settings-daemon/c/b05a9f34f352f1a7a63da074880e1b2f4654b1e2?branch=rawhide

Log:
Update to 1.0.16

---
diff --git a/.gitignore b/.gitignore
index 9cfc2dd..d3221da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,5 @@
 /vendor-1.0.14.tar.gz
 /cosmic-settings-daemon-1.0.15.tar.gz
 /vendor-1.0.15.tar.gz
+/cosmic-settings-daemon-1.0.16.tar.gz
+/vendor-1.0.16.tar.gz

diff --git a/cosmic-settings-daemon.spec b/cosmic-settings-daemon.spec
index 3ae40c1..9ac8d9b 100644
--- a/cosmic-settings-daemon.spec
+++ b/cosmic-settings-daemon.spec
@@ -12,10 +12,10 @@ ExcludeArch: %{ix86}
 # environment variables in multiple sections of the spec file.
 %global commit fa82bdf9fe7b5f5bd6008f32f393efd5e7a71c47
 %global commitdatestring 2026-05-13 19:00:37 +0200
-%global cosmic_minver 1.0.15
+%global cosmic_minver 1.0.16
 
 Name:           cosmic-settings-daemon
-Version: 1.0.15
+Version: 1.0.16
 Release:        %autorelease
 Summary:        Settings daemon for the COSMIC Desktop Environment
 

diff --git a/sources b/sources
index 8dd6fcc..74d7757 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-settings-daemon-1.0.15.tar.gz) = a8db41a5444edcd701cb4224cba25fc8ff5da95eee624e1320d9a7b17fcc2529b151f9de5a461a38bea0f1b8ad5415c04b6f62122df233cf709aac314111efee
-SHA512 (vendor-1.0.15.tar.gz) = f1073b38caffd9bd08262ac956d8d9fef031fba13af29ee74a3e037cd06486b52bd4c1abc815210f375d1b3e9461ad5158706826d6fb58842207f5ebe7bc70c5
+SHA512 (cosmic-settings-daemon-1.0.16.tar.gz) = 2023e06543afb2fe89edb8a7770f61b3a2ee1bef62d3d2303d4beafadf4ecc09cf991a17a4abb50a63be7b0e45393a829f3cee2d417a3e7bfebe1d3d658fdb26
+SHA512 (vendor-1.0.16.tar.gz) = 4311398f8cac136bf96b3d58c75933686db6b08671d8c1a415eae436e73fc8bae50c02590caefaf21bd4f112fac9bd188d298bc11b4293331ab884d86b2135e4

diff --git a/vendor-config-1.0.15.toml b/vendor-config-1.0.15.toml
deleted file mode 100644
index 9a3c0aa..0000000
--- a/vendor-config-1.0.15.toml
+++ /dev/null
@@ -1,53 +0,0 @@
-[source.crates-io]
-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-settings"]
-git = "https://github.com/pop-os/cosmic-settings"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-text.git"]
-git = "https://github.com/pop-os/cosmic-text.git"
-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/glyphon.git?tag=cosmic-0.14"]
-git = "https://github.com/pop-os/glyphon.git"
-tag = "cosmic-0.14"
-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.0.16.toml b/vendor-config-1.0.16.toml
new file mode 100644
index 0000000..9a3c0aa
--- /dev/null
+++ b/vendor-config-1.0.16.toml
@@ -0,0 +1,53 @@
+[source.crates-io]
+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-settings"]
+git = "https://github.com/pop-os/cosmic-settings"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-text.git"]
+git = "https://github.com/pop-os/cosmic-text.git"
+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/glyphon.git?tag=cosmic-0.14"]
+git = "https://github.com/pop-os/glyphon.git"
+tag = "cosmic-0.14"
+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-06-10 23:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 23:35 [rpms/cosmic-settings-daemon] rawhide: Update to 1.0.16 Ryan Brue

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