From 2e8bd9b614565ea3b14a10873446b975a6dbaad5 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 11 2022 18:04:29 +0000 Subject: import nispor-1.2.2-1.el9 --- diff --git a/.gitignore b/.gitignore index b3acf36..edeb6e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/nispor-1.1.1-vendor.tar.xz -SOURCES/nispor-1.1.1.tar.gz +SOURCES/nispor-1.2.2-vendor.tar.xz +SOURCES/nispor-1.2.2.tar.gz diff --git a/.nispor.metadata b/.nispor.metadata index 49cf2a0..18ece75 100644 --- a/.nispor.metadata +++ b/.nispor.metadata @@ -1,2 +1,2 @@ -ab6b879911102b36b276d080de78967279016b02 SOURCES/nispor-1.1.1-vendor.tar.xz -c4bff5488cde6eaf881d510e463f6c3f0e13aae2 SOURCES/nispor-1.1.1.tar.gz +197dc61c76ce3bb339b4ea23ac3fb4ad19b64aff SOURCES/nispor-1.2.2-vendor.tar.xz +87b41542bb3eb5df74f90ffdbb3385229689a88f SOURCES/nispor-1.2.2.tar.gz diff --git a/SPECS/nispor.spec b/SPECS/nispor.spec index 209b41f..e794a4f 100644 --- a/SPECS/nispor.spec +++ b/SPECS/nispor.spec @@ -1,6 +1,6 @@ Name: nispor -Version: 1.1.1 -Release: 2%{?dist} +Version: 1.2.2 +Release: 1%{?dist} Summary: API for network status querying License: ASL 2.0 URL: https://github.com/nispor/nispor @@ -127,6 +127,7 @@ This package contains C binding of %{name}. _FLAGS=`sed -ne 's/rustflags = "\(.\+\)"/\1/p' .cargo/config.toml` sed -i -e "s/rustflags = \[\(.\+\), \]$/rustflags = [\1, \"$_FLAGS\"]/" \ .cargo/config +rm .cargo/config.toml %build make @@ -164,6 +165,9 @@ popd %{_libdir}/pkgconfig/nispor.pc %changelog +* Fri Dec 03 2021 Gris Ge - 1.2.2-1 +- Upgrade to 1.2.2. Resolves: RHBZ#1996623 + * Mon Aug 09 2021 Mohan Boddu - 1.1.1-2 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688