update to version 1.1.3

epel9
Fabio Valentini 4 years ago
parent 323409a60f
commit 5decbbe438
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/libz-sys-1.0.25.crate /libz-sys-1.0.25.crate
/libz-sys-1.1.0.crate /libz-sys-1.1.0.crate
/libz-sys-1.1.2.crate /libz-sys-1.1.2.crate
/libz-sys-1.1.3.crate

@ -1,5 +1,5 @@
--- libz-sys-1.1.2/Cargo.toml 2020-09-04T03:51:53+00:00 --- libz-sys-1.1.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ libz-sys-1.1.2/Cargo.toml 2020-09-18T18:23:46.228477+00:00 +++ libz-sys-1.1.3/Cargo.toml 2021-04-30T10:29:37.030059+00:00
@@ -28,18 +28,9 @@ @@ -28,18 +28,9 @@
[build-dependencies.cc] [build-dependencies.cc]
version = "1.0.18" version = "1.0.18"

@ -1,13 +1,13 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate libz-sys %global crate libz-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.1.2 Version: 1.1.3
Release: 2%{?dist} Release: 1%{?dist}
Summary: Bindings to the system libz library (also known as zlib) Summary: Low-level bindings to the system libz library (also known as zlib)
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -26,7 +26,7 @@ BuildArch: noarch
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Bindings to the system libz library (also known as zlib).} Low-level bindings to the system libz library (also known as zlib).}
%description %{_description} %description %{_description}
@ -104,6 +104,10 @@ echo 'pkgconfig(zlib)'
%endif %endif
%changelog %changelog
* Fri Apr 30 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.3-1
- Update to version 1.1.3.
- Fixes RHBZ#1955368
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (libz-sys-1.1.2.crate) = 2342c738230ac570c61b466920e2ceafc0194381643540f094f6541917639a4f5b11d46d575bb03c7623ce109d376bafc3076a9d172233313e38cb6f49ed16db SHA512 (libz-sys-1.1.3.crate) = 9ad3ac88cb3c436ba046a55123b7a3c96c56a8ae2a1b85a3eb39339e84441b16c82d35630e9aad1d51db83943f2d08cf0bd45e212b7284c224de451a0f0c30bb

Loading…
Cancel
Save