rpms/tomcat5/devel tomcat5-5.5.relink, 1.2, 1.3 tomcat5.spec, 1.89, 1.90

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 27 16:29:56 UTC 2006


Author: fnasser

Update of /cvs/dist/rpms/tomcat5/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21290

Modified Files:
	tomcat5-5.5.relink tomcat5.spec 
Log Message:
Fix regression in relink with patch from Matt Wringe




Index: tomcat5-5.5.relink
===================================================================
RCS file: /cvs/dist/rpms/tomcat5/devel/tomcat5-5.5.relink,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tomcat5-5.5.relink	5 Jul 2006 22:50:50 -0000	1.2
+++ tomcat5-5.5.relink	27 Jul 2006 16:29:54 -0000	1.3
@@ -15,6 +15,6 @@
     rebuild-jar-repository $repository
 done
 
-for webapp in $(find @@@TCAPP@@@ -type d -mindepth 1 -maxdepth 2) ; do
+for webapp in $(find @@@TCAPP@@@ -mindepth 1 -maxdepth 2 -type d) ; do
     [ -d "$webapp/WEB-INF/lib" ] && rebuild-jar-repository $webapp/WEB-INF/lib
 done


Index: tomcat5.spec
===================================================================
RCS file: /cvs/dist/rpms/tomcat5/devel/tomcat5.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- tomcat5.spec	22 Jul 2006 08:45:47 -0000	1.89
+++ tomcat5.spec	27 Jul 2006 16:29:54 -0000	1.90
@@ -69,7 +69,7 @@
 Summary: Apache Servlet/JSP Engine, RI for Servlet 2.4/JSP 2.0 API
 Name: tomcat5
 Version: 5.5.17
-Release: 3jpp_4fc
+Release: 3jpp_5fc
 Epoch: 0
 License: Apache Software License
 #Vendor: JPackage Project
@@ -1209,6 +1209,9 @@
 %ghost %doc %{_javadocdir}/%{name}-jsp-%{jspspec}-api
 
 %changelog
+* Thu Jul 27 2006 Fernando Nasser <fnasser at redhat.com> 0:5.5.17-3jpp_5fc
+- Fix regression in relink with patch from Matt Wringe
+
 * Sat Jul 22 2006 Jakub Jelinek <jakub at redhat.com> - 0:5.5.17-3jpp_4fc
 - Rebuilt
 




More information about the fedora-cvs-commits mailing list