#1 update to version 0.2.15
Merged 3 years ago by decathorpe. Opened 3 years ago by decathorpe.
Unknown source master  into  master

file modified
+1
@@ -1,1 +1,2 @@

  /libxml-0.2.14.crate

+ /libxml-0.2.15.crate

@@ -0,0 +1,12 @@

+ --- libxml-0.2.15/Cargo.toml	2020-09-29T02:06:33+00:00

+ +++ libxml-0.2.15/Cargo.toml	2020-10-01T10:28:52.063211+00:00

+ @@ -37,9 +37,5 @@

+  

+  [dev-dependencies.rayon]

+  version = "1.0.0"

+ -[target."cfg(macos)".build-dependencies.pkg-config]

+ -version = "0.3.2"

+  [target."cfg(unix)".build-dependencies.pkg-config]

+  version = "0.3.2"

+ -[target."cfg(windows)".build-dependencies.vcpkg]

+ -version = "0.2"

file modified
+9 -2
@@ -10,14 +10,18 @@

  %global crate libxml

  

  Name:           rust-%{crate}

- Version:        0.2.14

- Release:        2%{?dist}

+ Version:        0.2.15

+ Release:        1%{?dist}

  Summary:        Rust wrapper for libxml2

  

  # Upstream license specification: MIT

  License:        MIT

  URL:            https://crates.io/crates/libxml

  Source:         %{crates_source}

+ # Initial patched metadata

+ # * No macos deps

+ # * No windows deps

+ Patch0:         libxml-fix-metadata.diff

  

  ExclusiveArch:  %{rust_arches}

  %if %{__cargo_skip_build}
@@ -79,6 +83,9 @@

  %endif

  

  %changelog

+ * Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.15-1

+ - Update to version 0.2.15.

+ 

  * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.14-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (libxml-0.2.14.crate) = f778ffdc9a708ca4d274191b1714b8f94d6302f012cf2feca773b23a642fa1ea9a49cd2521ea68a8c0d4de51ec3bf4e1e25a62bb6a79e323e7218ca38f6af755

+ SHA512 (libxml-0.2.15.crate) = 84f813b20cc0852a21128b017e94ebfda59fe139038373ea71f6a9316731ecbf64661f5477e4c3b436fa765189051325eb23055c26c7881a800f1082cd283201

no initial comment

Pull-Request has been merged by decathorpe

3 years ago