|
|
|
@ -8,15 +8,15 @@
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# * missing dev-dependencies: glium
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
# * missing dev-dependencies: glium ^0.32
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate png
|
|
|
|
|
|
|
|
|
|
Name: rust-png
|
|
|
|
|
Version: 0.17.10
|
|
|
|
|
Version: 0.17.11
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Decoding and encoding library in pure Rust
|
|
|
|
|
|
|
|
|
@ -24,10 +24,10 @@ License: MIT OR Apache-2.0
|
|
|
|
|
URL: https://crates.io/crates/png
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
|
|
|
|
|
# * drop unused, benchmark-only criterion dev-dependency
|
|
|
|
|
Patch: png-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
PNG decoding and encoding library in pure Rust.}
|
|
|
|
@ -87,7 +87,7 @@ use the "unstable" 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
|
|
|
|
@ -105,9 +105,12 @@ use the "unstable" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.17.10-1
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.17.11-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.17.11-1
|
|
|
|
|
- Update to version 0.17.11; Fixes RHBZ#2258269
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2023 Fabio Valentini <decathorpe@gmail.com> - 0.17.10-1
|
|
|
|
|
- Update to version 0.17.10; Fixes RHBZ#2232717
|
|
|
|
|
|
|
|
|
|