rpms/octave-forge/F-13 octave-forge-20090607-java-build.patch, 1.1, 1.2 octave-forge.spec, 1.88, 1.89

alexlan alexlan at fedoraproject.org
Mon Jul 5 06:57:58 UTC 2010


Author: alexlan

Update of /cvs/pkgs/rpms/octave-forge/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1602

Modified Files:
	octave-forge-20090607-java-build.patch octave-forge.spec 
Log Message:
- Update java patch to disable autoloading of java package
  currently this package leads to crashing on exit (#562276)


octave-forge-20090607-java-build.patch:
 DESCRIPTION     |    2 +-
 src/__java__.cc |    7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

Index: octave-forge-20090607-java-build.patch
===================================================================
RCS file: /cvs/pkgs/rpms/octave-forge/F-13/octave-forge-20090607-java-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- octave-forge-20090607-java-build.patch	20 Aug 2009 04:33:54 -0000	1.1
+++ octave-forge-20090607-java-build.patch	5 Jul 2010 06:57:57 -0000	1.2
@@ -29,3 +29,13 @@
  }
  
  static octave_value convert_to_string (JNIEnv *jni_env, jobject java_object, bool force, char type)
+--- extra/java-1.2.6/DESCRIPTION.orig	2010-07-05 02:14:59.482807931 -0400
++++ extra/java-1.2.6/DESCRIPTION	2010-07-05 02:15:05.839558431 -0400
+@@ -7,6 +7,6 @@
+ Description: Provides Java interface with OO-like Java objects manipulation
+ Categories: Java
+ Depends: octave (>= 2.9.12)
+-Autoload: yes
++Autoload: no
+ License: GPL version 2 or later
+ Url: http://octave.sf.net


Index: octave-forge.spec
===================================================================
RCS file: /cvs/pkgs/rpms/octave-forge/F-13/octave-forge.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -p -r1.88 -r1.89
--- octave-forge.spec	19 Jun 2010 22:41:19 -0000	1.88
+++ octave-forge.spec	5 Jul 2010 06:57:57 -0000	1.89
@@ -2,7 +2,7 @@
 
 Name:           octave-forge
 Version:        20090607
-Release:        16%{?dist}
+Release:        17%{?dist}
 Summary:        Contributed functions for octave
 
 Group:          Applications/Engineering
@@ -244,6 +244,10 @@ octave -q -H --no-site-file --eval "pkg(
 
 
 %changelog
+* Mon Jul  5 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 20090607-17
+- Update java patch to disable autoloading of java package
+  currently this package leads to crashing on exit (#562276)
+
 * Sat Jun 19 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 20090607-16
 - Adapt two patches from Debian to disable autoloading of 'ann' package:
   http://patch-tracker.debian.org/patch/series/view/octave-ann/1.0.2+dfsg-2/warn-clear-all-at-init.diff



More information about the scm-commits mailing list