Update to version 0.1.3; Fixes RHBZ#2257204

epel10
Fabio Valentini 12 months ago
parent dc351334fd
commit 263e8c4050
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ivf %global crate ivf
Name: rust-ivf Name: rust-ivf
Version: 0.1.1 Version: 0.1.3
Release: %autorelease Release: %autorelease
Summary: Simple ivf muxer Summary: Simple ivf muxer
@ -13,7 +13,7 @@ License: BSD-2-Clause
URL: https://crates.io/crates/ivf URL: https://crates.io/crates/ivf
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Simple ivf muxer.} Simple ivf muxer.}
@ -31,6 +31,7 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE %license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -46,7 +47,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (ivf-0.1.1.crate) = c27fe933fc61ec6018459173eb4f678cbb280cef5b3a15353094de10d608ea9373dbf80056cf7568d7c79030bbc3e56c750647c037230aafda94e07e40832a50 SHA512 (ivf-0.1.3.crate) = 31fa94915561da55fd7e1bbd609046d0dc8d7b4c7e35d2144e327d8d449672bd6f8243b7f31a2b6006a427b17f7f18bd2379b137476ad8f9c590b8695575d35d

Loading…
Cancel
Save