Update to version 0.17.15; Fixes RHBZ#2330947

epel10 imports/epel10/rust-png-0.17.15-1.el10
Fabio Valentini 1 month ago
parent 7bb2bee574
commit 6319c3a160
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -23,3 +23,4 @@
/png-0.17.12.crate /png-0.17.12.crate
/png-0.17.13.crate /png-0.17.13.crate
/png-0.17.14.crate /png-0.17.14.crate
/png-0.17.15.crate

@ -1,6 +1,6 @@
--- png-0.17.14/Cargo.toml 1970-01-01T00:00:01+00:00 --- png-0.17.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ png-0.17.14/Cargo.toml 2024-10-05T13:43:27.536058+00:00 +++ png-0.17.15/Cargo.toml 2024-12-09T19:47:10.732123+00:00
@@ -70,9 +70,6 @@ @@ -103,9 +103,6 @@
version = "3.0" version = "3.0"
features = ["derive"] features = ["derive"]

@ -1,12 +1,12 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
# * missing dev-dependencies: glium ^0.32 # * missing dev-dependencies: glium ^0.32
%bcond_with check %bcond check 0
%global debug_package %{nil} %global debug_package %{nil}
%global crate png %global crate png
Name: rust-png Name: rust-png
Version: 0.17.14 Version: 0.17.15
Release: %autorelease Release: %autorelease
Summary: Decoding and encoding library in pure Rust Summary: Decoding and encoding library in pure Rust

@ -1,3 +1,8 @@
[package]
cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
]
[tests] [tests]
run = ["none"] run = ["none"]
comments = ["missing dev-dependencies: glium ^0.32"] comments = ["missing dev-dependencies: glium ^0.32"]

@ -1 +1 @@
SHA512 (png-0.17.14.crate) = e1c3fbf98030778fd775302ed74c6a6e256f73dfa541c7133c3ddc9c7dfc01c17716bba05c503d4a552ee67a0bca757f909aee5c0f6457682de3d9dfc182d493 SHA512 (png-0.17.15.crate) = 0609636be889a3895246563cdf0a5fdec28362fce1e8da52af24b756c7c489a3e10a60f64628a015223648d828594e6c97450edbd609d21eb50f4f80ec0119db

Loading…
Cancel
Save