Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2013-09-07 08:02:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tomcat (Old)
 and      /work/SRC/openSUSE:Factory/.tomcat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tomcat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes    2013-08-23 
11:04:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tomcat.new/tomcat.changes       2013-09-07 
08:02:46.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep  5 13:59:28 UTC 2013 - [email protected]
+
+- drop a dependency on unecessary -tomcat5 packages 
+- use commons-dbcp.jar for build
+- add missing commons-pool.jar to libdir
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tomcat.spec ++++++
--- /var/tmp/diff_new_pack.FVNiWf/_old  2013-09-07 08:02:47.000000000 +0200
+++ /var/tmp/diff_new_pack.FVNiWf/_new  2013-09-07 08:02:47.000000000 +0200
@@ -217,9 +217,9 @@
 Requires:       %{name}-jsp-%{jspspec}-api = %{version}-%{release}
 Requires:       %{name}-servlet-%{servletspec}-api = %{version}-%{release}
 Requires(post): ecj >= 4.2.1
-Requires(post): jakarta-commons-collections-tomcat5
-Requires(post): jakarta-commons-dbcp-tomcat5
-Requires(post): jakarta-commons-pool-tomcat5
+#Requires(post): jakarta-commons-collections-tomcat5
+#$Requires(post): jakarta-commons-dbcp-tomcat5
+#Requires(post): jakarta-commons-pool-tomcat5
 Requires(preun):%{__rm}
 
 %description lib
@@ -289,7 +289,7 @@
     -Dcommons-daemon.native.src.tgz="HACK" \
     -Djasper-jdt.jar="$(build-classpath ecj)" \
     -Djdt.jar="$(build-classpath ecj)" \
-    -Dtomcat-dbcp.jar="HACK" \
+    -Dtomcat-dbcp.jar="$(build-classpath commons-dbcp)" \
     -Dtomcat-native.tar.gz="HACK" \
     -Dtomcat-native.home="." \
     -Dcommons-daemon.native.win.mgr.exe="HACK" \
@@ -305,7 +305,8 @@
 
 # remove some jars that we'll replace with symlinks later
 %{__rm} output/build/bin/commons-daemon.jar \
-        output/build/lib/ecj.jar
+        output/build/lib/ecj.jar \
+        output/build/lib/commons-dbcp.jar
 # remove the cruft we created
 %{__rm} output/build/bin/tomcat-native.tar.gz
 
@@ -448,6 +449,7 @@
     %{__ln_s} ../%{name}-el-%{elspec}-api.jar .
     %{__ln_s} $(build-classpath commons-collections) commons-collections.jar
     %{__ln_s} $(build-classpath commons-dbcp) commons-dbcp.jar
+    %{__ln_s} $(build-classpath commons-pool) commons-pool.jar
     %{__ln_s} $(build-classpath log4j) log4j.jar
     %{__ln_s} $(build-classpath ecj) jasper-jdt.jar
 


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

Reply via email to