Update to version 2.5.1; Fixes RHBZ#2140455

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/ipnet-2.3.1.crate /ipnet-2.3.1.crate
/ipnet-2.4.0.crate /ipnet-2.4.0.crate
/ipnet-2.5.0.crate /ipnet-2.5.0.crate
/ipnet-2.5.1.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 23
%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-ipnet
Version: 2.5.0 Version: 2.5.1
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
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/ipnet URL: https://crates.io/crates/ipnet
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (ipnet-2.5.0.crate) = 40c841c71694d47f77757860c62a1b109bfb2e2d490e9b6d441d39116f7bda57e7be866d25348c1afb522f4b1caa75122fef79dfe9e3fec824345f3cc54376f9 SHA512 (ipnet-2.5.1.crate) = 6b27cdee3b00ba743c6d96685e9446c6fea9ee11955f66f3115bc6fe4ac9736c3e2460cc1a1a966804f5650f6d93d4e88b14124889813330e4fcbd816bba5efc

Loading…
Cancel
Save