public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cosmic-launcher] f44: Update to 1.5.0
@ 2026-07-30 0:39 Ryan Brue
0 siblings, 0 replies; only message in thread
From: Ryan Brue @ 2026-07-30 0:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cosmic-launcher
Branch : f44
Commit : ce167cea9c751afe55a874daeb18e3ffd7e5f4a8
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date : 2026-07-29T19:39:01-05:00
Stats : +72/-70 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/cosmic-launcher/c/ce167cea9c751afe55a874daeb18e3ffd7e5f4a8?branch=f44
Log:
Update to 1.5.0
---
diff --git a/.gitignore b/.gitignore
index 447a4fb..bbfa67c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,5 @@
/vendor-1.3.0.tar.gz
/cosmic-launcher-1.4.0.tar.gz
/vendor-1.4.0.tar.gz
+/cosmic-launcher-1.5.0.tar.gz
+/vendor-1.5.0.tar.gz
diff --git a/cosmic-launcher.spec b/cosmic-launcher.spec
index 9c6116a..fbe0327 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 b742d13acd0b218a2c9f36f64ecd6437f6cfb02d
-%global commitdatestring 2026-07-16 20:13:31 +0200
-%global cosmic_minver 1.4.0
+%global commit 8799503120d28383b3548f19a50880cbe83701c5
+%global commitdatestring 2026-07-28 16:40:51 +0200
+%global cosmic_minver 1.5.0
Name: cosmic-launcher
-Version: 1.4.0
+Version: 1.5.0
Release: %autorelease
Summary: Pop launcher frontend for the COSMIC Desktop Environment
diff --git a/sources b/sources
index 0b257cf..5663fb9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-launcher-1.4.0.tar.gz) = fd65de3c2b234e499da50d16759cff8cdf9666a6f3c016d24153fdc78e27912fa333e66171692b4ade10c990b278a0f2e3f97d1faf238c71da550a359c86bec8
-SHA512 (vendor-1.4.0.tar.gz) = cc181cf02fed22f716acce1a77c4c02035fe1eecfe4feed3aee70ad35c0af1eae2e7d9743b8e1c430bbc81c77900595089bfd96507247c70a9c71798f354e595
+SHA512 (cosmic-launcher-1.5.0.tar.gz) = 3d8e0539cc4546a74747e9f11701d45b4d5ec484ba70f7384c0ed28c0dcff57ce1ffca046170dfaadcc20df5b63c55a4d622d33b1ee626f8c550ab460961ab93
+SHA512 (vendor-1.5.0.tar.gz) = 96e7cb985a908887e387615dba6fb9ee888908b88ce740e14255dcf8130ca345e4e78262478a6b189cd645bf61586c341eb7b2a0eebc592edc48561ab74022f1
diff --git a/vendor-config-1.4.0.toml b/vendor-config-1.4.0.toml
deleted file mode 100644
index 74b60df..0000000
--- a/vendor-config-1.4.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.5.0.toml b/vendor-config-1.5.0.toml
new file mode 100644
index 0000000..74b60df
--- /dev/null
+++ b/vendor-config-1.5.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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-30 0:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 0:39 [rpms/cosmic-launcher] f44: Update to 1.5.0 Ryan Brue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox