Hello community,

here is the log from the commit of package qdox for openSUSE:Factory checked in 
at 2014-09-01 07:59:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qdox (Old)
 and      /work/SRC/openSUSE:Factory/.qdox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qdox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qdox/qdox.changes        2014-08-14 
14:57:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qdox.new/qdox.changes   2014-09-01 
07:59:01.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Aug 28 08:39:19 UTC 2014 - [email protected]
+
+- rename the conditional to junit_test and switch the default,
+  bootstrapping factory is more important than a single test
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qdox.spec ++++++
--- /var/tmp/diff_new_pack.kvsvBW/_old  2014-09-01 07:59:02.000000000 +0200
+++ /var/tmp/diff_new_pack.kvsvBW/_new  2014-09-01 07:59:02.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 %bcond_with maven
-%bcond_with java_bootstrap
+%bcond_with junit_test
 # If you want repolib package to be built,
 # issue the following: 'rpmbuild --with repolib'
 %define _with_repolib 1
@@ -62,14 +62,14 @@
 BuildRequires:  ant >= 1.6
 #BuildRequires:  ant-junit >= 1.6
 BuildRequires:  byaccj
-%if %{with java_bootstrap}
-BuildRequires:  java-cup-bootstrap
-BuildRequires:  jflex-bootstrap
-%else
+%if %{with junit_test}
 BuildRequires:  java-cup
 BuildRequires:  jflex
 BuildRequires:  jmock
 BuildRequires:  junit >= 3.8.1
+%else
+BuildRequires:  java-cup-bootstrap
+BuildRequires:  jflex-bootstrap
 %endif
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -165,7 +165,7 @@
     ../src/grammar/parser.y
 popd
 mv target/Parser.java src/java/com/thoughtworks/qdox/parser/impl
-%if %{with java_bootstrap}
+%if ! %{with junit_test}
 rm -f src/java/com/thoughtworks/qdox/junit/APITestCase.java
 %endif
 ant -Dbuild.sysclasspath=only jar javadoc





-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to