public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cosmic-bg] f43: Update to 1.6.0
@ 2026-08-20  2:36 Ryan Brue
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Brue @ 2026-08-20  2:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cosmic-bg
Branch : f43
Commit : 6c90409d17d9e239cde413c278dba9ebc7d1d61a
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-08-19T21:35:58-05:00
Stats  : +31/-29 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/cosmic-bg/c/6c90409d17d9e239cde413c278dba9ebc7d1d61a?branch=f43

Log:
Update to 1.6.0

---
diff --git a/.gitignore b/.gitignore
index 56c45db..bb1473a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,3 +64,5 @@
 /vendor-1.4.0.tar.gz
 /cosmic-bg-1.5.0.tar.gz
 /vendor-1.5.0.tar.gz
+/cosmic-bg-1.6.0.tar.gz
+/vendor-1.6.0.tar.gz

diff --git a/cosmic-bg.spec b/cosmic-bg.spec
index 46ef663..60f2b37 100644
--- a/cosmic-bg.spec
+++ b/cosmic-bg.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 76e89e6aff4224e3a820cbe71c74ee91adb60d03
-%global commitdatestring 2026-07-23 20:37:38 +0200
-%global cosmic_minver 1.5.0
+%global commit 1685f7fc99cbb9cbe981ac672d6451ba6faff7db
+%global commitdatestring 2026-07-29 20:27:48 +0200
+%global cosmic_minver 1.6.0
 
 Name:           cosmic-bg
-Version: 1.5.0
+Version: 1.6.0
 Release:        %autorelease
 Summary:        Background manager for the COSMIC Desktop Environment
 

diff --git a/sources b/sources
index db45896..9b9032c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-bg-1.5.0.tar.gz) = cbdcbde22e4e16a460be870d976a27d47a7a3856dbd2e8ddb7a6c5ca82330467523fe62d733298fa4c90e4da9ab4398b59815a03894d7324bc096620963ad671
-SHA512 (vendor-1.5.0.tar.gz) = 335fb81bd40cb3d012272cb0b8270dc5d0e5cca16e946b2e3a2a717d41d50420212522b0bdfb21904810b3cf998bbff7c7a2bd70295e3ce6a7c4f61bf2351263
+SHA512 (cosmic-bg-1.6.0.tar.gz) = 3a7ca8afe250d276f8a7ed866b834d0640375b20056369b5558c4e767e0bb802fe8ebdd1152d3ffba3e19be0115e4945c651fa5214c3ed5dd34e1507ee47aa8c
+SHA512 (vendor-1.6.0.tar.gz) = 09fd32bdb78b76df38d9054f03491460a2278e531447a9c1079ef9e15534eeebcf43afa434a2aaa03c7ed02844abde85428587feb615aee1f588f13b675f6385

diff --git a/vendor-config-1.5.0.toml b/vendor-config-1.5.0.toml
deleted file mode 100644
index a0fe290..0000000
--- a/vendor-config-1.5.0.toml
+++ /dev/null
@@ -1,23 +0,0 @@
-[source.crates-io]
-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/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/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.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..a0fe290
--- /dev/null
+++ b/vendor-config-1.6.0.toml
@@ -0,0 +1,23 @@
+[source.crates-io]
+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/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/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.vendored-sources]
+directory = "vendor"
\ No newline at end of file

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [rpms/cosmic-bg] f43: Update to 1.6.0
@ 2026-08-20  2:50 Ryan Brue
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Brue @ 2026-08-20  2:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cosmic-bg
Branch : f43
Commit : c918bf7bf03f24267c86fc0ffcd5c551e678c634
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-08-19T21:50:05-05:00
Stats  : +0/-0 in 0 file(s)
URL    : https://src.fedoraproject.org/rpms/cosmic-bg/c/c918bf7bf03f24267c86fc0ffcd5c551e678c634?branch=f43

Log:
Update to 1.6.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-20  2:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20  2:36 [rpms/cosmic-bg] f43: Update to 1.6.0 Ryan Brue
2026-08-20  2:50 Ryan Brue

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