Hello community,

here is the log from the commit of package jakarta-commons-net for 
openSUSE:Factory checked in at 2013-01-30 09:32:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jakarta-commons-net (Old)
 and      /work/SRC/openSUSE:Factory/.jakarta-commons-net.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jakarta-commons-net", Maintainer is 
"[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jakarta-commons-net/jakarta-commons-net.changes  
2012-06-26 20:01:57.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-net.new/jakarta-commons-net.changes 
    2013-01-30 09:33:00.000000000 +0100
@@ -1,0 +2,12 @@
+Thu Nov 29 13:21:56 UTC 2012 - [email protected]
+
+- buildrequire saxon8 (bnc#780666)
+- remove self-obsolete commons-net
+
+-------------------------------------------------------------------
+Wed Nov 28 14:52:01 UTC 2012 - [email protected]
+
+- require saxon9 for build
+- don't build with java5 target
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jakarta-commons-net.spec ++++++
--- /var/tmp/diff_new_pack.NdG7ES/_old  2013-01-30 09:33:01.000000000 +0100
+++ /var/tmp/diff_new_pack.NdG7ES/_new  2013-01-30 09:33:01.000000000 +0100
@@ -65,14 +65,14 @@
 BuildRequires:  maven-plugin-test
 BuildRequires:  maven-plugin-xdoc
 BuildRequires:  maven-plugins-base
-BuildRequires:  saxon
-BuildRequires:  saxon-scripts
+BuildRequires:  saxon9
+BuildRequires:  saxon9-scripts
 %endif
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       oro >= 2.0.8
-Provides:       %{short_name}
-Obsoletes:      %{short_name}
+Provides:       %{short_name} = %{version}-%{release}
+Obsoletes:      %{short_name} < %{version}-%{release}
 Requires(post):    jpackage-utils >= 1.7.2
 Requires(postun):  jpackage-utils >= 1.7.2
 
@@ -134,16 +134,16 @@
 echo '<depset>' >> $DEPCAT
 for p in $(find . -name project.xml); do
     pushd $(dirname $p)
-    /usr/bin/saxon project.xml %{SOURCE1} >> $DEPCAT
+    /usr/bin/saxon9 project.xml %{SOURCE1} >> $DEPCAT
     popd
 done
 echo >> $DEPCAT
 echo '</depset>' >> $DEPCAT
-/usr/bin/saxon $DEPCAT %{SOURCE2} > commons-net-1.4.1-depmap.new.xml
+/usr/bin/saxon9 $DEPCAT %{SOURCE2} > commons-net-1.4.1-depmap.new.xml
 for p in $(find . -name project.xml); do
     pushd $(dirname $p)
     cp project.xml project.xml.orig
-    /usr/bin/saxon -o project.xml project.xml.orig %{SOURCE3} map=%{SOURCE4}
+    /usr/bin/saxon9 -o project.xml project.xml.orig %{SOURCE3} map=%{SOURCE4}
     popd
 done
 export MAVEN_HOME_LOCAL=$(pwd)/.maven
@@ -157,12 +157,10 @@
 ln -s %{_javadir}/oro.jar target/lib
 ln -s %{_javadir}/junit.jar target/lib
 %if %{without_tests}
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
-    -Dnoget=true -Dfinal.name=commons-net-%{version} 
-Dj2se.api=%{_javadocdir}/java jar javadoc
+ant -Dnoget=true -Dfinal.name=commons-net-%{version} 
-Dj2se.api=%{_javadocdir}/java jar javadoc
 %else
 export OPT_JAR_LIST="ant/ant-junit junit"
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
-    -Dnoget=true -Dfinal.name=commons-net-%{version} 
-Dj2se.api=%{_javadocdir}/java jar test javadoc
+ant -Dnoget=true -Dfinal.name=commons-net-%{version} 
-Dj2se.api=%{_javadocdir}/java jar test javadoc
 %endif
 %endif
 





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

Reply via email to