[octave] Update to 3.6.2-rc0.

Orion Poplawski orion at fedoraproject.org
Sun May 13 02:43:17 UTC 2012


commit 30ccb768417050ecacf8c111a3628291847c1971
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sat May 12 20:43:13 2012 -0600

    Update to 3.6.2-rc0.

 .gitignore  |    1 +
 octave.spec |   12 ++++++++----
 sources     |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2069b95..13f1282 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ octave-3.2.4.tar.bz2
 /octave-3.4.3.tar.bz2
 /octave-3.6.0.tar.bz2
 /octave-3.6.1.tar.bz2
+/octave-3.6.2-rc0.tar.bz2
diff --git a/octave.spec b/octave.spec
index 859e94d..9431dfe 100644
--- a/octave.spec
+++ b/octave.spec
@@ -2,13 +2,14 @@
 %global octave_api api-v48+
 
 Name:           octave
-Version:        3.6.1
-Release:        2%{?dist}
+Version:        3.6.2
+Release:        0.1.rc0%{?dist}
 Summary:        A high-level language for numerical computations
 Epoch:          6
 Group:          Applications/Engineering
 License:        GPLv3+
-Source0:        ftp://ftp.gnu.org/gnu/octave/octave-%{version}.tar.bz2
+#Source0:        ftp://ftp.gnu.org/gnu/octave/octave-%{version}.tar.bz2
+Source0:        ftp://alpha.gnu.org/gnu/octave/octave-%{version}-rc0.tar.bz2
 # RPM macros for helping to build Octave packages
 Source1:        macros.octave
 # https://savannah.gnu.org/bugs/index.php?32839
@@ -71,7 +72,7 @@ BuildArch:      noarch
 This package contains documentation for Octave.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-rc0
 %patch2 -p1 -b .pkgbuilddir
 
 # Check permissions
@@ -245,6 +246,9 @@ fi
 
 
 %changelog
+* Sat May 12 2012 Orion Poplawski <orion[AT]cora.nwra com> - 6:3.6.2-0.1.rc0
+- Update to 3.6.2-rc0.
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6:3.6.1-2
 - Rebuilt for c++ ABI breakage
 
diff --git a/sources b/sources
index 314cc7b..d1f534c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b543dd5ca743cba8c1d3474b1b99ae41  octave-3.6.1.tar.bz2
+4a8b92ece1fdc92f2e7e17e1c8d23364  octave-3.6.2-rc0.tar.bz2


More information about the scm-commits mailing list