Hello community, here is the log from the commit of package jdom for openSUSE:Factory checked in at Fri Mar 18 10:02:18 CET 2011.
-------- --- jdom/jdom.changes 2009-05-20 12:01:57.000000000 +0200 +++ /mounts/work_src_done/STABLE/jdom/jdom.changes 2011-03-17 15:48:42.000000000 +0100 @@ -1,0 +2,16 @@ +Thu Mar 17 14:48:00 UTC 2011 - [email protected] + +- move to gcj back - the java.lang.StackOverflow is nothing nice + +------------------------------------------------------------------- +Fri Mar 11 12:48:25 UTC 2011 - [email protected] + +- build using openjdk, split BR one per-line + +------------------------------------------------------------------- +Fri Mar 11 12:46:55 UTC 2011 - [email protected] + +- build using openjdk, write one BuildRequire per line, + no authors in description + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jdom.spec ++++++ --- /var/tmp/diff_new_pack.6HrOB6/_old 2011-03-18 09:51:30.000000000 +0100 +++ /var/tmp/diff_new_pack.6HrOB6/_new 2011-03-18 09:51:30.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package jdom (Version 1.1) +# spec file for package jdom # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -17,8 +17,6 @@ # norootforbuild - -Name: jdom %define xom_version 1.2b1 %define xom_suffix "" %define xom_dir %{_builddir}/%{name}-%{jdom_version}/XOM @@ -36,16 +34,13 @@ %define jaxen_dir %{_builddir}/%{name}-%{jdom_version}/jaxen-%{jaxen_version} %define jdom_dir %{_builddir}/%{name}-%{jdom_version}/%{name}-%{jdom_version} %define stage1_build_dir %{_builddir}/build -#<<< defines -#>>> package info -#>>> jdom -BuildRequires: ant ant-junit junit servletapi5 xalan-j2 xerces-j2 -BuildRequires: fastjar java-1_5_0-gcj-compat-devel unzip -License: The Apache Software License + +Name: jdom +License: ASLv.. Group: Development/Libraries/Java AutoReqProv: on Version: 1.1 -Release: 3 +Release: 13 Summary: JDOM is a Java Representation of an XML Document Url: http://www.jdom.org Source0: %{name}-%{version}.tar.bz2 @@ -64,7 +59,15 @@ Patch2: jdom-1.1-xom-get-jaxen.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -#ExclusiveArch: %ix86 +BuildRequires: ant +BuildRequires: ant-junit +BuildRequires: junit +BuildRequires: servletapi5 +BuildRequires: xalan-j2 +BuildRequires: xerces-j2 +BuildRequires: java-1_5_0-gcj-compat-devel +#!BuildIgnore: java-1_6_0-openjdk java-1_6_0-openjdk-devel +BuildRequires: unzip %description JDOM is, quite simply, a Java representation of an XML document. JDOM @@ -74,17 +77,10 @@ an alternative to DOM and SAX, although it integrates well with both DOM and SAX. - - -Authors: --------- - Jason Hunter <[email protected]> - Brett McLaughlin <[email protected]> - %package -n saxpath -License: The Apache Software License +License: ASLv.. Version: 1.0_FCS -Release: 274 +Release: 275 Summary: SAXPath is an event-based API for XPath parsers Group: Development/Libraries/Java @@ -95,42 +91,10 @@ expressions; it does not evaluate them, or even provide an object structure for representing them once they have been parsed. - - -Authors: --------- - Bob McWhirter - James Strachan - David Megginson - Erwin Bolwidt - Mark A. Belonga - Christian Nentwich - Alexander Day Chaffee - Jan Dvorak - Attila Szegedi - Peter Royal - Scott Sanders - Brian Ewins - Elliotte Rusty Harold - - David Peterson - Mark Wilson - Jacob Kjome - Michael Brennan - Jason Hunter - Brett Mclaughlin - Bradley S. Huffman - K. Ari Krupnikov - Paul R. Brown - Guoliang Cao - J�r�me N�gre - Eddie McGreal - Steen Lehmann - %package -n xom -License: LGPL v2.1 or later +License: LGPLv2.1+ Version: 1.2b1 -Release: 2 +Release: 10 Summary: XOM� is a new XML object model Group: Development/Languages/Java @@ -170,15 +134,10 @@ Canonical XML. XOM documents can be converted to and from SAX and DOM. - -Authors: --------- - Elliotte Rusty Harold - %package -n jaxen -License: The Apache Software License +License: ASLv.. Version: 1.1.1 -Release: 2 +Release: 10 Summary: The jaxen project is a Java XPath Engine Group: Development/Libraries/Java @@ -187,38 +146,6 @@ expressions across multiple models. Currently supported are dom4j, JDOM, and DOM. - - -Authors: --------- - Bob McWhirter - James Strachan - David Megginson - Erwin Bolwidt - Mark A. Belonga - Christian Nentwich - Alexander Day Chaffee - Jan Dvorak - Attila Szegedi - Peter Royal - Scott Sanders - Brian Ewins - Elliotte Rusty Harold - - David Peterson - Mark Wilson - Jacob Kjome - Michael Brennan - Jason Hunter - Brett Mclaughlin - Bradley S. Huffman - K. Ari Krupnikov - Paul R. Brown - Guoliang Cao - J�r�me N�gre - Eddie McGreal - Steen Lehmann - %prep %setup -q -c foo -a 1 -a 2 -a 3 -a 4 rm %{xom_dir}/%{xom_included_jaxen_archive} @@ -249,13 +176,7 @@ ${JAVACMD} -classpath ${CLASSPATH} -d %{stage1_build_dir} $file || FAILED_FILES="$FAILED_FILES $file" done unset CLASSPATH SOURCE_DIRS MAX -## some files faile with the ibm compiler ... lets try them wiht the gcj: -#for file in $FAILED_FILES -#do -# echo compiling class with gcj: -# gcj -C --classpath %{stage1_build_dir}:$(build-classpath $LIBGCJ xerces-j2 xalan-j2 xalan-j2-serializer junit servletapi5):%{jaxen_dir}/src/java/main/:%{jdom_dir}/src/java/:%{saxpath_dir}/src/java/main/:%{xom_dir}/src/:%{dom4j_dir}/src/java -d %{stage1_build_dir} $file || : -#done -# + pushd %{jdom_dir} ant -Dparser.jar=$(build-classpath xerces-j2) \ -Dxml-apis.jar=$(build-classpath xml-commons-apis) \ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
