public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cosmic-panel] rawhide: Update to 1.3.0
@ 2026-07-15  1:30 Ryan Brue
  0 siblings, 0 replies; only message in thread
From: Ryan Brue @ 2026-07-15  1:30 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cosmic-panel
Branch : rawhide
Commit : 025662f4901b10525d69b528910b50815d811b4e
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-07-14T20:30:44-05:00
Stats  : +68/-65 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/cosmic-panel/c/025662f4901b10525d69b528910b50815d811b4e?branch=rawhide

Log:
Update to 1.3.0

---
diff --git a/.gitignore b/.gitignore
index ab9a36c..3a01d5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,3 +58,5 @@
 /vendor-1.0.16.tar.gz
 /cosmic-panel-1.1.0.tar.gz
 /vendor-1.1.0.tar.gz
+/cosmic-panel-1.3.0.tar.gz
+/vendor-1.3.0.tar.gz

diff --git a/cosmic-panel.spec b/cosmic-panel.spec
index a480bda..eec3316 100644
--- a/cosmic-panel.spec
+++ b/cosmic-panel.spec
@@ -7,16 +7,16 @@ 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 45f03a3864a9385349be3ca13202553280e667d4
-%global commitdatestring 2026-06-22 15:45:29 -0400
-%global cosmic_minver 1.1.0
+%global commit db97fd5974702a966cfaf9bd342ab7a4c80f55fa
+%global commitdatestring 2026-07-14 11:45:57 -0400
+%global cosmic_minver 1.3.0
 
 Name:           cosmic-panel
-Version: 1.1.0
+Version: 1.3.0
 Release:        %autorelease
 Summary:        Panel for the COSMIC Desktop Environment
 
-License:        (0BSD OR Apache-2.0 OR MIT) AND Apache-2.0 AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR BSD-2-Clause OR MIT) AND (Apache-2.0 OR BSD-3-Clause) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR CC0-1.0 OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND CC0-1.0 AND ISC AND MIT AND (MIT OR Unlicense) AND MPL-2.0 AND Zlib
+License: (0BSD OR Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR BSD-2-Clause OR MIT) AND (Apache-2.0 OR BSD-3-Clause) AND (Apache-2.0 OR CC0-1.0 OR MIT) AND (Apache-2.0 OR GPL-2.0-only) AND (Apache-2.0 OR LGPL-2.1-or-later OR MIT) AND (Apache-2.0 OR MIT OR Unlicense) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT) AND (LGPL-3.0-or-later OR MIT) AND (MIT OR Unlicense) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND CC0-1.0 AND GPL-3.0-only AND ISC AND MIT AND MPL-2.0 AND Unicode-3.0 AND Zlib
 
 URL:            https://github.com/pop-os/cosmic-panel
 

diff --git a/sources b/sources
index 75b83ed..791091d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-panel-1.1.0.tar.gz) = e530dd34388a767a592076e146afb625e4edafed6478fd6d6ea24fd50faa4896bcaef1511663969859f55cfb7bade27bfb79a4b2be3a9ed8b25bc464da0524d6
-SHA512 (vendor-1.1.0.tar.gz) = bc6a1d1a1a9190a68cdd15052bb224b95a16306594b24f08a8ec00039f1b90628bdab4e9fac7e6fe2a4582134daf7c17f2979a889c07525d0113c2de2f268cfa
+SHA512 (cosmic-panel-1.3.0.tar.gz) = ae5f75a4b7b635548d29c95051c455c1925f71474f9d474bbf6436696a44ed7b916be0312af399b2176b41a1c991a682c06be3a56173f91d1521551b28c2c91a
+SHA512 (vendor-1.3.0.tar.gz) = 32df39ec42acbaca65d2d260a454f12da40aad5d883b84920fb34c2f924644619e530120afb00628676dbdeb58b31b280ef47cbe302b66095df002a62a3016eb

diff --git a/vendor-config-1.1.0.toml b/vendor-config-1.1.0.toml
deleted file mode 100644
index 7a4b277..0000000
--- a/vendor-config-1.1.0.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=dba255c"]
-git = "https://github.com/smithay/smithay"
-rev = "dba255c"
-replace-with = "vendored-sources"
-
-[source.vendored-sources]
-directory = "vendor"
\ No newline at end of file

diff --git a/vendor-config-1.3.0.toml b/vendor-config-1.3.0.toml
new file mode 100644
index 0000000..9f5cb63
--- /dev/null
+++ b/vendor-config-1.3.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] only message in thread

only message in thread, other threads:[~2026-07-15  1:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15  1:30 [rpms/cosmic-panel] rawhide: Update to 1.3.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