#1 Respin. We updated rust-ipnetwork to 0.17.0
Merged 3 years ago by ignatenkobrain. Opened 3 years ago by dustymabe.
rpms/ dustymabe/rust-diesel dusty-ipnetwork  into  master

@@ -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]

file modified
+7 -1
@@ -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 @@ 

  %endif

  

  %changelog

+ * Fri Jul 24 2020 Dusty Mabe <dusty@dustymabe.com> - 1.4.5-2

+ - Respin. We updated rust-ipnetwork to 0.17.0

+ 

  * Wed Jun 10 2020 Josh Stone <jistone@redhat.com> - 1.4.5-1

  - Update to 1.4.5

  

no initial comment

simple-koji-ci will fail because I'm doing builds in a side tag. the rpm built fine locally.

Pull-Request has been merged by ignatenkobrain

3 years ago