Update to version 0.3.1; Fixes RHBZ#2258267

epel9 imports/e9/rust-jpeg-decoder-0.3.1-1.el9
Fabio Valentini 1 year ago
parent ab4f0856f7
commit 3385544100
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/jpeg-decoder-0.1.22.crate /jpeg-decoder-0.1.22.crate
/jpeg-decoder-0.2.6.crate /jpeg-decoder-0.2.6.crate
/jpeg-decoder-0.3.0.crate /jpeg-decoder-0.3.0.crate
/jpeg-decoder-0.3.1.crate

@ -1,3 +0,0 @@
# rust-jpeg-decoder
The rust-jpeg-decoder package

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# * tests and test files are not included in published crates # * tests and test files are not included in published crates
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,16 +6,15 @@
%global crate jpeg-decoder %global crate jpeg-decoder
Name: rust-jpeg-decoder Name: rust-jpeg-decoder
Version: 0.3.0 Version: 0.3.1
Release: %autorelease Release: %autorelease
Summary: JPEG decoder Summary: JPEG decoder
# Upstream license specification: MIT / Apache-2.0
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/jpeg-decoder URL: https://crates.io/crates/jpeg-decoder
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
JPEG decoder.} JPEG decoder.}
@ -87,7 +86,7 @@ use the "rayon" 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

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["tests and test files are not included in published crates"]

@ -1 +1 @@
SHA512 (jpeg-decoder-0.3.0.crate) = 68611f52ce1b9999736711daf17d9fac8286179e5f937f04f90d79f1a4d9f7cfd9cfbba9ba2bc52b107392939d57f4a37e8ebc409878d7e9838d5fbddd8bf5bd SHA512 (jpeg-decoder-0.3.1.crate) = 103b7602876069603620cc2b5530e84fdab88ec96855a821606560a67cfa26f628b401eace62ee793e6c16ef282f958ed789f5db725ff901124fe6c9b123de00

Loading…
Cancel
Save