diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..34ced55 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/jpeg-decoder-0.3.1.crate diff --git a/.rust-jpeg-decoder.metadata b/.rust-jpeg-decoder.metadata index e69de29..ce45495 100644 --- a/.rust-jpeg-decoder.metadata +++ b/.rust-jpeg-decoder.metadata @@ -0,0 +1 @@ +2abe1fa5080e17b1de58ef33f67f1e12abbc8998 SOURCES/jpeg-decoder-0.3.1.crate diff --git a/SOURCES/jpeg-decoder-0.3.0.crate b/SOURCES/jpeg-decoder-0.3.0.crate deleted file mode 100644 index 1a9a501..0000000 Binary files a/SOURCES/jpeg-decoder-0.3.0.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..8a3b5db --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,4 @@ +[tests] +run = ["none"] +comments = ["tests and test files are not included in published crates"] + diff --git a/SPECS/rust-jpeg-decoder.spec b/SPECS/rust-jpeg-decoder.spec index 509eaf0..9a001fa 100644 --- a/SPECS/rust-jpeg-decoder.spec +++ b/SPECS/rust-jpeg-decoder.spec @@ -8,7 +8,7 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 # * tests and test files are not included in published crates %bcond_with check %global debug_package %{nil} @@ -16,16 +16,15 @@ %global crate jpeg-decoder Name: rust-jpeg-decoder -Version: 0.3.0 +Version: 0.3.1 Release: %autorelease Summary: JPEG decoder -# Upstream license specification: MIT / Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/jpeg-decoder Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: JPEG decoder.} @@ -97,7 +96,7 @@ use the "rayon" 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 @@ -115,9 +114,12 @@ use the "rayon" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 0.3.0-1 +* Mon Jan 15 2024 Arkady L. Shane - 0.3.1-1 - Rebuilt for MSVSphere 9.3 +* Sat Jan 13 2024 Fabio Valentini - 0.3.1-1 +- Update to version 0.3.1; Fixes RHBZ#2258267 + * Tue Aug 08 2023 Kalev Lember - 0.3.0-1 - Update to version 0.3.0; Fixes RHBZ#2135555