[gdl] Update to 0.9 final

Orion Poplawski orion at fedoraproject.org
Mon Aug 30 17:38:23 UTC 2010


commit dabbdfcb81dc798f13d390d0d8e577a48b967c33
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Aug 30 11:38:22 2010 -0600

    Update to 0.9 final

 .gitignore           |    1 +
 gdl-0.9rc4-cvs.patch |86264 --------------------------------------------------
 gdl.spec             |   11 +-
 sources              |    2 +-
 4 files changed, 8 insertions(+), 86270 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2585ff6..36f1a20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gdl-0.9rc4.tar.gz
+/gdl-0.9.tar.gz
diff --git a/gdl.spec b/gdl.spec
index 608e1d9..8e82892 100644
--- a/gdl.spec
+++ b/gdl.spec
@@ -2,17 +2,16 @@
 
 Name:           gdl
 Version:        0.9
-Release:        0.17.rc4%{?dist}
+Release:        1%{?dist}
 Summary:        GNU Data Language
 
 Group:          Applications/Engineering
 License:        GPLv2+
 URL:            http://gnudatalanguage.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/gnudatalanguage/%{name}-%{version}rc4.tar.gz
+Source0:        http://downloads.sourceforge.net/gnudatalanguage/%{name}-%{version}.tar.gz
 Source1:        gdl.csh
 Source2:        gdl.sh
 Source3:        makecvstarball
-Patch0:         gdl-0.9rc4-cvs.patch
 Patch1:         gdl-0.9rc4-numpy.patch
 # Build with system antlr library.  Request for upstream change here:
 # https://sourceforge.net/tracker/index.php?func=detail&aid=2685215&group_id=97659&atid=618686
@@ -80,8 +79,7 @@ Provides:       %{name}-runtime = %{version}-%{release}
 
 
 %prep
-%setup -q -n %{name}-%{version}rc4
-%patch0 -p1 -b .cvs
+%setup -q -n %{name}-%{version}
 %patch1 -p1 -b .numpy
 %if !0%{?rhel}
 #patch4 -p1 -b .antlr
@@ -172,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 30 2010 Orion Poplawski <orion at cora.nwra.com> - 0.9-1
+- Update to 0.9 final
+
 * Thu Aug 26 2010 Orion Poplawski <orion at cora.nwra.com> - 0.9-0.17.rc4
 - Add initial patch to build the python module with numpy rather than
   numarray.  Doesn't work yet, but the python module is mostly dead anyway
diff --git a/sources b/sources
index f7a4204..df2d293 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dcef0d75308a13856a799d12755c80a3  gdl-0.9rc4.tar.gz
+dd357a8b2569629ba8d29078200d45e7  gdl-0.9.tar.gz


More information about the scm-commits mailing list