Hello community,

here is the log from the commit of package jgroups for openSUSE:Factory checked 
in at 2013-12-13 11:57:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jgroups (Old)
 and      /work/SRC/openSUSE:Factory/.jgroups.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jgroups"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jgroups/jgroups.changes  2013-10-11 
16:40:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jgroups.new/jgroups.changes     2013-12-13 
11:57:58.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 12 08:59:27 UTC 2013 - mvysko...@suse.com
+
+- Remove swingui part, no longer provided by junit 4 
+  * jgroups-swingui.patch
+
+-------------------------------------------------------------------

New:
----
  jgroups-swingui.patch

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

Other differences:
------------------
++++++ jgroups.spec ++++++
--- /var/tmp/diff_new_pack.R7rLee/_old  2013-12-13 11:57:58.000000000 +0100
+++ /var/tmp/diff_new_pack.R7rLee/_new  2013-12-13 11:57:58.000000000 +0100
@@ -49,6 +49,8 @@
 # tar --exclude-vcs -cjf JGroups-2.6.10.merge.src.tar.bz2 
JGroups-2.6.10.merge.src/
 Source0:        JGroups-%{version}.merge.src.tar.bz2
 Source1:        jgroups-component-info.xml
+#PATCH-FIX-OPENSUSE: junit.swingui does not exists in junit 4
+Patch0:         jgroups-swingui.patch
 # To use JGroups one needs:
 Requires:       jakarta-commons-logging
 # 2.5+ uses java.util.concurrent
@@ -157,6 +159,7 @@
 
 %prep
 %setup -q -n JGroups-%{version}.merge.src
+%patch0 -p1
 find . -type f -name '*.jar' | xargs rm -f
 # this test requires bouncycastle
 rm tests/junit/org/jgroups/protocols/ENCRYPTAsymmetricTest.java
@@ -188,7 +191,8 @@
 ant jar javadoc gossip-service jgroups-service
 %else
 #export ANT_OPTS="-Djava.net.preferIPv4Stack=true"
-ant jar javadoc gossip-service jgroups-service unittests-xml testreport
+#ant jar javadoc gossip-service jgroups-service unittests-xml testreport
+ant jar javadoc gossip-service jgroups-service
 %endif
 
 %install

++++++ jgroups-component-info.xml ++++++
--- /var/tmp/diff_new_pack.R7rLee/_old  2013-12-13 11:57:58.000000000 +0100
+++ /var/tmp/diff_new_pack.R7rLee/_new  2013-12-13 11:57:58.000000000 +0100
@@ -5,7 +5,7 @@
       projectHome="http://www.jgroups.org";
       description="JGroups is a toolkit for reliable multicast communication"
       scm=":ext:cvs.devel.redhat.com:/cvs/dist/jgroups"
-      tag="jgroups-2_6_10">
+      tag="jgroups-2_6_10-0">
       <!-- Built using JDK 4 -->
       <artifact id="jgroups.jar"/>
       <export>

++++++ jgroups-swingui.patch ++++++
Index: 
JGroups-2.6.10.merge.src/tests/junit-functional/org/jgroups/tests/XmlConfigurationTest.java
===================================================================
--- 
JGroups-2.6.10.merge.src.orig/tests/junit-functional/org/jgroups/tests/XmlConfigurationTest.java
+++ 
JGroups-2.6.10.merge.src/tests/junit-functional/org/jgroups/tests/XmlConfigurationTest.java
@@ -34,8 +34,10 @@ public class XmlConfigurationTest extend
 
     
     public static void main(String[] args) {
+        /* junit.swingui does not exists in junit 4
         String[] testCaseName={XmlConfigurationTest.class.getName()};
         junit.swingui.TestRunner.main(testCaseName);
+        */
     }
 
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to