public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cosmic-panel] f43: Update to 1.0.14
@ 2026-05-29 15:23 Ryan Brue
0 siblings, 0 replies; only message in thread
From: Ryan Brue @ 2026-05-29 15:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cosmic-panel
Branch : f43
Commit : 28a4640a04079a91489fa45cfb625d39f369e91e
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date : 2026-05-30T00:23:14+09:00
Stats : +66/-64 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/cosmic-panel/c/28a4640a04079a91489fa45cfb625d39f369e91e?branch=f43
Log:
Update to 1.0.14
---
diff --git a/.gitignore b/.gitignore
index 599afb8..6212cb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,5 @@
/vendor-1.0.12.tar.gz
/cosmic-panel-1.0.13.tar.gz
/vendor-1.0.13.tar.gz
+/cosmic-panel-1.0.14.tar.gz
+/vendor-1.0.14.tar.gz
diff --git a/cosmic-panel.spec b/cosmic-panel.spec
index a2d7971..f6d8f5a 100644
--- a/cosmic-panel.spec
+++ b/cosmic-panel.spec
@@ -7,12 +7,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 2358f0473bf68b79f54a0906994a218de211de34
-%global commitdatestring 2026-05-05 14:22:17 -0600
-%global cosmic_minver 1.0.13
+%global commit 6b96f432b598861112f5a717aeee217223fbc249
+%global commitdatestring 2026-05-26 23:32:25 -0400
+%global cosmic_minver 1.0.14
Name: cosmic-panel
-Version: 1.0.13
+Version: 1.0.14
Release: %autorelease
Summary: Panel for the COSMIC Desktop Environment
diff --git a/sources b/sources
index 7627a46..2b287e1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-panel-1.0.13.tar.gz) = 50a5857e6bd089c1894306e68e587064431c80f2691f13dd729f702b2e00d6897468c51d4f53b44cfe4af85ebd353fe5c692413f7c63d6a0f9ce1fc746f7002b
-SHA512 (vendor-1.0.13.tar.gz) = d2182c8be6c2cde297b410e2ad629b33a1061e77be80bb5c66eb320b74020123c8ef7808c6014bc1ab9e79610275a832e07f6f086026a4495a74bc9e6d32f5c9
+SHA512 (cosmic-panel-1.0.14.tar.gz) = 7dd393ac83d4e96df8f3e5aaa23eb2e3bb52493325a2ba41a2ca184c9a913ce40ace90375e999e75e48b016b0c0e16a0eaa7f3c76803d7c24f46bfc9bcc38a75
+SHA512 (vendor-1.0.14.tar.gz) = 7c6d5d6f9e41ea2a6c722300e7e781fc1d71ef54a1ff9d00b170be53c1584b3128d89da0f46cba9077d74ca499d3972a5ad0d71f201b94b6bd334d0dd83b7a06
diff --git a/vendor-config-1.0.13.toml b/vendor-config-1.0.13.toml
deleted file mode 100644
index c10f51c..0000000
--- a/vendor-config-1.0.13.toml
+++ /dev/null
@@ -1,58 +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"]
-git = "https://github.com/pop-os//cosmic-protocols"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-notifications"]
-git = "https://github.com/pop-os/cosmic-notifications"
-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/launch-pad.git"]
-git = "https://github.com/pop-os/launch-pad.git"
-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/smithay/smithay?rev=20d2dac"]
-git = "https://github.com/smithay/smithay"
-rev = "20d2dac"
-replace-with = "vendored-sources"
-
-[source.vendored-sources]
-directory = "vendor"
\ No newline at end of file
diff --git a/vendor-config-1.0.14.toml b/vendor-config-1.0.14.toml
new file mode 100644
index 0000000..7a4b277
--- /dev/null
+++ b/vendor-config-1.0.14.toml
@@ -0,0 +1,58 @@
+[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"]
+git = "https://github.com/pop-os//cosmic-protocols"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-notifications"]
+git = "https://github.com/pop-os/cosmic-notifications"
+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/launch-pad.git"]
+git = "https://github.com/pop-os/launch-pad.git"
+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/smithay/smithay?rev=dba255c"]
+git = "https://github.com/smithay/smithay"
+rev = "dba255c"
+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-05-29 15:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-29 15:23 [rpms/cosmic-panel] f43: Update to 1.0.14 Ryan Brue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox