Hello community, here is the log from the commit of package jgroups for openSUSE:Factory checked in at 2014-06-30 22:49: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-12-13 11:57:58.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.jgroups.new/jgroups.changes 2014-06-30 22:49:59.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jun 27 13:48:13 UTC 2014 - [email protected] + +- Fix build on SLE11 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jgroups.spec ++++++ --- /var/tmp/diff_new_pack.cVezNi/_old 2014-06-30 22:50:00.000000000 +0200 +++ /var/tmp/diff_new_pack.cVezNi/_new 2014-06-30 22:50:00.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package jgroups # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -52,7 +52,7 @@ #PATCH-FIX-OPENSUSE: junit.swingui does not exists in junit 4 Patch0: jgroups-swingui.patch # To use JGroups one needs: -Requires: jakarta-commons-logging +Requires: apache-commons-logging # 2.5+ uses java.util.concurrent #Requires: concurrent Requires: bsh @@ -70,8 +70,8 @@ BuildRequires: javapackages-tools # 2.5+ uses java.util.concurrent #BuildRequires: concurrent +BuildRequires: apache-commons-logging BuildRequires: geronimo-jms-1_1-api -BuildRequires: jakarta-commons-logging BuildRequires: jaxp_parser_impl BuildRequires: junit BuildRequires: log4j @@ -188,11 +188,11 @@ ln -sf $(build-classpath xalan-j2-serializer) . popd %if %{without_tests} -ant jar javadoc gossip-service jgroups-service +ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 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 +ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc gossip-service jgroups-service %endif %install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
