Update to version 2.8.0; Fixes RHBZ#2217707

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

1
.gitignore vendored

@ -8,3 +8,4 @@
/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 /ipnet-2.7.2.crate
/ipnet-2.8.0.crate

@ -5,7 +5,7 @@
%global crate ipnet %global crate ipnet
Name: rust-ipnet Name: rust-ipnet
Version: 2.7.2 Version: 2.8.0
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
@ -67,6 +67,18 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep

@ -1 +1 @@
SHA512 (ipnet-2.7.2.crate) = 53cc9dcfaf4d4e83a436b739319d892e1b0e45cdf85a36ac6a8a1594b38caff719074b2c6008361b1cd40bf03fc705e9149aea54b4c75f88af2da9f20706e39e SHA512 (ipnet-2.8.0.crate) = 18773715f0acad731885e551a402432a6fb29f120575ddde380cd8af8d332acf2b5be4657d1a321ae7a6226fa0ae58feb6ac295b6e4cd255144465c2ea2c0692

Loading…
Cancel
Save