From 055bf10c53e89ffec4fe6d8e8c856cd339eeb972 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sat, 4 Jan 2025 22:55:09 +0300 Subject: [PATCH] import rust-png-0.17.16-1.el10 --- .gitignore | 2 +- .rust-png.metadata | 2 +- SOURCES/png-fix-metadata.diff | 4 ++-- SPECS/rust-png.spec | 7 +++++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9cf3b75..6dc0cf5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/png-0.17.15.crate +SOURCES/png-0.17.16.crate diff --git a/.rust-png.metadata b/.rust-png.metadata index 5fd6dd5..704cb98 100644 --- a/.rust-png.metadata +++ b/.rust-png.metadata @@ -1 +1 @@ -e470cd3aee883af9a58b046c26d914b0107371fc SOURCES/png-0.17.15.crate +55dec13ead2d89289e3f0b0f0c19e3c00dbeb7d3 SOURCES/png-0.17.16.crate diff --git a/SOURCES/png-fix-metadata.diff b/SOURCES/png-fix-metadata.diff index 487ee1d..6f82174 100644 --- a/SOURCES/png-fix-metadata.diff +++ b/SOURCES/png-fix-metadata.diff @@ -1,5 +1,5 @@ ---- png-0.17.15/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ png-0.17.15/Cargo.toml 2024-12-09T19:47:10.732123+00:00 +--- png-0.17.16/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ png-0.17.16/Cargo.toml 2025-01-04T15:34:56.258229+00:00 @@ -103,9 +103,6 @@ version = "3.0" features = ["derive"] diff --git a/SPECS/rust-png.spec b/SPECS/rust-png.spec index fe6362a..41fac9c 100644 --- a/SPECS/rust-png.spec +++ b/SPECS/rust-png.spec @@ -16,7 +16,7 @@ %global crate png Name: rust-png -Version: 0.17.15 +Version: 0.17.16 Release: %autorelease Summary: Decoding and encoding library in pure Rust @@ -105,10 +105,13 @@ use the "unstable" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Sat Jan 04 2025 Fabio Valentini - 0.17.16-1 +- Update to version 0.17.16; Fixes RHBZ#2333478 + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.17.15-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Mon Dec 09 2024 Fabio Valentini - 0.17.15-1 - Update to version 0.17.15; Fixes RHBZ#2330947