Update to 0.1.1

Close: rhbz#1912721
epel9
Robert-André Mauchin 4 years ago
parent d744d40cae
commit d91d675b19

1
.gitignore vendored

@ -1 +1,2 @@
/ivf-0.1.0.crate
/ivf-0.1.1.crate

@ -1,8 +0,0 @@
--- ivf-0.1.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ ivf-0.1.0/Cargo.toml 2020-12-10T18:31:15.021472+00:00
@@ -19,4 +19,4 @@
homepage = "https://github.com/xiph/rav1e"
license = "BSD-2-Clause"
[dependencies.bitstream-io]
-version = "0.8"
+version = "0.9"

@ -1,21 +1,18 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate ivf
Name: rust-%{crate}
Version: 0.1.0
Release: 5%{?dist}
Version: 0.1.1
Release: 1%{?dist}
Summary: Simple ivf muxer
# Upstream license specification: BSD-2-Clause
License: BSD
URL: https://crates.io/crates/ivf
Source: %{crates_source}
# Initial patched metadata
# Bump bitstream-io to 0.9 (already upstreamed)
Patch0: ivf-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -73,6 +70,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Mar 29 17:48:28 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.1-1
- Update to 0.1.1
- Close: rhbz#1912721
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (ivf-0.1.0.crate) = 38cf316d3de42e03ccce9310d14f24c253268dc238763cee923cd28edd18222d4252f7d32d51ab77ecc2087ca4165fbe9e6f74abcc921a4308fbdde5140b4e51
SHA512 (ivf-0.1.1.crate) = c27fe933fc61ec6018459173eb4f678cbb280cef5b3a15353094de10d608ea9373dbf80056cf7568d7c79030bbc3e56c750647c037230aafda94e07e40832a50

Loading…
Cancel
Save