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] f44: Update to 1.0.16
Date: Wed, 10 Jun 2026 23:35:43 GMT	[thread overview]
Message-ID: <178113454372.1.939866831285943870.rpms-cosmic-settings-daemon-e65fd80e69de@fedoraproject.org> (raw)

A new commit has been pushed.

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

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

                 reply	other threads:[~2026-06-10 23:35 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=178113454372.1.939866831285943870.rpms-cosmic-settings-daemon-e65fd80e69de@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