public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-notify-rust] rawhide: Update to version 4.18.0; Fixes RHBZ#2435850
@ 2026-09-24 10:52 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-24 10:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-notify-rust
Branch : rawhide
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=rawhide
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-24 10:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 10:52 [rpms/rust-notify-rust] rawhide: Update to version 4.18.0; Fixes RHBZ#2435850 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox