update to version 2.3.1

epel9
Fabio Valentini 4 years ago
parent 63215db65f
commit 04eef46e95
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/ipnet-2.1.0.crate /ipnet-2.1.0.crate
/ipnet-2.2.0.crate /ipnet-2.2.0.crate
/ipnet-2.3.0.crate /ipnet-2.3.0.crate
/ipnet-2.3.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ipnet %global crate ipnet
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.3.0 Version: 2.3.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Provides types and useful methods for working with IP prefixes Summary: Provides types and useful methods for working with IP prefixes
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -90,6 +90,10 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jun 19 2021 Fabio Valentini <decathorpe@gmail.com> - 2.3.1-1
- Update to version 2.3.1.
- Fixes RHBZ#1972015
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (ipnet-2.3.0.crate) = ff77e4ca8ae0fe1a8e9969e8e131081a092b258f64a7211d550d3338ece61dbbed499786b5e97a8515c33797e8cf41b4e38d7832e0d1b18584b0e5231c75a22c SHA512 (ipnet-2.3.1.crate) = db74ad4850e61b20b5280d0637a33a0a1dc2e3388bda38efbbdc221c04dfe04d304d57c3704fa68a824e65e8a3bdea2e743b2d0c2d06b1a8710c192cec1b6100

Loading…
Cancel
Save