From 84fa9c223ca5da63cafedbcda2e30ef1162f3c76 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Thu, 11 Jan 2024 02:05:00 +0300 Subject: [PATCH] import rust-av1-grain-0.2.3-1.el9 --- .gitignore | 2 +- .rust-av1-grain.metadata | 2 +- SPECS/rust-av1-grain.spec | 28 +++++++++++----------------- 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 918b989..a413057 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/av1-grain-0.2.2.crate +SOURCES/av1-grain-0.2.3.crate diff --git a/.rust-av1-grain.metadata b/.rust-av1-grain.metadata index 94ff5cb..ecda800 100644 --- a/.rust-av1-grain.metadata +++ b/.rust-av1-grain.metadata @@ -1 +1 @@ -ff919ab94cf03914f453d6ae0400122d78e7376e SOURCES/av1-grain-0.2.2.crate +ff6dbf266a9ad01b6fd4710976174d6300a3cfcb SOURCES/av1-grain-0.2.3.crate diff --git a/SPECS/rust-av1-grain.spec b/SPECS/rust-av1-grain.spec index a6bd15b..d30424e 100644 --- a/SPECS/rust-av1-grain.spec +++ b/SPECS/rust-av1-grain.spec @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate av1-grain Name: rust-av1-grain -Version: 0.2.2 +Version: 0.2.3 Release: %autorelease Summary: Helpers for generating and parsing AV1 film grain data @@ -23,7 +23,7 @@ License: BSD-2-Clause URL: https://crates.io/crates/av1-grain Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Helpers for generating and parsing AV1 film grain data.} @@ -93,18 +93,6 @@ use the "estimate" feature of the "%{crate}" crate. %files -n %{name}+estimate-devel %ghost %{crate_instdir}/Cargo.toml -%package -n %{name}+itertools-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+itertools-devel %{_description} - -This package contains library source intended for building other packages which -use the "itertools" feature of the "%{crate}" crate. - -%files -n %{name}+itertools-devel -%ghost %{crate_instdir}/Cargo.toml - %package -n %{name}+nom-devel Summary: %{summary} BuildArch: noarch @@ -190,7 +178,7 @@ use the "v_frame" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml %prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires @@ -208,8 +196,14 @@ use the "v_frame" feature of the "%{crate}" crate. %endif %changelog -* Wed Jan 10 2024 MSVSphere Packaging Team - 0.2.2-1 +* Wed Jan 10 2024 MSVSphere Packaging Team - 0.2.3-1 - Rebuilt for MSVSphere 9.3 +* Wed Jan 10 2024 Fabio Valentini - 0.2.3-1 +- Update to version 0.2.3; Fixes RHBZ#2256765 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Jun 28 2023 Fabio Valentini - 0.2.2-1 - Initial import (#2217974)