Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2017-10-30 21:17:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ant (Old)
 and      /work/SRC/openSUSE:Factory/.ant.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ant"

Mon Oct 30 21:17:40 2017 rev:66 rq:537394 version:1.9.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes    2017-10-28 
14:20:16.758634190 +0200
+++ /work/SRC/openSUSE:Factory/.ant.new/ant-antlr.changes       2017-10-30 
21:17:39.656994471 +0100
@@ -1,0 +2,6 @@
+Sat Oct 28 16:17:19 UTC 2017 - [email protected]
+
+- Simply use find -delete over xargs.
+- Make description neutral.
+
+-------------------------------------------------------------------
ant-junit.changes: same change
ant.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ant-antlr.spec ++++++
--- /var/tmp/diff_new_pack.VmDWJ8/_old  2017-10-30 21:17:42.460892525 +0100
+++ /var/tmp/diff_new_pack.VmDWJ8/_new  2017-10-30 21:17:42.464892379 +0100
@@ -98,7 +98,7 @@
 %else
 %description
 Apache Ant is a Java-based build tool. In theory, it is kind of like
-Make, but without Make's wrinkles.
+Make. Build description files are written in XML.
 %endif
 
 %if %{with bootstrap}
@@ -344,7 +344,7 @@
 %patch6 -p1
 
 # clean jar files
-%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t rm
+find . -name "*.jar" -print -delete
 
 # failing testcases. TODO see why
 rm 
src/tests/junit/org/apache/tools/ant/types/selectors/SignedSelectorTest.java \
@@ -530,7 +530,7 @@
                                                  -a ! -name log.xsl \
                                                  -a ! -name 
mmetrics-frames.xsl \
                                                  -a ! -name tagdiff.xsl \
-                                                 | xargs -t rm
+                                                 -print -delete
 %endif
 
 %if %{with bootstrap}

ant-junit.spec: same change
++++++ ant.spec ++++++
--- /var/tmp/diff_new_pack.VmDWJ8/_old  2017-10-30 21:17:42.544889471 +0100
+++ /var/tmp/diff_new_pack.VmDWJ8/_new  2017-10-30 21:17:42.548889325 +0100
@@ -97,7 +97,7 @@
 %else
 %description
 Apache Ant is a Java-based build tool. In theory, it is kind of like
-Make, but without Make's wrinkles.
+Make. Build description files are written in XML.
 %endif
 
 %if %{with bootstrap}
@@ -343,7 +343,7 @@
 %patch6 -p1
 
 # clean jar files
-%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t rm
+find . -name "*.jar" -print -delete
 
 # failing testcases. TODO see why
 rm 
src/tests/junit/org/apache/tools/ant/types/selectors/SignedSelectorTest.java \
@@ -529,7 +529,7 @@
                                                  -a ! -name log.xsl \
                                                  -a ! -name 
mmetrics-frames.xsl \
                                                  -a ! -name tagdiff.xsl \
-                                                 | xargs -t rm
+                                                 -print -delete
 %endif
 
 %if %{with bootstrap}



Reply via email to