diff --git a/.cvsignore b/.cvsignore index 8ac9e95..4b9e482 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gdl-0.9pre2.tar.gz +gdl-0.9pre3.tar.gz diff --git a/gdl-0.9pre2-specialization.patch b/gdl-0.9pre2-specialization.patch deleted file mode 100644 index 22a2c52..0000000 --- a/gdl-0.9pre2-specialization.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- gdl-0.9pre2/src/specializations.hpp.orig 2006-06-12 23:24:09.000000000 -0600 -+++ gdl-0.9pre2/src/specializations.hpp 2006-09-19 10:23:58.000000000 -0600 -@@ -237,6 +237,12 @@ - Data_* Data_::LogNeg(); - - // datatypes.cpp -+template<> -+Data_::Data_(const dimension& dim_, BaseGDL::InitType iT); -+template<> -+Data_::Data_(const dimension& dim_, BaseGDL::InitType iT); -+template<> -+Data_::Data_(const dimension& dim_, BaseGDL::InitType iT); - template<> SizeT Data_::NBytes() const; - // template<> SizeT Data_::NBytes() const; - // template<> SizeT Data_::NBytes() const; diff --git a/gdl.spec b/gdl.spec index 085b33b..a190e8a 100644 --- a/gdl.spec +++ b/gdl.spec @@ -1,13 +1,12 @@ Name: gdl Version: 0.9 -Release: 0.pre3.1%{?dist} +Release: 0.pre3.2%{?dist} Summary: GNU Data Language Group: Applications/Engineering License: GPL URL: http://gnudatalanguage.sourceforge.net/ -Source0: http://dl.sf.net/gnudata/%{name}-%{version}pre2.tar.gz -Patch0: gdl-0.9pre2-specialization.patch +Source0: http://dl.sf.net/gnudata/%{name}-%{version}pre3.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel, ncurses-devel @@ -24,8 +23,7 @@ Systems Inc. %prep -%setup -q -n %{name}-%{version}pre2 -%patch -p1 +%setup -q -n %{name}-%{version}pre3 %build @@ -51,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Nov 22 2006 - Orion Poplawski - 0.9-0.pre3.2 +- Update to 0.9pre3 + * Wed Oct 3 2006 - Orion Poplawski - 0.9-0.pre3.1 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 diff --git a/sources b/sources index 32b84db..2bf73a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41a3a2184dad0292affe090e146308ca gdl-0.9pre2.tar.gz +0bf35ded3b585507c021f8292ad6f611 gdl-0.9pre3.tar.gz