Update to version 0.2.6; Fixes RHBZ#2029173

epel9
Fabio Valentini 2 years ago
parent 5d561b5871
commit 1363b1b757
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/jpeg-decoder-0.1.19.crate /jpeg-decoder-0.1.19.crate
/jpeg-decoder-0.1.20.crate /jpeg-decoder-0.1.20.crate
/jpeg-decoder-0.1.22.crate /jpeg-decoder-0.1.22.crate
/jpeg-decoder-0.2.6.crate

@ -1,26 +1,23 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 22
# * Test files are not shipped # * tests and test files are not included in published crates
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate jpeg-decoder %global crate jpeg-decoder
Name: rust-%{crate} Name: rust-jpeg-decoder
Version: 0.1.22 Version: 0.2.6
Release: %autorelease Release: %autorelease
Summary: JPEG decoder Summary: JPEG decoder
# Upstream license specification: MIT / Apache-2.0 # Upstream license specification: MIT / Apache-2.0
License: MIT or ASL 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}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
JPEG decoder.} JPEG decoder.}
@ -33,13 +30,15 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%doc README.md CHANGELOG.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,11 +46,35 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+nightly_aarch64_neon-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+nightly_aarch64_neon-devel %{_description}
This package contains library source intended for building other packages which
use the "nightly_aarch64_neon" feature of the "%{crate}" crate.
%files -n %{name}+nightly_aarch64_neon-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+platform_independent-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+platform_independent-devel %{_description}
This package contains library source intended for building other packages which
use the "platform_independent" feature of the "%{crate}" crate.
%files -n %{name}+platform_independent-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rayon-devel %package -n %{name}+rayon-devel
Summary: %{summary} Summary: %{summary}
@ -59,11 +82,11 @@ BuildArch: noarch
%description -n %{name}+rayon-devel %{_description} %description -n %{name}+rayon-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "rayon" feature of "%{crate}" crate. use the "rayon" feature of the "%{crate}" crate.
%files -n %{name}+rayon-devel %files -n %{name}+rayon-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (jpeg-decoder-0.1.22.crate) = 3edf415eb11909b7b16755f54c6a5b082200f81e6ce5dede413e41be221c8be5c14035a171fa1c21771c8d11f30cd990f57e6e98e3204e34e3f0e7ca2c3e38b4 SHA512 (jpeg-decoder-0.2.6.crate) = f96c95729357d87a3c1e78dd873e81346b8e98f0e9e4a161b54e2f5bcc7abb54c37de37eb032be647fcefb1e36a6343444c795ad5d37043f5e958dda71a34abe

Loading…
Cancel
Save