rpms/sword/devel sword.spec,1.21,1.22

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Thu Feb 21 07:59:03 UTC 2008


Author: deji

Update of /cvs/extras/rpms/sword/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29590

Modified Files:
	sword.spec 
Log Message:
* Thu Feb 21 2008 Deji Akingunola <dakingun at gmail.com> - 1.5.10-3
- Fix command injection bug (Bug #433723) 



Index: sword.spec
===================================================================
RCS file: /cvs/extras/rpms/sword/devel/sword.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sword.spec	10 Jan 2008 18:35:10 -0000	1.21
+++ sword.spec	21 Feb 2008 07:58:22 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           sword           
 Version:        1.5.10
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Free Bible Software Project
 
 Group:          System Environment/Libraries
@@ -8,6 +8,7 @@
 URL:            http://www.crosswire.org/sword/
 Source0:        http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-%{version}.tar.gz
 Patch0:		sword-gcc43.patch
+Patch1:		sword-diatheke.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openssl-devel
 BuildRequires:  curl-devel
@@ -41,6 +42,7 @@
 %prep
 %setup -q
 %patch0 -p0 -b .gcc43
+%patch1 -p0 -b .diat
 
 %build
 %configure --disable-static --with-icu --with-lucene
@@ -83,6 +85,9 @@
 
 
 %changelog
+* Thu Feb 21 2008 Deji Akingunola <dakingun at gmail.com> - 1.5.10-3
+- Fix command injection bug (Bug #433723) 
+
 * Thu Jan 10 2008 Deji Akingunola <dakingun at gmail.com> - 1.5.10-2
 - Fix build issue with gcc43 
 




More information about the fedora-extras-commits mailing list