public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cosmic-player] f44: Update to 1.0.16
@ 2026-06-10 23:38 Ryan Brue
  0 siblings, 0 replies; only message in thread
From: Ryan Brue @ 2026-06-10 23:38 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cosmic-player
Branch : f44
Commit : 6f8810e1367a45b925a71b458f4d9e54da83902b
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-06-10T18:38:08-05:00
Stats  : +69/-67 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/cosmic-player/c/6f8810e1367a45b925a71b458f4d9e54da83902b?branch=f44

Log:
Update to 1.0.16

---
diff --git a/.gitignore b/.gitignore
index 0fce0f4..81ad3a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,5 @@
 /vendor-1.0.14.tar.gz
 /cosmic-player-1.0.15.tar.gz
 /vendor-1.0.15.tar.gz
+/cosmic-player-1.0.16.tar.gz
+/vendor-1.0.16.tar.gz

diff --git a/cosmic-player.spec b/cosmic-player.spec
index 5ecbee1..7d19cf5 100644
--- a/cosmic-player.spec
+++ b/cosmic-player.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 26f396e4c87c09e02e8c331970844c4f5de0f96a
-%global commitdatestring 2026-06-03 10:44:40 -0400
-%global cosmic_minver 1.0.15
+%global commit c0b1bda86bc4dd86f52c97c55a820493b6273d26
+%global commitdatestring 2026-06-09 12:23:41 -0600
+%global cosmic_minver 1.0.16
 
 Name:           cosmic-player
-Version: 1.0.15
+Version: 1.0.16
 Release:        %autorelease
 Summary:        COSMIC media player
 

diff --git a/sources b/sources
index 0a2bbdf..3ac0ab7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-player-1.0.15.tar.gz) = efc7d118222bea9915476c3658a803deaac851fe8870e06a281dc5455582ff5c056d1ff9bdf752ab8b3ea8601cda9f531559bf0bca6e007a3f4addbe191b96d9
-SHA512 (vendor-1.0.15.tar.gz) = 7fa83a3dfedb4317ec8b3b3e56ae1f30fc6da29527a97615d1f01fa76f16870946fabbbde609cc8c99ec3fbe40f694896cae31d2947fc8fe60f4d2c6d909a0b4
+SHA512 (cosmic-player-1.0.16.tar.gz) = 7d9d0aede7d94b549702cb12663ac286a1714b94fe474636f60aeb1db72250067e617f3a585d3a211610b12fe3c12d9ae9f5b0cf73b2d75ea2128e7c3139f12e
+SHA512 (vendor-1.0.16.tar.gz) = 155aa7f67762fff1712733f88dc0f58dbd815adaf4457d50e68ace6cb641583013293385589a6c93a3a803dbb0c104909c5295850a2a851b23814c761c891447

diff --git a/vendor-config-1.0.15.toml b/vendor-config-1.0.15.toml
deleted file mode 100644
index 0e7f7c0..0000000
--- a/vendor-config-1.0.15.toml
+++ /dev/null
@@ -1,61 +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=c253ec1"]
-git = "https://github.com/pop-os/cosmic-protocols"
-rev = "c253ec1"
-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/libcosmic.git"]
-git = "https://github.com/pop-os/libcosmic.git"
-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."git+https://github.com/wash2/iced_video_player.git?branch=iced-rebase"]
-git = "https://github.com/wash2/iced_video_player.git"
-branch = "iced-rebase"
-replace-with = "vendored-sources"
-
-[source.vendored-sources]
-directory = "vendor"
\ No newline at end of file

diff --git a/vendor-config-1.0.16.toml b/vendor-config-1.0.16.toml
new file mode 100644
index 0000000..0e7f7c0
--- /dev/null
+++ b/vendor-config-1.0.16.toml
@@ -0,0 +1,61 @@
+[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=c253ec1"]
+git = "https://github.com/pop-os/cosmic-protocols"
+rev = "c253ec1"
+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/libcosmic.git"]
+git = "https://github.com/pop-os/libcosmic.git"
+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."git+https://github.com/wash2/iced_video_player.git?branch=iced-rebase"]
+git = "https://github.com/wash2/iced_video_player.git"
+branch = "iced-rebase"
+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-06-10 23:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 23:38 [rpms/cosmic-player] f44: Update to 1.0.16 Ryan Brue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox