[octave-optim] update to 1.1.0

sailer sailer at fedoraproject.org
Tue Jun 5 07:58:01 UTC 2012


commit 29eaf3db02ec60d54d61e6bdfb9ac60354e35691
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Tue Jun 5 09:57:40 2012 +0200

    update to 1.1.0

 .gitignore        |    1 +
 octave-optim.spec |   15 +++++++++------
 sources           |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c7a4ab..b6166d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /optim-1.0.16.tar.gz
 /optim-1.0.17.tar.gz
+/optim-1.1.0.tar.gz
diff --git a/octave-optim.spec b/octave-optim.spec
index 3ae07d7..a2713b0 100644
--- a/octave-optim.spec
+++ b/octave-optim.spec
@@ -1,12 +1,12 @@
 %global octpkg optim
 
 Name:           octave-%{octpkg}
-Version:        1.0.17
-Release:        3%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        A non-linear optimization tool kit for Octave
 Group:          Applications/Engineering
-# C++ files are GPLv2+, .m files are GPLv2+ and GPLv3+, documentation is GFDL
-License:        GPLv2+ and GPLv3+ and GFDL
+# C++ and .m are GPLv3+, documentation is GFDL
+License:        GPLv3+ and GFDL
 URL:            http://octave.sourceforge.net/optim/
 Source0:        http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
 # avoid stripping binaries to get useful debuginfo packages
@@ -15,14 +15,14 @@ Patch0:         %{name}-nostrip.patch
 
 BuildRequires:  octave-devel
 BuildRequires:  octave-miscellaneous >= 1.0.11
-BuildRequires:  octave-struct >= 1.0.9 
+BuildRequires:  octave-struct >= 1.0.10 
 BuildRequires:  tex(latex)
 
 Requires:       octave(api) = %{octave_api}
 Requires(post): octave
 Requires(postun): octave
 Requires:       octave-miscellaneous >= 1.0.11
-Requires:       octave-struct >= 1.0.9 
+Requires:       octave-struct >= 1.0.10 
 
 Obsoletes:      octave-forge <= 20090607
 
@@ -78,6 +78,9 @@ rm -rf  %{buildroot}/%{octpkgdir}/doc
 %doc doc/optim-mini-howto-2.pdf doc/development/interfaces.txt
 
 %changelog
+* Tue Jun  5 2012 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.1.0-1
+- update to 1.1.0
+
 * Mon Jan 16 2012 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.0.17-3
 - rebuild for octave 3.6.0
 
diff --git a/sources b/sources
index d7d5988..28dad88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c0fec7cab490df5095b21a9c8e64bd1  optim-1.0.17.tar.gz
+56df215d1e52ea448987bfcf65c8486f  optim-1.1.0.tar.gz


More information about the scm-commits mailing list