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] f44: Update to 1.4.0
Date: Thu, 23 Jul 2026 03:42:39 GMT [thread overview]
Message-ID: <178477815913.1.5581975560060187929.rpms-cosmic-settings-5e8ad8e4095d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cosmic-settings
Branch : f44
Commit : 5e8ad8e4095d88b46761e1a4bfccfde4d4a119df
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date : 2026-07-22T22:42:33-05:00
Stats : +100/-98 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/cosmic-settings/c/5e8ad8e4095d88b46761e1a4bfccfde4d4a119df?branch=f44
Log:
Update to 1.4.0
---
diff --git a/.gitignore b/.gitignore
index 189b823..a88a046 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,5 @@
/vendor-1.1.0.tar.gz
/cosmic-settings-1.3.0.tar.gz
/vendor-1.3.0.tar.gz
+/cosmic-settings-1.4.0.tar.gz
+/vendor-1.4.0.tar.gz
diff --git a/cosmic-settings.spec b/cosmic-settings.spec
index aa3b08e..8c964a5 100644
--- a/cosmic-settings.spec
+++ b/cosmic-settings.spec
@@ -9,12 +9,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 99cf07622907b2fa55bb3a20552fb10fc3f0579f
-%global commitdatestring 2026-07-14 12:11:48 -0400
-%global cosmic_minver 1.3.0
+%global commit c2624965bc06eb9d39bbd2d549543fad99754c07
+%global commitdatestring 2026-07-21 11:15:52 -0600
+%global cosmic_minver 1.4.0
Name: cosmic-settings
-Version: 1.3.0
+Version: 1.4.0
Release: %autorelease
Summary: Settings app for the COSMIC Desktop Environment
diff --git a/sources b/sources
index 4b8f47c..010e4ef 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-settings-1.3.0.tar.gz) = f7b93b8e4dc2224407a9d465db9bef9d0dc7dfc2dd7cf0b97ac531e6e2d89109eface1170bfb2fc3748f66764bf6c64c60d56a11001c34c03edc6021895b1ce0
-SHA512 (vendor-1.3.0.tar.gz) = a14f41b3353e97b9e806a4cc88fe325c976784866782de9335f838e72e557c0972fce7ccf3ad0277c5c6457f26940e961c5c265304ff820da0e0366b3f8db56d
+SHA512 (cosmic-settings-1.4.0.tar.gz) = a58c574edd1c110b8591aeaad329a0ca57c62c0cf4426b254024ff1fb30b4c20a4270d9c065de79a1d4b341f4a3ec129246fbec4185def6375cab0ce1b3b64fe
+SHA512 (vendor-1.4.0.tar.gz) = b4b47e3fe2c7337fc60fa1141011f78813038f31dfa5eae40a16f669618c1db5c99c5e63ebe30a05a127e76da23a853f549b164ce81b9ca923ab667be44561c7
diff --git a/vendor-config-1.3.0.toml b/vendor-config-1.3.0.toml
deleted file mode 100644
index a311f0d..0000000
--- a/vendor-config-1.3.0.toml
+++ /dev/null
@@ -1,92 +0,0 @@
-[source.crates-io]
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/AerynOS/locales-rs"]
-git = "https://github.com/AerynOS/locales-rs"
-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-bg"]
-git = "https://github.com/pop-os/cosmic-bg"
-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-idle"]
-git = "https://github.com/pop-os/cosmic-idle"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-mime-apps"]
-git = "https://github.com/pop-os/cosmic-mime-apps"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-panel"]
-git = "https://github.com/pop-os/cosmic-panel"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-protocols//?rev=e95d895"]
-git = "https://github.com/pop-os/cosmic-protocols//"
-rev = "e95d895"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-randr"]
-git = "https://github.com/pop-os/cosmic-randr"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-settings-daemon"]
-git = "https://github.com/pop-os/cosmic-settings-daemon"
-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."git+https://github.com/pop-os/winit.git?tag=cosmic-0.14"]
-git = "https://github.com/pop-os/winit.git"
-tag = "cosmic-0.14"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/wash2/accesskit?tag=cosmic-0.14"]
-git = "https://github.com/wash2/accesskit"
-tag = "cosmic-0.14"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/wash2/atspi"]
-git = "https://github.com/wash2/atspi"
-replace-with = "vendored-sources"
-
-[source.vendored-sources]
-directory = "vendor"
\ No newline at end of file
diff --git a/vendor-config-1.4.0.toml b/vendor-config-1.4.0.toml
new file mode 100644
index 0000000..a311f0d
--- /dev/null
+++ b/vendor-config-1.4.0.toml
@@ -0,0 +1,92 @@
+[source.crates-io]
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/AerynOS/locales-rs"]
+git = "https://github.com/AerynOS/locales-rs"
+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-bg"]
+git = "https://github.com/pop-os/cosmic-bg"
+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-idle"]
+git = "https://github.com/pop-os/cosmic-idle"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-mime-apps"]
+git = "https://github.com/pop-os/cosmic-mime-apps"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-panel"]
+git = "https://github.com/pop-os/cosmic-panel"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-protocols//?rev=e95d895"]
+git = "https://github.com/pop-os/cosmic-protocols//"
+rev = "e95d895"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-randr"]
+git = "https://github.com/pop-os/cosmic-randr"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-settings-daemon"]
+git = "https://github.com/pop-os/cosmic-settings-daemon"
+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."git+https://github.com/pop-os/winit.git?tag=cosmic-0.14"]
+git = "https://github.com/pop-os/winit.git"
+tag = "cosmic-0.14"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/wash2/accesskit?tag=cosmic-0.14"]
+git = "https://github.com/wash2/accesskit"
+tag = "cosmic-0.14"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/wash2/atspi"]
+git = "https://github.com/wash2/atspi"
+replace-with = "vendored-sources"
+
+[source.vendored-sources]
+directory = "vendor"
\ No newline at end of file
reply other threads:[~2026-07-23 3:42 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=178477815913.1.5581975560060187929.rpms-cosmic-settings-5e8ad8e4095d@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