[octave-symbolic] update to 1.1.0

sailer sailer at fedoraproject.org
Mon Oct 24 09:21:55 UTC 2011


commit 3d71730504cf1d9bb830c95cdd1d4ccb84e9901e
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Mon Oct 24 11:21:42 2011 +0200

    update to 1.1.0

 .gitignore            |    1 +
 octave-symbolic.patch |   31 -------------------------------
 octave-symbolic.spec  |   12 ++++++------
 sources               |    2 +-
 4 files changed, 8 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 26dc4c2..87bbd0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /symbolic-1.0.9.tar.gz
+/symbolic-1.1.0.tar.gz
diff --git a/octave-symbolic.spec b/octave-symbolic.spec
index 59ca2b7..04ccc12 100644
--- a/octave-symbolic.spec
+++ b/octave-symbolic.spec
@@ -1,15 +1,13 @@
 %global octpkg symbolic
 
 Name:           octave-%{octpkg}
-Version:        1.0.9
-Release:        3%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        Symbolic computations for Octave
 Group:          Applications/Engineering
 License:        GPLv2+
 URL:            http://octave.sourceforge.net/symbolic/
 Source0:        http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
-# This patch fixes a compile issue with an octave 3.4.0 API change.
-Patch0:         %{name}.patch
 
 BuildRequires:  octave-devel
 BuildRequires:  ginac-devel
@@ -26,8 +24,7 @@ Obsoletes:      octave-forge <= 20090607
 Symbolic toolbox based on GiNaC and CLN.
 
 %prep
-%setup -q -n %{octpkg}-%{version}
-%patch0 -p0 -b .fix340
+%setup -q -n %{octpkg}
 
 %build
 %octave_pkg_build
@@ -58,6 +55,9 @@ rm -f %{buildroot}/%{octpkgdir}/doc/INSTALL
 %doc %{octpkgdir}/doc
 
 %changelog
+* Mon Oct 24 2011 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.1.0-1
+- update to 1.1.0
+
 * Sat Aug 06 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.0.9-3
 - Bump spec due to change of octave api version.
 
diff --git a/sources b/sources
index 71ecc8e..0beafa3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff27e5482b3b4025d13b3bbf23b8c7d9  symbolic-1.0.9.tar.gz
+c6e7a4d9e3e1f9e836a28f9e1e8cf02e  symbolic-1.1.0.tar.gz


More information about the scm-commits mailing list