public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cosmic-idle] rawhide: Update to 1.6.0
@ 2026-08-20  2:36 Ryan Brue
  0 siblings, 0 replies; 3+ 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-idle
Branch : rawhide
Commit : e9064b8b7eb75776e4805920702c56da846e0091
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-08-19T21:36:00-05:00
Stats  : +37/-35 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/cosmic-idle/c/e9064b8b7eb75776e4805920702c56da846e0091?branch=rawhide

Log:
Update to 1.6.0

---
diff --git a/.gitignore b/.gitignore
index 0ce529a..e5ee90a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,5 @@
 /vendor-1.4.0.tar.gz
 /cosmic-idle-1.5.0.tar.gz
 /vendor-1.5.0.tar.gz
+/cosmic-idle-1.6.0.tar.gz
+/vendor-1.6.0.tar.gz

diff --git a/cosmic-idle.spec b/cosmic-idle.spec
index 62a9aaf..cbaab3a 100644
--- a/cosmic-idle.spec
+++ b/cosmic-idle.spec
@@ -11,10 +11,10 @@ ExcludeArch: %{ix86}
 # environment variables in multiple sections of the spec file.
 %global commit c95d066b5b640509a6369634b669ca60dc50e168
 %global commitdatestring 2026-02-13 12:35:27 -0700
-%global cosmic_minver 1.5.0
+%global cosmic_minver 1.6.0
 
 Name:           cosmic-idle
-Version: 1.5.0
+Version: 1.6.0
 Release:        %autorelease
 Summary:        Idle notify manager for COSMIC
 

diff --git a/sources b/sources
index 6e5417a..73bf4e9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-idle-1.5.0.tar.gz) = cd3eb71281d35dcd4ab211baf1f9feced9202564331da21a26ff1a4940e36b980c475b38cda3fb46c45e3e1f64e74aa5951770b0dc78cb852250163aa0cba30e
-SHA512 (vendor-1.5.0.tar.gz) = 71e32ddf0fbe1c6906d6a0f3d88573880c9f908cdb96abea5541d0ae483e879d6552e1091ade8256168e1981a8a6c4b97f190c67e7b64152301f1518a3f306e8
+SHA512 (cosmic-idle-1.6.0.tar.gz) = c34b127d1f3b82be44a9d91f8f8dcd7a46aec9b44d3acdb06dcf0cdd00cf2aa5f5674809ee03b4c75ea8f99ce781c1e525d32711d4703f995c61ecf86d5ed0a0
+SHA512 (vendor-1.6.0.tar.gz) = ee7b4351d49e2ecfe6cff7dd4bc03ff8e861f421d1842d9fe32d02f5d5b8817131207a4407afbe6c9c512b5bc458e7989ee8d48d40e56e18fde20e45d3733e14

diff --git a/vendor-config-1.5.0.toml b/vendor-config-1.5.0.toml
deleted file mode 100644
index cc9f98d..0000000
--- a/vendor-config-1.5.0.toml
+++ /dev/null
@@ -1,31 +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/cosmic-settings-daemon"]
-git = "https://github.com/pop-os/cosmic-settings-daemon"
-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/libcosmic"]
-git = "https://github.com/pop-os/libcosmic"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-5"]
-git = "https://github.com/pop-os/smithay-clipboard"
-tag = "pop-dnd-5"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2"]
-git = "https://github.com/pop-os/window_clipboard.git"
-tag = "pop-0.13-2"
-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..cc9f98d
--- /dev/null
+++ b/vendor-config-1.6.0.toml
@@ -0,0 +1,31 @@
+[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/cosmic-settings-daemon"]
+git = "https://github.com/pop-os/cosmic-settings-daemon"
+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/libcosmic"]
+git = "https://github.com/pop-os/libcosmic"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-5"]
+git = "https://github.com/pop-os/smithay-clipboard"
+tag = "pop-dnd-5"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2"]
+git = "https://github.com/pop-os/window_clipboard.git"
+tag = "pop-0.13-2"
+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-idle] 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-idle
Branch : rawhide
Commit : d37ac54870105ff24210fcc01f186b7130ca7d48
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-08-19T22:02:25-05:00
Stats  : +0/-0 in 0 file(s)
URL    : https://src.fedoraproject.org/rpms/cosmic-idle/c/d37ac54870105ff24210fcc01f186b7130ca7d48?branch=rawhide

Log:
Update to 1.6.0

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

* [rpms/cosmic-idle] rawhide: Update to 1.6.0
@ 2026-08-20  2:48 Ryan Brue
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan Brue @ 2026-08-20  2:48 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cosmic-idle
Branch : rawhide
Commit : 6ca376cd8a40cc72e26c2268b73b36ccddff5655
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-08-19T21:48:51-05:00
Stats  : +0/-0 in 0 file(s)
URL    : https://src.fedoraproject.org/rpms/cosmic-idle/c/6ca376cd8a40cc72e26c2268b73b36ccddff5655?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:36 [rpms/cosmic-idle] rawhide: Update to 1.6.0 Ryan Brue
2026-08-20  2:48 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