rpms/libwvstreams/F-11 libwvstreams.spec, 1.37, 1.38 wvstreams-4.2.2-multilib.patch, 1.5, 1.6

Ondrej Vasik ovasik at fedoraproject.org
Sat Jun 27 16:20:45 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/libwvstreams/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28116

Modified Files:
	libwvstreams.spec wvstreams-4.2.2-multilib.patch 
Log Message:
fix multilib issue with wvautoconf.h(#508418)


Index: libwvstreams.spec
===================================================================
RCS file: /cvs/extras/rpms/libwvstreams/F-11/libwvstreams.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- libwvstreams.spec	27 Feb 2009 13:46:26 -0000	1.37
+++ libwvstreams.spec	27 Jun 2009 16:20:14 -0000	1.38
@@ -1,6 +1,6 @@
 Name: libwvstreams
 Version: 4.5.1
-Release: 5%{?dist}
+Release: 6%{?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
@@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sat Jun 27 2009 Ondrej Vasik <ovasik at redhat.com> - 4.5.1-6
+- fix multilib issue with wvautoconf.h(#508418)
+
 * Fri Feb 27 2009 Ondrej Vasik <ovasik at redhat.com> - 4.5.1-5
 - fix rebuild failure with gcc 4.4
 

wvstreams-4.2.2-multilib.patch:

Index: wvstreams-4.2.2-multilib.patch
===================================================================
RCS file: /cvs/extras/rpms/libwvstreams/F-11/wvstreams-4.2.2-multilib.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- wvstreams-4.2.2-multilib.patch	8 Jan 2009 11:49:15 -0000	1.5
+++ wvstreams-4.2.2-multilib.patch	27 Jun 2009 16:20:14 -0000	1.6
@@ -1,5 +1,14 @@
 --- wvstreams-4.5/include/wvautoconf.h.in.multilib
 +++ wvstreams-4.5/include/wvautoconf.h.in
+@@ -65,7 +65,7 @@
+ #undef HAVE_LIBCRYPTO
+ 
+ /* Whether libc supports __libc_stack_end */
+-#undef HAVE_LIBC_STACK_END
++/* #undef HAVE_LIBC_STACK_END */
+ 
+ /* Define to 1 if you have the `pam' library (-lpam). */
+ #undef HAVE_LIBPAM
 @@ -166,7 +166,7 @@
  #undef HAVE_UNISTD_H
  




More information about the fedora-extras-commits mailing list