|
|
@ -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}
|
|
|
|
|
|
|
|
|
|
|
|