Update to 2.2.0

epel9
Josh Stone 5 years ago
parent 71a2212da6
commit 50cda3610a

1
.gitignore vendored

@ -1 +1,2 @@
/ipnet-2.1.0.crate /ipnet-2.1.0.crate
/ipnet-2.2.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%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.1.0 Version: 2.2.0
Release: 2%{?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
@ -45,7 +45,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md RELEASES.md %doc README.md RELEASES.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -57,7 +57,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -69,7 +69,7 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate. which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -90,6 +90,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Feb 06 2020 Josh Stone <jistone@redhat.com> - 2.2.0-1
- Update to 2.2.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (ipnet-2.1.0.crate) = 6f170e991c537338dd552c20c5db80c8d1d91e6bd5ee05e088019b0b6a9c2d9f8b6fef2a9cf4786639cdfd4d7eeb85aece0e3804f3857ebea0dfc235a1486fe0 SHA512 (ipnet-2.2.0.crate) = 4c3d31fe23c8d0dea0527a97e606965dfcf06a2a56a8da18204c5a77ef1e210e6464297bdf5aeb1011963ab7c44668ed64b5b829b255727b8e858931fc561f00

Loading…
Cancel
Save