From 8ec7b3600a9eb89cb77e47f8693aa6b945460f2e Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sun, 26 Jan 2025 23:00:59 +0300 Subject: [PATCH] import rust-ipnet-2.11.0-1.el10 --- .gitignore | 2 +- .rust-ipnet.metadata | 2 +- SPECS/rust-ipnet.spec | 16 +++++++++++----- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index a5e8707..aa253ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ipnet-2.10.1.crate +SOURCES/ipnet-2.11.0.crate diff --git a/.rust-ipnet.metadata b/.rust-ipnet.metadata index 4e6eb8d..20a0e0d 100644 --- a/.rust-ipnet.metadata +++ b/.rust-ipnet.metadata @@ -1 +1 @@ -31ea4f923515c7c47d8e4aac08d308c71881441a SOURCES/ipnet-2.10.1.crate +a11393dd71705929d6d9aeddac04f1d77356925e SOURCES/ipnet-2.11.0.crate diff --git a/SPECS/rust-ipnet.spec b/SPECS/rust-ipnet.spec index 4d881d9..cd5a9df 100644 --- a/SPECS/rust-ipnet.spec +++ b/SPECS/rust-ipnet.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.7.2) +## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 26 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate ipnet Name: rust-ipnet -Version: 2.10.1 +Version: 2.11.0 Release: %autorelease Summary: Types and useful methods for working with IP prefixes @@ -132,10 +132,16 @@ use the "std" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Sun Jan 26 2025 Fabio Valentini - 2.11.0-1 +- Update to version 2.11.0; Fixes RHBZ#2338939 + +* Sun Jan 19 2025 Fedora Release Engineering - 2.10.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 20 2024 MSVSphere Packaging Team - 2.10.1-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Fri Oct 04 2024 Fabio Valentini - 2.10.1-1 - Update to version 2.10.1; Fixes RHBZ#2310682