Update to version 0.17.11; Fixes RHBZ#2258269

epel9 imports/e9/rust-png-0.17.11-1.el9
Fabio Valentini 1 year ago
parent d5bacf438f
commit d3a078ed42
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/png-0.17.7.crate
/png-0.17.9.crate
/png-0.17.10.crate
/png-0.17.11.crate

@ -1,11 +1,11 @@
--- png-0.17.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ png-0.17.10/Cargo.toml 2023-08-23T09:39:01.853877+00:00
@@ -55,9 +55,6 @@
--- png-0.17.11/Cargo.toml 1970-01-01T00:00:01+00:00
+++ png-0.17.11/Cargo.toml 2024-01-13T21:18:38.474463+00:00
@@ -64,9 +64,6 @@
version = "3.0"
features = ["derive"]
-[dev-dependencies.criterion]
-version = "0.3.1"
-version = "0.4.0"
-
[dev-dependencies.getopts]
version = "0.2.14"

@ -1,12 +1,12 @@
# 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
@ -14,10 +14,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.}
@ -77,7 +77,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

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["missing dev-dependencies: glium ^0.32"]

@ -1 +1 @@
SHA512 (png-0.17.10.crate) = 33fdf0365b3475d7384fac29bfcd95177e822ac33d3adb1d91a1d52ea90a88bcc5facd95daadf02a79190d406f8a855c4ca4b6e09a0012c63ccbe5285d050101
SHA512 (png-0.17.11.crate) = 4ff7ad4f207ebedcee68b2b4d8a8ce5bccc48a3931939dc13ba23b486cc1ba92cedfe227fc14a21e780fa74eca8c7dcb336b3da4f7474a475d057b0c98389a37

Loading…
Cancel
Save