From f3e519677eda7156fcf5e9b206536a1c0c33049f Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sat, 2 Jun 2018 11:11:05 -0600 Subject: [PATCH] Rebuild for glpk 4.65. Use ldconfig macros. --- octave.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/octave.spec b/octave.spec index b63f7f6..c66a801 100644 --- a/octave.spec +++ b/octave.spec @@ -21,7 +21,7 @@ Name: octave Epoch: 6 Version: 4.2.2 -Release: 1%{?rcver:.rc%{rcver}}%{?dist} +Release: 2%{?rcver:.rc%{rcver}}%{?dist} Summary: A high-level language for numerical computations Group: Applications/Engineering License: GPLv3+ @@ -379,7 +379,7 @@ export DISPLAY=:99 make check %post -/sbin/ldconfig +%{?ldconfig} %if %{builddocs} /sbin/install-info --info-dir=%{_infodir} --section="Programming" \ %{_infodir}/octave.info || : @@ -392,7 +392,7 @@ if [ "$1" = "0" ]; then fi %endif -%postun -p /sbin/ldconfig +%ldconfig_postun %files @@ -438,6 +438,10 @@ fi %{_pkgdocdir}/refcard*.pdf %changelog +* Sat Jun 2 2018 Jerry James - 6:4.2.2-2 +- Rebuild for glpk 4.65 +- Use ldconfig macros + * Wed Mar 14 2018 Orion Poplawski - 6:4.2.2-1 - Update to 4.2.2 - Fail build again if make check fails