public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cosmic-idle] f43: Update to 1.0.15
@ 2026-06-04 0:25 Ryan Brue
0 siblings, 0 replies; only message in thread
From: Ryan Brue @ 2026-06-04 0:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cosmic-idle
Branch : f43
Commit : 02e5f6af2fe1ecfd8f167cb95424f0730b43828c
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date : 2026-06-03T19:25:15-05:00
Stats : +37/-35 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/cosmic-idle/c/02e5f6af2fe1ecfd8f167cb95424f0730b43828c?branch=f43
Log:
Update to 1.0.15
---
diff --git a/.gitignore b/.gitignore
index 57d89bb..c1ab22b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,5 @@
/vendor-1.0.13.tar.gz
/cosmic-idle-1.0.14.tar.gz
/vendor-1.0.14.tar.gz
+/cosmic-idle-1.0.15.tar.gz
+/vendor-1.0.15.tar.gz
diff --git a/cosmic-idle.spec b/cosmic-idle.spec
index c9990f0..d4b35bb 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.0.14
+%global cosmic_minver 1.0.15
Name: cosmic-idle
-Version: 1.0.14
+Version: 1.0.15
Release: %autorelease
Summary: Idle notify manager for COSMIC
diff --git a/sources b/sources
index c71c169..d955bba 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-idle-1.0.14.tar.gz) = 7922b9c55c3ccf0a5fdffcac29281d5558bf39e331720757c56cf5907441120fd5382cc3ee9e25037166c3b75105147ac2ecb096aa436f9165e5165d6ddbf751
-SHA512 (vendor-1.0.14.tar.gz) = 0c2919f0c76bb387c148ba470295d6b28b7acb5fb23842751875f4e7d917cf824b25a4c091e5af792ea906ca602ca1b14a4acdeddd4845c7515caaae28b06991
+SHA512 (cosmic-idle-1.0.15.tar.gz) = e775dcf3bf7529bcdad6ef87886fc3948c1b2c6a028daf74e6177db13e00a2ee24497778d0d5e0067d76b1c3afe05feac2f3405052fc932efce5d3374981ef56
+SHA512 (vendor-1.0.15.tar.gz) = bd8a30792a4e3a73400daf059daf81f77d3beda4e80ce93b52b42ea9234baca780c1515f9830039ab2b8ccb2151f6a8b63d2c448a1c14da59bc9e1e43d7d91ef
diff --git a/vendor-config-1.0.14.toml b/vendor-config-1.0.14.toml
deleted file mode 100644
index cc9f98d..0000000
--- a/vendor-config-1.0.14.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.0.15.toml b/vendor-config-1.0.15.toml
new file mode 100644
index 0000000..cc9f98d
--- /dev/null
+++ b/vendor-config-1.0.15.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] only message in thread
only message in thread, other threads:[~2026-06-04 0:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 0:25 [rpms/cosmic-idle] f43: Update to 1.0.15 Ryan Brue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox