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

file modified
+1
@@ -3,3 +3,4 @@

  /aom-sys-0.1.2.crate

  /aom-sys-0.1.3.crate

  /aom-sys-0.1.4.crate

+ /aom-sys-0.2.1.crate

file modified
+5 -8
@@ -1,24 +1,18 @@

  # Generated by rust2rpm 13

- # https://github.com/rust-av/aom-rs/issues/25

- %ifnarch %{arm}

  %bcond_without check

- %endif

  %global debug_package %{nil}

  

  %global crate aom-sys

  

  Name:           rust-%{crate}

- Version:        0.1.4

- Release:        3%{?dist}

+ Version:        0.2.1

+ Release:        1%{?dist}

  Summary:        FFI bindings to aom

  

  # Upstream license specification: MIT

  License:        MIT

  URL:            https://crates.io/crates/aom-sys

  Source:         %{crates_source}

- # Initial patched metadata

- # * Bump to bindgen 0.54, https://github.com/rust-av/aom-rs/commit/58a32bd3a83947e6083e4bb15ba03860de00df0a

- Patch0:         aom-sys-fix-metadata.diff

  

  ExclusiveArch:  %{rust_arches}

  %if %{__cargo_skip_build}
@@ -90,6 +84,9 @@

  %endif

  

  %changelog

+ * Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.1-1

+ - Update to version 0.2.1.

+ 

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

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

  

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

- SHA512 (aom-sys-0.1.4.crate) = 1db29959832798f05288e54472822b38c8047ddb7d2d9477c56c7e313c5eab275c6cd3371cf823ca0e7f65db9cd00aa1f0bfcc3e17490e9e461f4b06a1166e67

+ SHA512 (aom-sys-0.2.1.crate) = 1bc6934004e070891abbd98f237a4026aedbd96ceeedd8186df894f833a72af78533176ae406d5aa3ebbe3cc8581761ce1868046aaf3522655fd715ad9a288b9

  • update to latest version
  • drop upstreamed patch for cargo dependencies
  • re-enable tests everywhere (armv7hl segfault seems to be gone)

Required for the rav1e 0.3.4 update.

Pull-Request has been merged by decathorpe

3 years ago