update to version 0.16.8

epel9
Fabio Valentini 4 years ago
parent 6c7105bbd4
commit 4959d67da6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/png-0.16.5.crate /png-0.16.5.crate
/png-0.16.6.crate /png-0.16.6.crate
/png-0.16.7.crate /png-0.16.7.crate
/png-0.16.8.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
# * glium is not packaged # * glium is not packaged
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate png %global crate png
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.16.7 Version: 0.16.8
Release: 2%{?dist} Release: 1%{?dist}
Summary: PNG decoding and encoding library in pure Rust Summary: PNG decoding and encoding library in pure Rust
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -120,6 +120,10 @@ which use "unstable" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Dec 08 2020 Fabio Valentini <decathorpe@gmail.com> - 0.16.8-1
- Update to version 0.16.8.
- Fixes RHBZ#1905712
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.7-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (png-0.16.7.crate) = 3074568b2386b8db51668b313d67436d35bc39c60e64bd203d32dccdb5eaa4ea7a43b9830a0a6d012543b7b32422d514510bff32ce2d18310e03ad61f237fb27 SHA512 (png-0.16.8.crate) = df96f8580d8cc11df54788ff64ab3269b14369a467d7c29964a5b19add5e7a82258e6bfda40eedf135bffa98a2a86afbb725cd085cf37f6c433abf9a7485edee

Loading…
Cancel
Save