[octave] Update to 3.8.2-rc1, which seems to fix the FTBFS.

Susi Lehtola jussilehtola at fedoraproject.org
Tue Jun 10 05:04:17 UTC 2014


commit 4b94ef1f76894abd34c4caef85d282f780b6a55e
Author: Susi Lehtola <jussilehtola at fedoraproject.org>
Date:   Tue Jun 10 08:04:06 2014 +0300

    Update to 3.8.2-rc1, which seems to fix the FTBFS.

 .gitignore  |    1 +
 octave.spec |    8 ++++++--
 sources     |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 168e0ef..fe3ceb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ octave-3.2.4.tar.bz2
 /octave-3.8.0-rc2.tar.gz
 /octave-3.8.0.tar.bz2
 /octave-3.8.1.tar.bz2
+/octave-3.8.2-rc1.tar.gz
diff --git a/octave.spec b/octave.spec
index 18c1858..3747843 100644
--- a/octave.spec
+++ b/octave.spec
@@ -3,14 +3,15 @@
 
 # For rc versions, change release manually
 #global rcver %{nil}
+%global rcver 1
 %if 0%{?rcver:1}
 %global rctag -rc%{?rcver}
 %endif
 
 Name:           octave
 Epoch:          6
-Version:        3.8.1
-Release:        2%{?dist}
+Version:        3.8.2
+Release:        0.1.rc1%{?dist}
 Summary:        A high-level language for numerical computations
 Group:          Applications/Engineering
 License:        GPLv3+
@@ -291,6 +292,9 @@ fi
 
 
 %changelog
+* Tue Jun 10 2014 Susi Lehtola <jussilehtola at fedoraproject.org> - 6:3.8.2-0.1.rc1
+- Update to 3.8.2-rc1.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6:3.8.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 26b288f..cd6d666 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c5b9bd6b82b7fa3191af9706e7204f8  octave-3.8.1.tar.bz2
+510c8aabbf22541dd6aecd8868fa8651  octave-3.8.2-rc1.tar.gz


More information about the scm-commits mailing list