public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-notify-debouncer-mini] epel10: Update to version 0.6.0; Fixes RHBZ#2321809
@ 2026-06-07 7:34 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-07 7:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-notify-debouncer-mini
Branch : epel10
Commit : 896df435a7e9815eab5663284af77ba6bcf9afed
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2025-04-14T15:29:46+02:00
Stats : +37/-16 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-notify-debouncer-mini/c/896df435a7e9815eab5663284af77ba6bcf9afed?branch=epel10
Log:
Update to version 0.6.0; Fixes RHBZ#2321809
---
diff --git a/.gitignore b/.gitignore
index e538871..d4f913f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/notify-debouncer-mini-0.2.1.crate
/notify-debouncer-mini-0.4.1.crate
+/notify-debouncer-mini-0.6.0.crate
diff --git a/notify-debouncer-mini-fix-metadata.diff b/notify-debouncer-mini-fix-metadata.diff
new file mode 100644
index 0000000..89b8635
--- /dev/null
+++ b/notify-debouncer-mini-fix-metadata.diff
@@ -0,0 +1,12 @@
+--- notify-debouncer-mini-0.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ notify-debouncer-mini-0.6.0/Cargo.toml 2025-04-14T13:27:56.885153+00:00
+@@ -49,8 +49,6 @@
+ "dep:crossbeam-channel",
+ "notify/crossbeam-channel",
+ ]
+-default = ["macos_fsevent"]
+-macos_fsevent = ["notify/macos_fsevent"]
+-macos_kqueue = ["notify/macos_kqueue"]
++default = []
+ serde = ["notify-types/serde"]
+ serialization-compat-6 = ["notify/serialization-compat-6"]
diff --git a/rust-notify-debouncer-mini.spec b/rust-notify-debouncer-mini.spec
index be9306e..4edde3a 100644
--- a/rust-notify-debouncer-mini.spec
+++ b/rust-notify-debouncer-mini.spec
@@ -1,17 +1,20 @@
-# Generated by rust2rpm 25
-%bcond_without check
+# Generated by rust2rpm 27
+%bcond check 1
%global debug_package %{nil}
%global crate notify-debouncer-mini
Name: rust-notify-debouncer-mini
-Version: 0.4.1
+Version: 0.6.0
Release: %autorelease
Summary: Notify mini debouncer for events
License: MIT OR Apache-2.0
URL: https://crates.io/crates/notify-debouncer-mini
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * remove macOS-specific features
+Patch: notify-debouncer-mini-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@@ -47,18 +50,6 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+crossbeam-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+crossbeam-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "crossbeam" feature of the "%{crate}" crate.
-
-%files -n %{name}+crossbeam-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+crossbeam-channel-devel
Summary: %{summary}
BuildArch: noarch
@@ -83,6 +74,18 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+serialization-compat-6-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+serialization-compat-6-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "serialization-compat-6" feature of the "%{crate}" crate.
+
+%files -n %{name}+serialization-compat-6-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..074658e
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,5 @@
+[package]
+cargo-toml-patch-comments = [
+ "remove macOS-specific features",
+]
+
diff --git a/sources b/sources
index 88dcb05..ecb61d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (notify-debouncer-mini-0.4.1.crate) = 3ecebffd777828e0c4fdc547f03b055742945b5a34ab4ebb735adda41944a6d5008aef9e887f88c212bf9a8406320bfd0cbe128bdd140f781016d59831b4d1f4
+SHA512 (notify-debouncer-mini-0.6.0.crate) = f54f8e97bad11f2b278eb384dad75ac9c3dab3e7c8c9518a660e4c2b0ad12ccaf58895fda493b41862c75d14a2fca422d4036c04fc1bb657c4bba55ba7b98faf
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-07 7:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 7:34 [rpms/rust-notify-debouncer-mini] epel10: Update to version 0.6.0; Fixes RHBZ#2321809 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox