[pkg-java] r8281 - in trunk/groovy/debian: . patches
Torsten Werner
twerner at alioth.debian.org
Tue May 19 20:02:43 UTC 2009
Author: twerner
Date: 2009-05-19 20:02:43 +0000 (Tue, 19 May 2009)
New Revision: 8281
Modified:
trunk/groovy/debian/changelog
trunk/groovy/debian/patches/build.diff
Log:
New upstream release
Modified: trunk/groovy/debian/changelog
===================================================================
--- trunk/groovy/debian/changelog 2009-05-19 19:39:42 UTC (rev 8280)
+++ trunk/groovy/debian/changelog 2009-05-19 20:02:43 UTC (rev 8281)
@@ -1,3 +1,9 @@
+groovy (1.6.3-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Torsten Werner <twerner at debian.org> Tue, 19 May 2009 21:49:37 +0200
+
groovy (1.6.2-1) unstable; urgency=low
* New upstream release
Modified: trunk/groovy/debian/patches/build.diff
===================================================================
--- trunk/groovy/debian/patches/build.diff 2009-05-19 19:39:42 UTC (rev 8280)
+++ trunk/groovy/debian/patches/build.diff 2009-05-19 20:02:43 UTC (rev 8281)
@@ -1,13 +1,13 @@
-Index: groovy-1.6.0/src/main/org/codehaus/groovy/ant/Groovy.java
+Index: groovy-1.6.3/src/main/org/codehaus/groovy/ant/Groovy.java
===================================================================
---- groovy-1.6.0.orig/src/main/org/codehaus/groovy/ant/Groovy.java 2009-03-02 01:41:35.000000000 -0500
-+++ groovy-1.6.0/src/main/org/codehaus/groovy/ant/Groovy.java 2009-03-02 01:41:46.000000000 -0500
+--- groovy-1.6.3.orig/src/main/org/codehaus/groovy/ant/Groovy.java 2009-05-13 22:29:38.000000000 +0200
++++ groovy-1.6.3/src/main/org/codehaus/groovy/ant/Groovy.java 2009-05-19 21:57:33.000000000 +0200
@@ -510,7 +510,7 @@
- private void createNewArgs(String txt) throws IOException {
- final String[] args = cmdline.getCommandline();
- // Temporary file - delete on exit, create (assured unique name).
-- final File tempFile = FileUtils.getFileUtils().createTempFile(PREFIX, SUFFIX, null, true, true);
-+ final File tempFile = FileUtils.getFileUtils().createTempFile(PREFIX, SUFFIX, null, true);
- final String[] commandline = new String[args.length + 1];
- DefaultGroovyMethods.write(tempFile, txt);
- commandline[0] = tempFile.getCanonicalPath();
+ private void createNewArgs(String txt) throws IOException {
+ final String[] args = cmdline.getCommandline();
+ // Temporary file - delete on exit, create (assured unique name).
+- final File tempFile = FileUtils.getFileUtils().createTempFile(PREFIX, SUFFIX, null, true, true);
++ final File tempFile = FileUtils.getFileUtils().createTempFile(PREFIX, SUFFIX, null, true);
+ final String[] commandline = new String[args.length + 1];
+ DefaultGroovyMethods.write(tempFile, txt);
+ commandline[0] = tempFile.getCanonicalPath();
More information about the pkg-java-commits
mailing list