rpms/bsf/devel bsf.spec,1.22,1.23

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


Author: choeger

Update of /cvs/pkgs/rpms/bsf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5784

Modified Files:
	bsf.spec 
Log Message:
fix typo in Requires: field




Index: bsf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bsf/devel/bsf.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- bsf.spec	14 Sep 2009 08:31:34 -0000	1.22
+++ bsf.spec	14 Sep 2009 09:11:01 -0000	1.23
@@ -34,7 +34,7 @@
 
 Name:           bsf
 Version:        2.4.0
-Release:        2%{?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