[packages/ant] - up to 1.9.3

arekm arekm at pld-linux.org
Tue Feb 11 22:13:35 CET 2014


commit 0592f3df79c81bfa8c34360631ccbed2c98f5963
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Feb 11 22:07:27 2014 +0100

    - up to 1.9.3

 ant-antRun.patch | 22 +---------------------
 ant.spec         |  4 ++--
 2 files changed, 3 insertions(+), 23 deletions(-)
---
diff --git a/ant.spec b/ant.spec
index beb1dc9..5970754 100644
--- a/ant.spec
+++ b/ant.spec
@@ -52,12 +52,12 @@ Summary(fr.UTF-8):	Outil de compilation pour java
 Summary(it.UTF-8):	Tool per la compilazione di programmi java
 Summary(pl.UTF-8):	Ant - narzędzie do budowania w Javie
 Name:		ant
-Version:	1.8.4
+Version:	1.9.3
 Release:	%{bootstrap_release %rel}
 License:	Apache
 Group:		Development/Languages/Java
 Source0:	http://www.apache.org/dist/ant/source/apache-%{name}-%{version}-src.tar.bz2
-# Source0-md5:	c474fa9d0c35a24037c23b6e476862c1
+# Source0-md5:	995f21618acdf35beacc465c84d79534
 Source1:	%{name}.conf
 Patch0:		%{name}-antRun.patch
 
diff --git a/ant-antRun.patch b/ant-antRun.patch
index 2488390..1d72345 100644
--- a/ant-antRun.patch
+++ b/ant-antRun.patch
@@ -10,24 +10,4 @@ diff -ur apache-ant-1.6.5/src/main/org/apache/tools/ant/taskdefs/Exec.java apach
                      command = antRun + " " + dir + " " + command;
                  }
              }
-diff -ur apache-ant-1.6.5/src/main/org/apache/tools/ant/taskdefs/Execute.java apache-ant-1.6.5-antRun/src/main/org/apache/tools/ant/taskdefs/Execute.java
---- apache-ant-1.6.5/src/main/org/apache/tools/ant/taskdefs/Execute.java	2005-06-02 15:19:56.000000000 +0200
-+++ apache-ant-1.6.5-antRun/src/main/org/apache/tools/ant/taskdefs/Execute.java	2006-09-12 15:01:09.000000000 +0200
-@@ -127,7 +127,7 @@
-             }
-         } else {
-             // Generic
--            shellLauncher = new ScriptCommandLauncher("bin/antRun",
-+            shellLauncher = new ScriptCommandLauncher("antRun",
-                 new CommandLauncher());
-         }
-     }
-@@ -1038,7 +1038,7 @@
-             }
-             String antRun =
-                 FILE_UTILS.resolveFile(project.getBaseDir(),
--                        antHome + File.separator + myScript).toString();
-+                        "@BINDIR@" + File.separator + myScript).toString();
- 
-             // Build the command
-             File commandDir = workingDir;
+
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ant.git/commitdiff/0592f3df79c81bfa8c34360631ccbed2c98f5963



More information about the pld-cvs-commit mailing list