Update to version 2.7.2; Fixes RHBZ#2182190

epel9
Fabio Valentini 2 years ago
parent f6aa47d4d1
commit 2df4767841
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/ipnet-2.5.1.crate /ipnet-2.5.1.crate
/ipnet-2.6.0.crate /ipnet-2.6.0.crate
/ipnet-2.7.1.crate /ipnet-2.7.1.crate
/ipnet-2.7.2.crate

@ -1,3 +0,0 @@
# rust-ipnet
The rust-ipnet package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ipnet %global crate ipnet
Name: rust-ipnet Name: rust-ipnet
Version: 2.7.1 Version: 2.7.2
Release: %autorelease Release: %autorelease
Summary: Provides types and useful methods for working with IP prefixes Summary: Provides types and useful methods for working with IP prefixes
@ -18,12 +18,12 @@ BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Provides types and useful methods for working with IPv4 and IPv6 network Provides types and useful methods for working with IPv4 and IPv6 network
addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and
`Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and
types already provided in Rust's standard library and align to their design to `Ipv6Addr` types already provided in Rust's standard library and align
stay consistent. The module also provides useful traits that extend `Ipv4Addr` to their design to stay consistent. The module also provides useful
and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`,
The module only uses stable feature so it is guaranteed to compile using the `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable
stable toolchain.} feature so it is guaranteed to compile using the stable toolchain.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (ipnet-2.7.1.crate) = c6ee9002f0500dc1a4820d3f135018694798808354bd4f89f983fe495a27f4d14c538c95c7d8b5e4d17ae6ea1cef3f424e87d80f83f6ea6dad92039e1a3166b4 SHA512 (ipnet-2.7.2.crate) = 53cc9dcfaf4d4e83a436b739319d892e1b0e45cdf85a36ac6a8a1594b38caff719074b2c6008361b1cd40bf03fc705e9149aea54b4c75f88af2da9f20706e39e

Loading…
Cancel
Save