diff --git a/notify-fix-metadata.diff b/notify-fix-metadata.diff index aabd772..781f627 100644 --- a/notify-fix-metadata.diff +++ b/notify-fix-metadata.diff @@ -1,5 +1,5 @@ ---- notify-4.0.10/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ notify-4.0.10/Cargo.toml 2019-03-11T09:10:00.043003+01:00 +--- notify-4.0.11/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ notify-4.0.11/Cargo.toml 2019-05-09T06:25:26.325918+00:00 @@ -40,7 +40,7 @@ manual_tests = [] timing_tests = [] @@ -14,10 +14,10 @@ [target."cfg(target_os=\"linux\")".dependencies.mio-extras] version = "^2.0.5" -[target."cfg(target_os=\"macos\")".dependencies.fsevent] --version = "^0.2.17" +-version = "0.4" - -[target."cfg(target_os=\"macos\")".dependencies.fsevent-sys] --version = "^0.1.3" +-version = "2" -[target."cfg(windows)".dependencies.kernel32-sys] -version = "^0.2.1" - diff --git a/rust-notify.spec b/rust-notify.spec index 53093f9..48d6eb6 100644 --- a/rust-notify.spec +++ b/rust-notify.spec @@ -1,12 +1,11 @@ -# Generated by rust2rpm -# https://github.com/passcod/notify/issues/186 +# Generated by rust2rpm-9-1.fc31 %bcond_with check %global debug_package %{nil} %global crate notify Name: rust-%{crate} -Version: 4.0.10 +Version: 4.0.11 Release: 1%{?dist} Summary: Cross-platform filesystem notification library @@ -15,7 +14,6 @@ License: CC0 URL: https://crates.io/crates/notify Source: %{crates_source} # Initial patched metadata -# * No windows/macos # * Update inotify to 0.7, https://github.com/passcod/notify/pull/184 Patch0: notify-fix-metadata.diff @@ -103,5 +101,8 @@ which use "timing_tests" feature of "%{crate}" crate. %endif %changelog +* Thu May 09 08:25:27 CEST 2019 Igor Gnatenko - 4.0.11-1 +- Update to 4.0.11 + * Mon Mar 11 2019 Igor Gnatenko - 4.0.10-1 - Initial package