Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-commons-logging for 
openSUSE:Factory checked in at 2021-04-27 21:34:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-logging (Old)
 and      /work/SRC/openSUSE:Factory/.apache-commons-logging.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-commons-logging"

Tue Apr 27 21:34:17 2021 rev:22 rq:888505 version:1.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/apache-commons-logging/apache-commons-logging.changes
    2019-10-03 16:15:24.668892446 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-logging.new.12324/apache-commons-logging.changes
 2021-04-27 21:34:22.983956223 +0200
@@ -1,0 +2,7 @@
+Wed Mar 24 09:22:40 UTC 2021 - Fridrich Strba <[email protected]>
+
+- Added patch
+  * no-tests.patch
+    + ignore failing tests for arm6
+
+-------------------------------------------------------------------

New:
----
  no-tests.patch

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

Other differences:
------------------
++++++ apache-commons-logging.spec ++++++
--- /var/tmp/diff_new_pack.VEBcob/_old  2021-04-27 21:34:23.563957178 +0200
+++ /var/tmp/diff_new_pack.VEBcob/_new  2021-04-27 21:34:23.567957184 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-logging
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2000-2007, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,6 +17,7 @@
 #
 
 
+%{!?arm6:%global arm6 armv3l armv4b armv4l armv4tl armv5b armv5l armv5teb 
armv5tel armv5tejl armv6l armv6hl}
 %define base_name  logging
 %define short_name commons-%{base_name}
 Name:           apache-%{short_name}
@@ -32,6 +33,7 @@
 Patch0:         commons-logging-1.1.3-src-junit.diff
 Patch1:         commons-logging-1.2-sourcetarget.patch
 Patch2:         commons-logging-manifests.patch
+Patch3:         no-tests.patch
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  glassfish-servlet-api
@@ -62,6 +64,10 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+# Disable tests on arm6
+%ifarch %{arm6}
+%patch3 -p1
+%endif
 
 sed -i 's/\r//' RELEASE-NOTES.txt LICENSE.txt
 


++++++ no-tests.patch ++++++
--- commons-logging-1.2-src/build.xml   2014-07-05 20:11:36.000000000 +0200
+++ commons-logging-1.2-src/build.xml   2021-03-24 10:17:33.609764305 +0100
@@ -613,7 +613,7 @@
   </target>
 
 
-  <target name="all" depends="clean,compile,test"
+  <target name="all" depends="clean,compile"
    description="Clean and compile all components"/>
 
 

Reply via email to