From dbe83b32a9211326e82bfa97ebf2ba11da2a2310 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Jul 24 2020 21:17:19 +0000 Subject: Respin. We updated rust-ipnetwork to 0.17.0 --- diff --git a/diesel-fix-metadata.diff b/diesel-fix-metadata.diff new file mode 100644 index 0000000..c1f9c70 --- /dev/null +++ b/diesel-fix-metadata.diff @@ -0,0 +1,11 @@ +--- diesel-1.4.5/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ diesel-1.4.5/Cargo.toml 2020-07-24T21:11:48.968725+00:00 +@@ -44,7 +44,7 @@ + version = "~1.4.0" + + [dependencies.ipnetwork] +-version = ">=0.12.2, <0.17.0" ++version = ">=0.12.2, <0.18.0" + optional = true + + [dependencies.libc] diff --git a/rust-diesel.spec b/rust-diesel.spec index 8dcaf10..4056a2c 100644 --- a/rust-diesel.spec +++ b/rust-diesel.spec @@ -7,13 +7,16 @@ Name: rust-%{crate} Version: 1.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL # Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/diesel Source: %{crates_source} +# For rust-ipnetwork 0.17.0 +# https://github.com/diesel-rs/diesel/pull/2464 +Patch0: diesel-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -492,6 +495,9 @@ which use "x64-column-tables" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 24 2020 Dusty Mabe - 1.4.5-2 +- Respin. We updated rust-ipnetwork to 0.17.0 + * Wed Jun 10 2020 Josh Stone - 1.4.5-1 - Update to 1.4.5