From 5485d1f56e28a5d58b12025eb8047e0ce4b55470 Mon Sep 17 00:00:00 2001 From: yuqiuli Date: Fri, 13 Dec 2024 10:00:19 +0000 Subject: [PATCH] fix %patchN is deprecated warning (cherry picked from commit 0c72548bf63493ce9b424c1dcc3283625639bbee) --- unizip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/unizip.spec b/unizip.spec index 8da9bea..4395bcf 100644 --- a/unizip.spec +++ b/unizip.spec @@ -4,7 +4,7 @@ Name: unizip Version: 0.0.3 -Release: 1 +Release: 2 Summary: unizip is a unified compression library that encapsulates zlib, snappy, lz4 and other compression algorithms into a unified interface. License: MulanPSL-2.0 @@ -35,7 +35,7 @@ with %{name}. %prep %setup -q -c -T -n %{name}-%{version} -a 0 -%patch0 -p1 -d %{name}-v%{version} +%patch 0 -p1 -d %{name}-v%{version} %setup -q -c -T -n lzma2200 -a 1 %build @@ -71,5 +71,8 @@ popd %{_libdir}/*.a %changelog +* Fri Dec 13 2024 yuqiuli - 0.0.3-2 +- fix %patchN is deprecated warning + * Tue Mar 28 2023 huangduirong - 0.0.3-1 - Package init