[octave-signal] update to 1.1.0

sailer sailer at fedoraproject.org
Sat Nov 5 20:26:46 UTC 2011


commit efc3fb768c3b0363e2997f2efe2aa2af955e9340
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Sat Nov 5 21:26:32 2011 +0100

    update to 1.1.0

 .gitignore              |    1 +
 octave-signal-fsf.patch |   11 -----------
 octave-signal.spec      |   22 +++++++++++++---------
 sources                 |    2 +-
 4 files changed, 15 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 208829a..18b9614 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /signal-1.0.11.tar.gz
+/signal-1.1.0.tar.gz
diff --git a/octave-signal.spec b/octave-signal.spec
index 7ccb379..9f584ff 100644
--- a/octave-signal.spec
+++ b/octave-signal.spec
@@ -1,29 +1,30 @@
 %global octpkg signal
 
 Name:           octave-%{octpkg}
-Version:        1.0.11
-Release:        2%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        Signal processing tools for Octave
 Group:          Applications/Engineering
 License:        GPLv3+
 URL:            http://octave.sourceforge.net/signal/
 Source0:        http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
-# update outdated FSF address
-# http://sourceforge.net/mailarchive/forum.php?thread_name=1307997599.17845.9.camel%40unreal.home.sailer.dynip.lugs.ch&forum_name=octave-dev
-Patch0:         %{name}-fsf.patch
 # avoid stripping binaries to get useful debuginfo packages
 # fedora specific - not upstreamed
 Patch1:         %{name}-nostrip.patch
 
 BuildRequires:  octave-devel
 BuildRequires:  octave-optim >= 1.0.0
-BuildRequires:  octave-specfun 
+BuildRequires:  octave-specfun
+BuildRequires:  octave-control
+BuildRequires:  octave-audio
 
 Requires:       octave(api) = %{octave_api}
 Requires(post): octave
 Requires(postun): octave
 Requires:       octave-optim >= 1.0.0
-Requires:       octave-specfun 
+Requires:       octave-specfun
+Requires:       octave-control
+Requires:       octave-audio
 
 Obsoletes:      octave-forge <= 20090607
 
@@ -32,8 +33,7 @@ Obsoletes:      octave-forge <= 20090607
 Signal processing tools, including filtering, windowing and display
 
 %prep
-%setup -q -n %{octpkg}-%{version}
-%patch0 -p0
+%setup -q -n %{octpkg}
 %patch1 -p0 -b .nostrip
 for i in inst/*.m; do
   iconv -f iso8859-1 -t utf-8 $i > $i.conv && mv -f $i.conv $i
@@ -65,11 +65,15 @@ rm -rf %{buildroot}
 %dir %{octpkgdir}
 %doc %{octpkgdir}/doc-cache
 %{octpkgdir}/*.m
+%{octpkgdir}/private/*.m
 %{octpkgdir}/packinfo
 %doc %{octpkgdir}/packinfo/COPYING
 
 
 %changelog
+* Sat Nov  5 2011 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.1.0-1
+- update to 1.1.0
+
 * Fri Aug 26 2011 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.0.11-2
 - review input
 
diff --git a/sources b/sources
index b29fe28..b484a3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-808a4b5d3c7953e1ac66ef870693cfa5  signal-1.0.11.tar.gz
+ea364ba77561c12f653ed6a86fb64fca  signal-1.1.0.tar.gz


More information about the scm-commits mailing list