public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-notify-rust] f45: Update to version 4.18.0; Fixes RHBZ#2435850
Date: Thu, 24 Sep 2026 11:06:24 GMT [thread overview]
Message-ID: <179024798459.1.15188936271072367270.rpms-rust-notify-rust-d149a241b961@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-notify-rust
Branch : f45
Commit : d149a241b9613647fed942edaea3589282d5f356
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-09-24T12:52:22+02:00
Stats : +65/-10 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-notify-rust/c/d149a241b9613647fed942edaea3589282d5f356?branch=f45
Log:
Update to version 4.18.0; Fixes RHBZ#2435850
---
diff --git a/.gitignore b/.gitignore
index 7342039..2f4859a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/notify-rust-4.11.4.crate
/notify-rust-4.11.5.crate
/notify-rust-4.11.7.crate
+/notify-rust-4.18.0.crate
diff --git a/notify-rust-fix-metadata-auto.diff b/notify-rust-fix-metadata-auto.diff
index 15bae7c..0a40b1f 100644
--- a/notify-rust-fix-metadata-auto.diff
+++ b/notify-rust-fix-metadata-auto.diff
@@ -1,15 +1,34 @@
---- notify-rust-4.11.7/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ notify-rust-4.11.7/Cargo.toml 2025-05-03T20:32:13.179648+00:00
-@@ -121,13 +121,3 @@
- version = "5"
+--- notify-rust-4.18.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ notify-rust-4.18.0/Cargo.toml 2026-09-24T10:44:55.655043+00:00
+@@ -64,7 +64,7 @@
+ "image",
+ "lazy_static",
+ ]
+-preview-macos-un = ["dep:mac-usernotifications"]
++preview-macos-un = []
+ tokio = ["zbus/tokio"]
+ z = [
+ "zbus",
+@@ -142,23 +142,3 @@
optional = true
+ default-features = false
-[target.'cfg(target_os="macos")'.dependencies.chrono]
-version = "0.4"
-optional = true
-
-[target.'cfg(target_os="macos")'.dependencies.mac-notification-sys]
--version = "0.6"
+-version = "0.6.15"
+-
+-[target.'cfg(target_os="macos")'.dependencies.mac-usernotifications]
+-version = "0.3.1"
+-optional = true
+-
+-[target.'cfg(target_os="macos")'.dev-dependencies.objc2-foundation]
+-version = "0.3.2"
+-
+-[target.'cfg(target_os="macos")'.dev-dependencies.oslog]
+-version = "0.2"
-
-[target.'cfg(target_os="windows")'.dependencies.winrt-notification]
-version = "0.7"
diff --git a/rust-notify-rust.spec b/rust-notify-rust.spec
index f264576..93d1794 100644
--- a/rust-notify-rust.spec
+++ b/rust-notify-rust.spec
@@ -1,15 +1,14 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate notify-rust
Name: rust-notify-rust
-Version: 4.11.7
+Version: 4.18.0
Release: %autorelease
Summary: Show desktop notifications
-# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/notify-rust
Source: %{crates_source}
@@ -137,6 +136,18 @@ use the "images" feature of the "%{crate}" crate.
%files -n %{name}+images-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+images_no_default_features-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+images_no_default_features-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "images_no_default_features" feature of the "%{crate}" crate.
+
+%files -n %{name}+images_no_default_features-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+lazy_static-devel
Summary: %{summary}
BuildArch: noarch
@@ -161,6 +172,18 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+tokio-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+tokio-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "tokio" feature of the "%{crate}" crate.
+
+%files -n %{name}+tokio-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+z-devel
Summary: %{summary}
BuildArch: noarch
@@ -173,6 +196,18 @@ use the "z" feature of the "%{crate}" crate.
%files -n %{name}+z-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+z-with-tokio-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+z-with-tokio-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "z-with-tokio" feature of the "%{crate}" crate.
+
+%files -n %{name}+z-with-tokio-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+zbus-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/rust2rpm.toml b/rust2rpm.toml
index a828347..600c7b1 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,5 @@
[features]
-hide = ["d_vendored"]
+hide = ["d_vendored", "preview-macos-un"]
[tests]
skip = ["realworld"]
diff --git a/sources b/sources
index ee4154b..b8f62ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (notify-rust-4.11.7.crate) = 5a095d32a2d9fb6a6f878055052476bb6c917173da9226f6e9e5d45851d7c7485b8878dfefa0e443be302ec2acc66a6baea3cbc53a6e4a9afdfe02972cacce41
+SHA512 (notify-rust-4.18.0.crate) = 25eef8f117a7c2a937481bbf9d9cb15c7d22f3135c283bebe7fbc1f89d6385e2e938c0618be20daacb265c5818cc4ee1530fec474681dfa5211a3207333f20ac
reply other threads:[~2026-09-24 11:06 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=179024798459.1.15188936271072367270.rpms-rust-notify-rust-d149a241b961@fedoraproject.org \
--to=decathorpe@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