From 11978513d926956617c8e89b94e756b64b0cb1b0 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:30:27 +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: 刘文宇 --- scipy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scipy.spec b/scipy.spec index 85dab02..12a1e26 100644 --- a/scipy.spec +++ b/scipy.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} Name: scipy Version: 1.6.2 -Release: 1 +Release: 2 Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering License: Qhull and Apache-2.0 URL: https://www.scipy.org @@ -98,6 +98,9 @@ echo "%{_libdir}/%{name}" >> $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.c %config(noreplace) /etc/ld.so.conf.d/* %changelog +* Tue Oct 25 2022 Wenyu Liu - 1.6.2-2 +- rebuild package + * Fri Dec 24 2021 zhouwenpei - 1.6.2-1 - upgrade to 1.6.2 -- Gitee