rpms/libwvstreams/F-8 wvstreams-4.4-no_sarestorer.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 libwvstreams.spec, 1.27, 1.28 sources, 1.7, 1.8

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Thu Nov 29 09:26:34 UTC 2007


Author: ovasik

Update of /cvs/extras/rpms/libwvstreams/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30953

Modified Files:
	.cvsignore libwvstreams.spec sources 
Added Files:
	wvstreams-4.4-no_sarestorer.patch 
Log Message:
new version 4.4.1 + no sa_restorer patch

wvstreams-4.4-no_sarestorer.patch:

--- NEW FILE wvstreams-4.4-no_sarestorer.patch ---
diff -pruN wvstreams-4.4.1.orig/utils/wvcrash.cc wvstreams-4.4.1/utils/wvcrash.cc
--- wvstreams-4.4.1.orig/utils/wvcrash.cc	2007-08-17 07:15:07.000000000 +0100
+++ wvstreams-4.4.1/utils/wvcrash.cc	2007-11-28 15:20:09.000000000 +0100
@@ -346,10 +346,10 @@ void wvcrash_add_signal(int sig)
 #if WVCRASH_USE_SIGALTSTACK
     struct sigaction act;
     
+    memset(&act,0,sizeof(act));
     act.sa_handler = wvcrash;
     sigfillset(&act.sa_mask);
     act.sa_flags = SA_ONSTACK | SA_RESTART;
-    act.sa_restorer = NULL;
     
     if (sigaction(sig, &act, NULL))
         fprintf(stderr, "Failed to setup wvcrash handler for signal %d: %s\n",


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libwvstreams/F-8/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	17 Aug 2007 12:52:50 -0000	1.7
+++ .cvsignore	29 Nov 2007 09:26:00 -0000	1.8
@@ -1 +1 @@
-wvstreams-4.4.tar.gz
+wvstreams-4.4.1.tar.gz


Index: libwvstreams.spec
===================================================================
RCS file: /cvs/extras/rpms/libwvstreams/F-8/libwvstreams.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- libwvstreams.spec	17 Aug 2007 12:52:50 -0000	1.27
+++ libwvstreams.spec	29 Nov 2007 09:26:00 -0000	1.28
@@ -1,9 +1,10 @@
 Name: libwvstreams
-Version: 4.4
+Version: 4.4.1
 Release: 1%{?dist}
 Summary: WvStreams is a network programming library written in C++
 Source: http://wvstreams.googlecode.com/files/wvstreams-%{version}.tar.gz
 Patch1: wvstreams-4.2.2-multilib.patch
+Patch2: wvstreams-4.4-no_sarestorer.patch
 URL: http://alumnit.ca/wiki/index.php?page=WvStreams
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -27,6 +28,7 @@
 %prep
 %setup -q -n wvstreams-%{version}
 %patch1 -p1 -b .multilib
+%patch2 -p1 -b .no_sarestore
 
 %build
 #  --with-fam              FAM
@@ -81,12 +83,17 @@
 %{_includedir}/wvstreams
 %{_libdir}/*.so
 %{_libdir}/*.a
+%{_libdir}/valgrind/*.supp
 %{_libdir}/pkgconfig/*.pc
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Nov 29 2007 Ondrej Vasik <ovasik at redhat.com> - 4.4.1-1
+- no use of obsolete sa_restorer(#402531- by Oliver Falk)
+- version 4.4.1
+
 * Fri Aug 17 2007 Harald Hoyer <harald at rawhide.home> - 4.4-1
 - version 4.4
 - changed license tag to LGPLv2+


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libwvstreams/F-8/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	17 Aug 2007 12:52:50 -0000	1.7
+++ sources	29 Nov 2007 09:26:00 -0000	1.8
@@ -1 +1 @@
-441c85c2347e118965e47124b0c867ff  wvstreams-4.4.tar.gz
+907b0cba8931553d848620ea16f006b9  wvstreams-4.4.1.tar.gz




More information about the fedora-extras-commits mailing list