rpms/zarafa/F-13 zarafa.spec,1.7,1.8

Robert Scheck robert at fedoraproject.org
Thu Jun 10 22:12:36 UTC 2010


Author: robert

Update of /cvs/pkgs/rpms/zarafa/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26447/F-13

Modified Files:
	zarafa.spec 
Log Message:
Added patch to ensure -pthread for -lclucene configure test



Index: zarafa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zarafa/F-13/zarafa.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- zarafa.spec	10 Jun 2010 19:50:37 -0000	1.7
+++ zarafa.spec	10 Jun 2010 22:12:35 -0000	1.8
@@ -116,7 +116,7 @@
 #
 
 %define beta_or_rc      0
-%define actual_release  1
+%define actual_release  2
 %define svnrevision     20653
 %define with_clucene    1
 %define with_ldap       1
@@ -146,11 +146,12 @@ Source2:            %{name}.logrotate
 Source3:            %{name}-webaccess.conf
 
 Patch0:             zarafa-6.40.0-package.patch
-# Patch 1, 2, 3 and 4 were sent to upstream
+# Patch 1, 2, 3, 4 and 5 were sent to upstream
 Patch1:             zarafa-6.40.0-undefined-symbol.patch
 Patch2:             zarafa-6.40.0-openssl.patch
 Patch3:             zarafa-6.40.0-krb5.patch
 Patch4:             zarafa-6.40.0-clucene.patch
+Patch5:             zarafa-6.40.0-pthread.patch
 
 BuildRequires:      bison
 BuildRequires:      gcc-c++
@@ -517,6 +518,7 @@ PHP projects, using the MAPI functions l
 %patch2 -p1 -b .openssl
 %patch3 -p1 -b .krb5
 %patch4 -p1 -b .clucene
+%patch5 -p1 -b .pthread
 
 # Needed to get rid of rpath
 libtoolize --force
@@ -995,6 +997,9 @@ fi
 %endif
 
 %changelog
+* Fri Jun 11 2010 Robert Scheck <robert at fedoraproject.org> 6.40.0-2
+- Added patch to ensure -pthread for -lclucene configure test
+
 * Thu Jun 10 2010 Robert Scheck <robert at fedoraproject.org> 6.40.0-1
 - Upgrade to 6.40.0 (#564135, #565252, #600993)
 



More information about the scm-commits mailing list