rpms/bsf/F-11 bsf.spec,1.20,1.21

Christoph Höger choeger at fedoraproject.org
Mon Sep 14 09:11:45 UTC 2009


Author: choeger

Update of /cvs/pkgs/rpms/bsf/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6330

Modified Files:
	bsf.spec 
Log Message:
Fix typo in Requires:




Index: bsf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bsf/F-11/bsf.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- bsf.spec	14 Sep 2009 08:42:47 -0000	1.20
+++ bsf.spec	14 Sep 2009 09:11:44 -0000	1.21
@@ -34,7 +34,7 @@
 
 Name:           bsf
 Version:        2.4.0
-Release:        1%{?dist}
+Release:        3%{?dist}
 Epoch:          0
 Summary:        Bean Scripting Framework
 License:        ASL 1.1
@@ -51,7 +51,7 @@ BuildRequires:  tomcat5-jsp-2.0-api
 BuildRequires:  xalan-j2
 BuildRequires:  jython
 BuildRequires:  jakarta-commons-logging
-Requires:		jakarta-commons.logging
+Requires:		jakarta-commons-logging
 Requires:               servletapi5
 Requires:               xalan-j2
 Requires:               tomcat5-jsp-2.0-api
@@ -169,6 +169,9 @@ fi
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Sep 14 2009 Christoph Höger <choeger at cs.tu-berlin.de> - 0:2.4.0-3
+- Fix typo in Requires
+
 * Wed Sep 09 2009 Christoph Höger <choeger at cs.tu-berlin.de> - 0:2.4.0-1
 - New Upstream release: 2.4.0
 - Add jython build dependency to include bsf-jython engine




More information about the fedora-extras-commits mailing list