import rust-jpeg-decoder-0.3.1-1.el9

i9ce changed/i9ce/rust-jpeg-decoder-0.3.1-1.el9
MSVSphere Packaging Team 1 year ago
parent 67a2f70f97
commit 10a3e459f4

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/jpeg-decoder-0.3.1.crate

@ -0,0 +1 @@
2abe1fa5080e17b1de58ef33f67f1e12abbc8998 SOURCES/jpeg-decoder-0.3.1.crate

Binary file not shown.

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

@ -8,7 +8,7 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# 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}
@ -16,16 +16,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.}
@ -97,7 +96,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
@ -115,9 +114,12 @@ use the "rayon" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.0-1 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.1-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
* Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
- Update to version 0.3.1; Fixes RHBZ#2258267
* Tue Aug 08 2023 Kalev Lember <klember@redhat.com> - 0.3.0-1 * Tue Aug 08 2023 Kalev Lember <klember@redhat.com> - 0.3.0-1
- Update to version 0.3.0; Fixes RHBZ#2135555 - Update to version 0.3.0; Fixes RHBZ#2135555

Loading…
Cancel
Save