public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ryan Brue <ryanbrue.dev@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cosmic-idle] rawhide: Update to 1.8.0
Date: Wed, 09 Sep 2026 20:27:27 GMT [thread overview]
Message-ID: <178898564757.1.17671738582632260465.rpms-cosmic-idle-05b28ab8ba19@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cosmic-idle
Branch : rawhide
Commit : 05b28ab8ba19dd0fe952ae4d0c56ed0e8ced47a3
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date : 2026-09-09T15:27:20-05:00
Stats : +37/-35 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/cosmic-idle/c/05b28ab8ba19dd0fe952ae4d0c56ed0e8ced47a3?branch=rawhide
Log:
Update to 1.8.0
---
diff --git a/.gitignore b/.gitignore
index e5ee90a..71400c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,3 +64,5 @@
/vendor-1.5.0.tar.gz
/cosmic-idle-1.6.0.tar.gz
/vendor-1.6.0.tar.gz
+/cosmic-idle-1.8.0.tar.gz
+/vendor-1.8.0.tar.gz
diff --git a/cosmic-idle.spec b/cosmic-idle.spec
index cbaab3a..966e5c4 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.6.0
+%global cosmic_minver 1.8.0
Name: cosmic-idle
-Version: 1.6.0
+Version: 1.8.0
Release: %autorelease
Summary: Idle notify manager for COSMIC
diff --git a/sources b/sources
index 73bf4e9..4b302e9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-idle-1.6.0.tar.gz) = c34b127d1f3b82be44a9d91f8f8dcd7a46aec9b44d3acdb06dcf0cdd00cf2aa5f5674809ee03b4c75ea8f99ce781c1e525d32711d4703f995c61ecf86d5ed0a0
-SHA512 (vendor-1.6.0.tar.gz) = ee7b4351d49e2ecfe6cff7dd4bc03ff8e861f421d1842d9fe32d02f5d5b8817131207a4407afbe6c9c512b5bc458e7989ee8d48d40e56e18fde20e45d3733e14
+SHA512 (cosmic-idle-1.8.0.tar.gz) = 8befaa7a77402f03c719fbd927110903b5d6e8d1d501b249087ebf9608488a15d003956f9b0241c00d708db9f4e5e35cf28ba50e4cc098852d15d8fede26e7ff
+SHA512 (vendor-1.8.0.tar.gz) = c0c623a5b806c235b735a67610ec23cc03039ecf14c8a800e05a43cc9937708d251f9382cdf97532b65a9026fce85abf1cc2fc758a107b2ad83a3dc59b192827
diff --git a/vendor-config-1.6.0.toml b/vendor-config-1.6.0.toml
deleted file mode 100644
index cc9f98d..0000000
--- a/vendor-config-1.6.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.8.0.toml b/vendor-config-1.8.0.toml
new file mode 100644
index 0000000..cc9f98d
--- /dev/null
+++ b/vendor-config-1.8.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
reply other threads:[~2026-09-09 20:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178898564757.1.17671738582632260465.rpms-cosmic-idle-05b28ab8ba19@fedoraproject.org \
--to=ryanbrue.dev@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox