Hello community,

here is the log from the commit of package xml-commons for openSUSE:Factory 
checked in at 2013-09-03 22:07:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xml-commons (Old)
 and      /work/SRC/openSUSE:Factory/.xml-commons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xml-commons"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xml-commons/xml-commons.changes  2013-06-05 
13:24:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xml-commons.new/xml-commons.changes     
2013-09-03 22:07:23.000000000 +0200
@@ -1,0 +2,25 @@
+Wed Aug 28 07:33:44 UTC 2013 - [email protected]
+
+- mark everything touched by update-alternatives as ghost file
+  to comfor Packaging Multiple Version guidelines
+- remove few attrs on links
+
+-------------------------------------------------------------------
+Mon Aug 26 12:48:12 UTC 2013 - [email protected]
+
+- Ignore own subpackages in order to break build cycle 
+
+-------------------------------------------------------------------
+Mon Aug 26 09:31:04 UTC 2013 - [email protected]
+
+- remove forgotten quilt from %%prep phase
+- adjust rpm Groups
+
+-------------------------------------------------------------------
+Fri Aug 23 14:04:09 UTC 2013 - [email protected]
+
+- drop javadoc subpackages
+  * add xml-commons-no-javadoc.patch
+- port to add_maven_depmap from javapackages-tools
+
+-------------------------------------------------------------------

New:
----
  xml-commons-no-javadoc.patch

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

Other differences:
------------------
++++++ xml-commons.spec ++++++
++++ 611 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/xml-commons/xml-commons.spec
++++ and /work/SRC/openSUSE:Factory/.xml-commons.new/xml-commons.spec



++++++ xml-commons-no-javadoc.patch ++++++
---
 xml-commons-1_0_b2/build.xml          |    8 +++++---
 xml-commons-external-1_3_04/build.xml |    6 ++++--
 xml-commons-resolver-1_1_b1/build.xml |    2 --
 3 files changed, 9 insertions(+), 7 deletions(-)

Index: xml-commons-1.3.04/xml-commons-1_0_b2/build.xml
===================================================================
--- xml-commons-1.3.04.orig/xml-commons-1_0_b2/build.xml
+++ xml-commons-1.3.04/xml-commons-1_0_b2/build.xml
@@ -44,16 +44,18 @@ just creates a distribution out of all o
 
   <target name="external"
           description="Calls just java/external/build.xml only.">
-    <ant dir="java/external" antfile="build.xml" target="all" >
+    <ant dir="java/external" antfile="build.xml" target="jar" >
+    </ant>
+    <ant dir="java/external" antfile="build.xml" target="exportsrc" >
     </ant>
   </target>
 
   <target name="jars"
           depends="external" 
           description="Calls all other java build files.">
-    <ant dir="java" antfile="which.xml" target="all" >
+    <ant dir="java" antfile="which.xml" target="jar" >
     </ant>
-    <ant dir="java" antfile="resolver.xml" target="all" >
+    <ant dir="java" antfile="resolver.xml" target="jar" >
     </ant>
   </target>
 
Index: xml-commons-1.3.04/xml-commons-resolver-1_1_b1/build.xml
===================================================================
--- xml-commons-1.3.04.orig/xml-commons-resolver-1_1_b1/build.xml
+++ xml-commons-1.3.04/xml-commons-resolver-1_1_b1/build.xml
@@ -65,8 +65,6 @@ just creates a distribution out of all o
           description="Calls all other java build files.">
     <ant dir="java" antfile="resolver.xml" target="jar" >
     </ant>
-    <ant dir="java" antfile="resolver.xml" target="javadocs" >
-    </ant>
   </target>
 
   <target name="dist"
Index: xml-commons-1.3.04/xml-commons-external-1_3_04/build.xml
===================================================================
--- xml-commons-1.3.04.orig/xml-commons-external-1_3_04/build.xml
+++ xml-commons-1.3.04/xml-commons-external-1_3_04/build.xml
@@ -54,19 +54,17 @@ just creates a distribution out of all o
 
   <target name="external"
           description="Calls just java/external/build.xml only.">
-    <ant dir="java/external" antfile="build.xml" target="all" >
+    <ant dir="java/external" antfile="build.xml" target="jar" >
     </ant>
   </target>
 
   <target name="jars"
           depends="external" 
           description="Calls all other java build files.">
-    <ant dir="java" antfile="which.xml" target="all" >
+    <ant dir="java" antfile="which.xml" target="jar" >
     </ant>
     <ant dir="java" antfile="resolver.xml" target="jar" >
     </ant>
-    <ant dir="java" antfile="resolver.xml" target="javadocs" >
-    </ant>
   </target>
 
   <target name="dist"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to