From f39346869173ab4bdc6b50e70ccac540e2c8dc0e Mon Sep 17 00:00:00 2001 From: wangxiao65 Date: Tue, 1 Jul 2025 08:58:04 +0000 Subject: [PATCH] delete macros in changelog (cherry picked from commit 5834546230846fca5eee6c03c1dd75a7b92744df) --- scipy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scipy.spec b/scipy.spec index 396beb1..a957ea4 100644 --- a/scipy.spec +++ b/scipy.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: scipy Version: 1.12.0 -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 @@ -113,6 +113,9 @@ echo "%{_libdir}/%{name}" >> $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.c %config(noreplace) /etc/ld.so.conf.d/* %changelog +* Tue Jul 01 2025 wangxiao - 1.12.0-2 +- delete macros in changelog + * Thu Feb 22 2024 Liu Chao - 1.12.0-1 - Upgrade to 1.12.0 @@ -135,7 +138,7 @@ echo "%{_libdir}/%{name}" >> $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.c - Strip Dynamic library * Mon Aug 02 2021 chenyanpanHW - 1.2.2-6 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Sun Aug 01 2021 sunguoshuai - 1.2.2-5 - Fix build error with gcc 10 -- Gitee