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] f43: Update to 1.0.15
Date: Thu, 04 Jun 2026 00:37:18 GMT	[thread overview]
Message-ID: <178053343805.1.10628296721702565583.rpms-cosmic-settings-daemon-3d6a4aa85c79@fedoraproject.org> (raw)

A new commit has been pushed.

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

Log:
Update to 1.0.15

---
diff --git a/.gitignore b/.gitignore
index 1c167c6..9cfc2dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,5 @@
 /vendor-1.0.13.tar.gz
 /cosmic-settings-daemon-1.0.14.tar.gz
 /vendor-1.0.14.tar.gz
+/cosmic-settings-daemon-1.0.15.tar.gz
+/vendor-1.0.15.tar.gz

diff --git a/cosmic-settings-daemon.spec b/cosmic-settings-daemon.spec
index 2e7d40f..3ae40c1 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.14
+%global cosmic_minver 1.0.15
 
 Name:           cosmic-settings-daemon
-Version: 1.0.14
+Version: 1.0.15
 Release:        %autorelease
 Summary:        Settings daemon for the COSMIC Desktop Environment
 

diff --git a/sources b/sources
index acb6678..8dd6fcc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-settings-daemon-1.0.14.tar.gz) = 15534bd485d74b3126c3bbbbe82f71e52cd5bbf5e3ef9109e33aa6b2e64198225588901bd630dee18178d2d72bf4684f1974cf9a70c1e31a8151de93480b2976
-SHA512 (vendor-1.0.14.tar.gz) = 9b0b335f7fd1564ab1ddce78cf4a41048bcf862114f0ab668e4595bcd5679936d062dd14098a6710ab25d6f27b621267fe18a981f3e1680bba152c1a6a3fbd62
+SHA512 (cosmic-settings-daemon-1.0.15.tar.gz) = a8db41a5444edcd701cb4224cba25fc8ff5da95eee624e1320d9a7b17fcc2529b151f9de5a461a38bea0f1b8ad5415c04b6f62122df233cf709aac314111efee
+SHA512 (vendor-1.0.15.tar.gz) = f1073b38caffd9bd08262ac956d8d9fef031fba13af29ee74a3e037cd06486b52bd4c1abc815210f375d1b3e9461ad5158706826d6fb58842207f5ebe7bc70c5

diff --git a/vendor-config-1.0.14.toml b/vendor-config-1.0.14.toml
deleted file mode 100644
index 9a3c0aa..0000000
--- a/vendor-config-1.0.14.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.15.toml b/vendor-config-1.0.15.toml
new file mode 100644
index 0000000..9a3c0aa
--- /dev/null
+++ b/vendor-config-1.0.15.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-04  0:37 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=178053343805.1.10628296721702565583.rpms-cosmic-settings-daemon-3d6a4aa85c79@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