Mailinglist Archive: opensuse-commit (1262 mails)
| < Previous | Next > |
commit jython
- From: root@xxxxxxx (h_root)
- Date: Sun, 17 Sep 2006 23:31:03 +0200 (CEST)
- Message-id: <20060917213103.C057A18BEC5@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package jython
checked in at Sun Sep 17 23:31:03 CEST 2006.
--------
--- jython/jython.changes 2006-01-25 21:46:49.000000000 +0100
+++ /work/users/ro/STABLE/jython/jython.changes 2006-09-17 23:20:41.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Sep 17 23:20:33 CEST 2006 - ro@xxxxxxx
+
+- set source=1.4 for java
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jython.spec ++++++
--- /var/tmp/diff_new_pack.YsYTBE/_old 2006-09-17 23:25:57.000000000 +0200
+++ /var/tmp/diff_new_pack.YsYTBE/_new 2006-09-17 23:25:57.000000000 +0200
@@ -1,11 +1,11 @@
#
# spec file for package jython (Version 2.2)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -21,8 +21,8 @@
%define release 0.a0.2jpp
%define section free
Version: 2.2
-Release: 7
-Summary: Java source interpreter
+Release: 24
+Summary: Java Source Interpreter
License: Other uncritical OpenSource License
URL: http://www.jython.org/
Source0: %{name}-cvs.tar.bz2
@@ -39,16 +39,16 @@
Jython is an implementation of the high-level, dynamic, object-oriented
language Python seamlessly integrated with the Java platform. The
predecessor to Jython, JPython, is certified as 100% Pure Java. Jython
-is freely available for both commercial and non-commercial use and is
+is freely available for both commercial and noncommercial use and is
distributed with source code. Jython is complementary to Java and is
-especially suited for the following tasks: Embedded scripting - Java
+especially suited for the following tasks: Embedded scripting--Java
programmers can add the Jython libraries to their system to allow end
users to write simple or complicated scripts that add functionality to
-the application. Interactive experimentation - Jython provides an
+the application. Interactive experimentation--Jython provides an
interactive interpreter that can be used to interact with Java packages
or with running Java applications. This allows programmers to
experiment and debug any Java system using Jython. Rapid application
-development - Python programs are typically 2-10X shorter than the
+development--Python programs are typically 2-10X shorter than the
equivalent Java program. This translates directly to increased
programmer productivity. The seamless interaction between Python and
Java allows developers to freely mix the two languages both during
@@ -152,6 +152,14 @@
%build
export CLASSPATH=$(build-classpath libreadline-java mysql-connector-java oro servlet)
rm -rf org/apache
+if ! grep -q "javac.*source=" build.xml ; then
+ perl -p -i -e 's|<javac |<javac source=\"1.4\" |' build.xml
+ perl -p -i -e 's|<javadoc |<javadoc source=\"1.4\" |' build.xml
+fi
+if ! grep -q "javac.*source=" dist/build.xml ; then
+ perl -p -i -e 's|<javac |<javac source=\"1.4\" |' dist/build.xml
+ perl -p -i -e 's|<javadoc |<javadoc source=\"1.4\" |' dist/build.xml
+fi
perl -p -i -e 's|execon|apply|g' build.xml
#ant -Dpython.lib=/usr/%_lib/python%pyver -DPyXmlHome=/usr/%_lib/python%pyver copy-dist
ant -Dpython.lib=./python/dist/src/Lib -DPyXmlHome=/usr/%_lib/python%pyver copy-dist
@@ -252,6 +260,8 @@
%{_datadir}/%{name}/Demo
%changelog -n jython
+* Sun Sep 17 2006 - ro@xxxxxxx
+- set source=1.4 for java
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Sun Sep 11 2005 - ro@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |