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-launcher] f44: Update to 1.4.0
Date: Thu, 23 Jul 2026 03:36:14 GMT	[thread overview]
Message-ID: <178477777462.1.12293884485788745522.rpms-cosmic-launcher-86d47b9ddf88@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/cosmic-launcher
Branch : f44
Commit : 86d47b9ddf88a03d2f581bcacce28f5c5e73c35b
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-07-22T22:36:08-05:00
Stats  : +72/-70 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/cosmic-launcher/c/86d47b9ddf88a03d2f581bcacce28f5c5e73c35b?branch=f44

Log:
Update to 1.4.0

---
diff --git a/.gitignore b/.gitignore
index 5b289af..447a4fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,5 @@
 /vendor-1.1.0.tar.gz
 /cosmic-launcher-1.3.0.tar.gz
 /vendor-1.3.0.tar.gz
+/cosmic-launcher-1.4.0.tar.gz
+/vendor-1.4.0.tar.gz

diff --git a/cosmic-launcher.spec b/cosmic-launcher.spec
index cb5c980..9c6116a 100644
--- a/cosmic-launcher.spec
+++ b/cosmic-launcher.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 61ab43a71a0e684a76b0f7a40199c585862148a8
-%global commitdatestring 2026-07-09 17:15:13 -0600
-%global cosmic_minver 1.3.0
+%global commit b742d13acd0b218a2c9f36f64ecd6437f6cfb02d
+%global commitdatestring 2026-07-16 20:13:31 +0200
+%global cosmic_minver 1.4.0
 
 Name:           cosmic-launcher
-Version: 1.3.0
+Version: 1.4.0
 Release:        %autorelease
 Summary:        Pop launcher frontend for the COSMIC Desktop Environment
 

diff --git a/sources b/sources
index 6dcafda..0b257cf 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-launcher-1.3.0.tar.gz) = b89c1c774369c2b28a582cd784868db5cc2898f3ff4d6df56342d984804c9004cd32af23ec43ff20edb7dcfed1996b9d7dd12abbfc5d785dd4788c33f41a0459
-SHA512 (vendor-1.3.0.tar.gz) = 955ade9a4402cb3faa77ce1f359206579c6e803f1c5aa2fa48ed38764ff54ad0419725ed5b52f20c117d79c55fff40c27eb774f94cf83a22283185afcc740331
+SHA512 (cosmic-launcher-1.4.0.tar.gz) = fd65de3c2b234e499da50d16759cff8cdf9666a6f3c016d24153fdc78e27912fa333e66171692b4ade10c990b278a0f2e3f97d1faf238c71da550a359c86bec8
+SHA512 (vendor-1.4.0.tar.gz) = cc181cf02fed22f716acce1a77c4c02035fe1eecfe4feed3aee70ad35c0af1eae2e7d9743b8e1c430bbc81c77900595089bfd96507247c70a9c71798f354e595

diff --git a/vendor-config-1.3.0.toml b/vendor-config-1.3.0.toml
deleted file mode 100644
index 74b60df..0000000
--- a/vendor-config-1.3.0.toml
+++ /dev/null
@@ -1,64 +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-protocols?rev=32283d7"]
-git = "https://github.com/pop-os/cosmic-protocols"
-rev = "32283d7"
-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/launcher/"]
-git = "https://github.com/pop-os/launcher/"
-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.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..74b60df
--- /dev/null
+++ b/vendor-config-1.4.0.toml
@@ -0,0 +1,64 @@
+[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-protocols?rev=32283d7"]
+git = "https://github.com/pop-os/cosmic-protocols"
+rev = "32283d7"
+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/launcher/"]
+git = "https://github.com/pop-os/launcher/"
+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.vendored-sources]
+directory = "vendor"
\ No newline at end of file

                 reply	other threads:[~2026-07-23  3:36 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=178477777462.1.12293884485788745522.rpms-cosmic-launcher-86d47b9ddf88@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