Hello community,

here is the log from the commit of package axis for openSUSE:Factory checked in 
at 2019-04-17 11:22:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/axis (Old)
 and      /work/SRC/openSUSE:Factory/.axis.new.17052 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "axis"

Wed Apr 17 11:22:10 2019 rev:33 rq:694192 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/axis/axis.changes        2019-02-02 
21:44:44.076215455 +0100
+++ /work/SRC/openSUSE:Factory/.axis.new.17052/axis.changes     2019-04-17 
11:22:11.782337062 +0200
@@ -1,0 +2,5 @@
+Mon Apr 15 08:23:08 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Replace find -exec rm by just -delete
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ axis.spec ++++++
--- /var/tmp/diff_new_pack.CqaFW2/_old  2019-04-17 11:22:14.598340375 +0200
+++ /var/tmp/diff_new_pack.CqaFW2/_new  2019-04-17 11:22:14.598340375 +0200
@@ -104,9 +104,7 @@
 %patch8 -p1
 
 # Remove provided binaries
-find . -name "*.jar" -exec rm -f {} \;
-find . -name "*.zip" -exec rm -f {} \;
-find . -name "*.class" -exec rm -f {} \;
+find . "(" -name "*.jar" -o -name "*.zip" -o -name "*.class" ")" -delete
 rm -rf src/org/apache/axis/enum
 rm -f src/org/apache/axis/providers/java/CORBAProvider.java
 rm -f src/org/apache/axis/deployment/wsdd/providers/WSDDJavaCORBAProvider.java


Reply via email to