public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cosmic-panel] rawhide: Update to 1.6.0
@ 2026-08-20 2:39 Ryan Brue
0 siblings, 0 replies; 3+ messages in thread
From: Ryan Brue @ 2026-08-20 2:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cosmic-panel
Branch : rawhide
Commit : cadb5b0367b64f051448ff65debf193669f79010
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date : 2026-08-19T21:39:17-05:00
Stats : +65/-63 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/cosmic-panel/c/cadb5b0367b64f051448ff65debf193669f79010?branch=rawhide
Log:
Update to 1.6.0
---
diff --git a/.gitignore b/.gitignore
index b0faa71..977cc63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,3 +64,5 @@
/vendor-1.4.0.tar.gz
/cosmic-panel-1.5.0.tar.gz
/vendor-1.5.0.tar.gz
+/cosmic-panel-1.6.0.tar.gz
+/vendor-1.6.0.tar.gz
diff --git a/cosmic-panel.spec b/cosmic-panel.spec
index 436db30..91be976 100644
--- a/cosmic-panel.spec
+++ b/cosmic-panel.spec
@@ -9,10 +9,10 @@ ExcludeArch: %{ix86}
# environment variables in multiple sections of the spec file.
%global commit d6699ffc423a3830bf4cab7e2c7f08a173e998f0
%global commitdatestring 2026-07-28 23:03:28 +0200
-%global cosmic_minver 1.5.0
+%global cosmic_minver 1.6.0
Name: cosmic-panel
-Version: 1.5.0
+Version: 1.6.0
Release: %autorelease
Summary: Panel for the COSMIC Desktop Environment
diff --git a/sources b/sources
index a370426..32e97cd 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-panel-1.5.0.tar.gz) = c98261e05898472c20dd8b066b760ba06935d0fc094577a11c4fbadb13b828a9cf85805b85646f5fc5ae1dc1462d43b7d25b64e7acd4ee2618324d0daa10e4bb
-SHA512 (vendor-1.5.0.tar.gz) = f406fdf109c9b24ace33078c27f8fa61980b38d50d0a132d543f36c4100e9090ee5abae8d6b38606eb2f11103cca30c4252fc5ec67532cb121e7a9ac46add38f
+SHA512 (cosmic-panel-1.6.0.tar.gz) = 4fd7b13d994449442a3f8efdec01ca9adbba314bff8559389a764bab458e02a77e1b6ee5e11966297e2bec17783690c89d3bb4ff9fce8139ea51f5d6183cbd68
+SHA512 (vendor-1.6.0.tar.gz) = 1d9900accec666178638478a018b47fd247e84e6fbe66a175b50bafffa63ce66dd2443e67da1a1ba9814caea97651f2c7d3ee11fce0fdb3fe056f24c23655400
diff --git a/vendor-config-1.5.0.toml b/vendor-config-1.5.0.toml
deleted file mode 100644
index 9f5cb63..0000000
--- a/vendor-config-1.5.0.toml
+++ /dev/null
@@ -1,59 +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-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=f0992e7"]
-git = "https://github.com/smithay/smithay"
-rev = "f0992e7"
-replace-with = "vendored-sources"
-
-[source.vendored-sources]
-directory = "vendor"
\ No newline at end of file
diff --git a/vendor-config-1.6.0.toml b/vendor-config-1.6.0.toml
new file mode 100644
index 0000000..9f5cb63
--- /dev/null
+++ b/vendor-config-1.6.0.toml
@@ -0,0 +1,59 @@
+[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-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=f0992e7"]
+git = "https://github.com/smithay/smithay"
+rev = "f0992e7"
+replace-with = "vendored-sources"
+
+[source.vendored-sources]
+directory = "vendor"
\ No newline at end of file
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [rpms/cosmic-panel] rawhide: Update to 1.6.0
@ 2026-08-20 3:02 Ryan Brue
0 siblings, 0 replies; 3+ messages in thread
From: Ryan Brue @ 2026-08-20 3:02 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cosmic-panel
Branch : rawhide
Commit : 1af5c529ca306eadca601d990e438e40858e51ff
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date : 2026-08-19T22:02:33-05:00
Stats : +0/-0 in 0 file(s)
URL : https://src.fedoraproject.org/rpms/cosmic-panel/c/1af5c529ca306eadca601d990e438e40858e51ff?branch=rawhide
Log:
Update to 1.6.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [rpms/cosmic-panel] rawhide: Update to 1.6.0
@ 2026-08-20 2:49 Ryan Brue
0 siblings, 0 replies; 3+ messages in thread
From: Ryan Brue @ 2026-08-20 2:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cosmic-panel
Branch : rawhide
Commit : 8369808da12fdfc5aa50ec82de4b5efaad8cf6eb
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date : 2026-08-19T21:48:53-05:00
Stats : +0/-0 in 0 file(s)
URL : https://src.fedoraproject.org/rpms/cosmic-panel/c/8369808da12fdfc5aa50ec82de4b5efaad8cf6eb?branch=rawhide
Log:
Update to 1.6.0
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-08-20 3:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20 2:39 [rpms/cosmic-panel] rawhide: Update to 1.6.0 Ryan Brue
2026-08-20 2:49 Ryan Brue
2026-08-20 3:02 Ryan Brue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox