From c1bda8f9c5e898441b4adc3ca5e743275776c3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=96=87=E5=AE=87?= Date: Tue, 25 Oct 2022 03:22:50 +0000 Subject: [PATCH] rebuild package update release number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘文宇 --- nspr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nspr.spec b/nspr.spec index 862eb96..699fe14 100644 --- a/nspr.spec +++ b/nspr.spec @@ -1,7 +1,7 @@ %global nspr_version 4.32 Name: nspr Version: 4.32.0 -Release: 1 +Release: 2 Summary: Netscape Portable Runtime License: MPLv2.0 URL: http://www.mozilla.org/projects/nspr @@ -83,6 +83,9 @@ install -c -m 644 nspr-config.1 $RPM_BUILD_ROOT%{_mandir}/man1/nspr-config.1 %{_mandir}/man*/* %changelog +* Tue Oct 25 2022 Wenyu Liu - 4.32.0-2 +- rebuild package + * Mon Nov 29 2021 zhouwenpei - 4.32.0-1 - update to 4.32.0 -- Gitee