From 928bdda92c14cb103ca378045a606e88690b7936 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 30 May 2021 12:42:39 -0600 Subject: [PATCH] Use brp-strip instead of brp-strip-shared (bz#1955380) --- macros.octave | 2 +- octave.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros.octave b/macros.octave index 38a6df6..cd9f1c8 100644 --- a/macros.octave +++ b/macros.octave @@ -67,7 +67,7 @@ fi \ # any shared objects. %octave_pkg_check \ %octave_cmd pkg("prefix","%{buildroot}%{octprefix}","%{buildroot}%{octarchprefix}");pkg("local_list",fullfile("%{buildroot}%{octshareprefix}","octave_packages"));pkg("list");pkg("install","-verbose",glob("%{_builddir}/%{buildsubdir}/build/%{octpkg}-%{version}-*.tar.gz"){1,1});pkg("load","%{octpkg}");pkg("list");runtests("%{buildroot}%{octpkgdir}");unlink(pkg("local_list")); \ -/usr/lib/rpm/brp-strip-shared %{__strip} \ +/usr/lib/rpm/brp-strip %{__strip} \ %{nil} # preun script - we need to remove our uninstall protection and perhaps diff --git a/octave.spec b/octave.spec index 04f3272..418161f 100644 --- a/octave.spec +++ b/octave.spec @@ -37,7 +37,7 @@ Name: octave Epoch: 6 Version: 5.2.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A high-level language for numerical computations License: GPLv3+ URL: http://www.octave.org @@ -444,6 +444,9 @@ make check %{?el7:|| :} %{_pkgdocdir}/refcard*.pdf %changelog +* Sun May 30 2021 Orion Poplawski - 6:5.2.0-13 +- Use brp-strip instead of brp-strip-shared (bz#1955380) + * Tue Apr 06 2021 Orion Poplawski - 6:5.2.0-12 - Backport readline 8.1 support (bz#1946773)