update to version 1.0.20

epel9
Fabio Valentini 4 years ago
parent 9da5024e40
commit e4df52af41
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/flate2-1.0.14.crate /flate2-1.0.14.crate
/flate2-1.0.18.crate /flate2-1.0.18.crate
/flate2-1.0.19.crate /flate2-1.0.19.crate
/flate2-1.0.20.crate

@ -1,5 +1,5 @@
--- flate2-1.0.19/Cargo.toml 2020-11-02T14:50:20+00:00 --- flate2-1.0.20/Cargo.toml 2021-01-29T15:05:11+00:00
+++ flate2-1.0.19/Cargo.toml 2020-11-05T21:35:46.544215+00:00 +++ flate2-1.0.20/Cargo.toml 2021-03-03T23:58:37.466427+00:00
@@ -25,10 +25,6 @@ @@ -25,10 +25,6 @@
repository = "https://github.com/rust-lang/flate2-rs" repository = "https://github.com/rust-lang/flate2-rs"
[dependencies.cfg-if] [dependencies.cfg-if]

@ -1,12 +1,12 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate flate2 %global crate flate2
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.19 Version: 1.0.20
Release: 2%{?dist} Release: 1%{?dist}
Summary: DEFLATE compression and decompression exposed as Read/BufRead/Write streams Summary: DEFLATE compression and decompression exposed as Read/BufRead/Write streams
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -186,6 +186,10 @@ which use "zlib" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.20-1
- Update to version 1.0.20.
- Fixes RHBZ#1922308
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.19-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (flate2-1.0.19.crate) = 6e802f351085ce8804afad32d9502980269e2c03e2315349b9dcdbbb6895f61c89fbde822e31504eb00d94e665e1a8186ea3d128b5b612c61323494a8dd4332e SHA512 (flate2-1.0.20.crate) = 1415cba53183b7ae0f3396859186b92001060a78fbee10dd0dd4c8a93119aeb78bd8d782735c292badc1ae6d369badc6fa1a0105835614a6f70e82b080d8549b

Loading…
Cancel
Save