public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cosmic-notifications] f43: Update to 1.1.0
@ 2026-06-24 3:34 Ryan Brue
0 siblings, 0 replies; only message in thread
From: Ryan Brue @ 2026-06-24 3:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cosmic-notifications
Branch : f43
Commit : 4535d56227df0182b2c726402ee1994949b0fb7a
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date : 2026-06-23T22:34:27-05:00
Stats : +66/-64 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/cosmic-notifications/c/4535d56227df0182b2c726402ee1994949b0fb7a?branch=f43
Log:
Update to 1.1.0
---
diff --git a/.gitignore b/.gitignore
index 5595883..81b7ed4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,5 @@
/vendor-1.0.15.tar.gz
/cosmic-notifications-1.0.16.tar.gz
/vendor-1.0.16.tar.gz
+/cosmic-notifications-1.1.0.tar.gz
+/vendor-1.1.0.tar.gz
diff --git a/cosmic-notifications.spec b/cosmic-notifications.spec
index 76ea89c..aba6c3d 100644
--- a/cosmic-notifications.spec
+++ b/cosmic-notifications.spec
@@ -9,10 +9,10 @@ ExcludeArch: %{ix86}
# environment variables in multiple sections of the spec file.
%global commit a899bfbc6715c36b1f02d7a0f4d3601a3ea0295f
%global commitdatestring 2026-04-29 16:05:13 -0600
-%global cosmic_minver 1.0.16
+%global cosmic_minver 1.1.0
Name: cosmic-notifications
-Version: 1.0.16
+Version: 1.1.0
Release: %autorelease
Summary: Notifications daemon for the COSMIC Desktop Environment
diff --git a/sources b/sources
index 64b2030..7ed3b44 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-notifications-1.0.16.tar.gz) = 09d770548a432a2f557ba1b6fc8f09d532a13b6a272b2d88ac498d6db5f9d1f4b762268a51ad4b718224a57da07cea1a708ceaadb545875f34e8cbfe325d4869
-SHA512 (vendor-1.0.16.tar.gz) = 5168bc3923fb755f33a68562aecf823cda7ca158926e7404de523f8813c83417ad1104809540d423f40b5a99cd9314743e5ddf7adf8a2ae23b28567b62ffd0b5
+SHA512 (cosmic-notifications-1.1.0.tar.gz) = 685a5f997c5ac52ba7e1dae0c741f1dcf9ef6aa4437f48ff410e58666e03209f7a53d103eaddb838b384e717ff59b6513db44e443bd73e8345fd9736c31aed12
+SHA512 (vendor-1.1.0.tar.gz) = 75f83ae70153aa82f92529b34df797ee984947859c25076063783671b962ed2aa429f4d5c7992d83144c8de4c1fc879dadff05738e514e52518faf77f701213d
diff --git a/vendor-config-1.0.16.toml b/vendor-config-1.0.16.toml
deleted file mode 100644
index 85bd0d1..0000000
--- a/vendor-config-1.0.16.toml
+++ /dev/null
@@ -1,60 +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-panel"]
-git = "https://github.com/pop-os/cosmic-panel"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-protocols?rev=160b086"]
-git = "https://github.com/pop-os/cosmic-protocols"
-rev = "160b086"
-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 = "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/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.vendored-sources]
-directory = "vendor"
\ No newline at end of file
diff --git a/vendor-config-1.1.0.toml b/vendor-config-1.1.0.toml
new file mode 100644
index 0000000..85bd0d1
--- /dev/null
+++ b/vendor-config-1.1.0.toml
@@ -0,0 +1,60 @@
+[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-panel"]
+git = "https://github.com/pop-os/cosmic-panel"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-protocols?rev=160b086"]
+git = "https://github.com/pop-os/cosmic-protocols"
+rev = "160b086"
+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 = "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/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.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-24 3:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 3:34 [rpms/cosmic-notifications] f43: Update to 1.1.0 Ryan Brue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox