[weka] Update to 3.6.8

Miloš Jakubíček mjakubicek at fedoraproject.org
Sun Aug 19 16:56:16 UTC 2012


commit b2332257769afe15c192ed47b8411d49937435a9
Author: Milos Jakubicek <xjakub at fi.muni.cz>
Date:   Sun Aug 19 18:55:46 2012 +0200

    Update to 3.6.8

 .gitignore |    1 +
 sources    |    2 +-
 weka.spec  |   11 +++++++----
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7fe95cd..5dcd99e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 weka-3-6-2.zip
 /weka-3-6-7.zip
+/weka-3-6-8.zip
diff --git a/sources b/sources
index 665b4ab..03a1ec3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4eafc7c4a4e465ef9989f1c7a337ffaa  weka-3-6-7.zip
+8651d34e0e119750047b482aea35f359  weka-3-6-8.zip
diff --git a/weka.spec b/weka.spec
index dac8340..4a3ede0 100644
--- a/weka.spec
+++ b/weka.spec
@@ -1,4 +1,4 @@
-%global _version 3-6-7
+%global _version 3-6-8
 
 # whether to run jUnit tests, caution: takes horribly long
 # currently disabled as the tests fail, filed in upstream's bugtracker:
@@ -6,8 +6,8 @@
 # %%global _with_tests 1
 
 Name:			weka
-Version:		3.6.7
-Release:		2%{?dist}
+Version:		3.6.8
+Release:		1%{?dist}
 Summary:		Waikato Environment for Knowledge Analysis
 
 Group:			Applications/Engineering
@@ -61,7 +61,7 @@ unzip %{name}-src.jar
 # remove prebuilt jars
 find -name '*.jar' -delete -o -name '*.class' -delete
 # we won't run JUnit tests and 128m for making javadocs was not enough:( + fix build failure on missing Mac pieces
-sed -i -e 's/name="lib" value="lib"/name="lib" value="src"/' -e 's/maxmemory="128m"/maxmemory="256m"/' \
+sed -i -e 's/name="lib" value="lib"/name="lib" value="src"/' -e 's/maxmemory="128m"/maxmemory="256m"/'\
        -e 's#<copy todir="${build}/classes/weka/gui" file="resources/MacArffOpenFilesHandler.class"/>##' build.xml
 %build
 export CLASSPATH=$(build-classpath java_cup java_cup-runtime jflex)
@@ -143,6 +143,9 @@ fi
 %{_javadocdir}/%{name}
 
 %changelog
+* Sun Aug 19 2012 Miloš Jakubíček <xjakub at fi.muni.cz> - 3.6.8-1
+- Update to 3.6.8
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.6.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list