[CGSI-gSOAP/f19] Dropped multithreading backport. Causes issues to dpm-srm

Alejandro Alvarez aalvarez at fedoraproject.org
Tue Jul 15 07:36:06 UTC 2014


commit e62cbc9564b5551a0f136ccf9850dc467121783b
Author: Alejandro Alvarez Ayllon <aalvarez at cern.ch>
Date:   Tue Jul 15 08:45:05 2014 +0200

    Dropped multithreading backport. Causes issues to dpm-srm

 CGSI-gSOAP-module-loading.patch |   26 --------------------------
 CGSI-gSOAP.spec                 |    9 ++++-----
 2 files changed, 4 insertions(+), 31 deletions(-)
---
diff --git a/CGSI-gSOAP.spec b/CGSI-gSOAP.spec
index baffa5d..6818e89 100644
--- a/CGSI-gSOAP.spec
+++ b/CGSI-gSOAP.spec
@@ -2,7 +2,7 @@
 
 Name:		CGSI-gSOAP
 Version:	1.3.6
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	GSI plugin for gSOAP
 
 Group:		System Environment/Libraries
@@ -15,9 +15,6 @@ Source0:	%{name}-%{version}.tar.gz
 Patch0:		%{name}-library-linking.patch
 #		Fix broken man page
 Patch1:		%{name}-doxygen.patch
-# Fix for multithreading
-# https://its.cern.ch/jira/browse/LCGUTIL-55
-Patch2:		%{name}-module-loading.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	globus-gss-assist-devel
@@ -44,7 +41,6 @@ plugins.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 # Fix bad permissions (which otherwise end up in the debuginfo package)
 find . '(' -name '*.h' -o -name '*.c' -o -name '*.cpp' -o -name '*.cc' ')' \
@@ -109,6 +105,9 @@ rm -rf %{buildroot}
 %doc %{_mandir}/man*/*
 
 %changelog
+* Tue Jul 15 2014 Alejandro Alvarez Ayllon <aalvarez at cern.ch> - 1.3.6-5
+- Dropped multithreading backport. Causes issues to dpm-srm
+
 * Wed Jul 02 2014 Alejandro Alvarez Ayllon <aalvarez at cern.ch> - 1.3.6-4
 - Backported fix for multithreading
 


More information about the scm-commits mailing list