rpms/compat-erlang/devel compat-erlang.spec, 1.4, 1.5 otp-glibc24.patch, 1.1, 1.2

Thomas Fitzsimmons (fitzsim) fedora-extras-commits at redhat.com
Tue Mar 27 21:08:29 UTC 2007


Author: fitzsim

Update of /cvs/extras/rpms/compat-erlang/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1989

Modified Files:
	compat-erlang.spec otp-glibc24.patch 
Log Message:
* Tue Mar 27 2007 Thomas Fitzsimmons <fitzsim at redhat.com> - R10B-10.6
- Update otp-glibc24.patch for glibc 2.5.




Index: compat-erlang.spec
===================================================================
RCS file: /cvs/extras/rpms/compat-erlang/devel/compat-erlang.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- compat-erlang.spec	27 Mar 2007 16:34:53 -0000	1.4
+++ compat-erlang.spec	27 Mar 2007 21:07:55 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           compat-erlang
 Version:        R10B
-Release:        10.5%{?dist}
+Release:        10.6%{?dist}
 Summary:        General-purpose programming language and runtime environment
 
 Group:          Development/Languages
@@ -85,6 +85,9 @@
 
 
 %changelog
+* Tue Mar 27 2007 Thomas Fitzsimmons <fitzsim at redhat.com> - R10B-10.6
+- Update otp-glibc24.patch for glibc 2.5.
+
 * Tue Mar 27 2007 Thomas Fitzsimmons <fitzsim at redhat.com> - R10B-10.5
 - Require java-1.5.0-gcj-devel for build.
 

otp-glibc24.patch:

Index: otp-glibc24.patch
===================================================================
RCS file: /cvs/extras/rpms/compat-erlang/devel/otp-glibc24.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- otp-glibc24.patch	7 Jun 2006 18:43:54 -0000	1.1
+++ otp-glibc24.patch	27 Mar 2007 21:07:55 -0000	1.2
@@ -5,7 +5,7 @@
  #include "hipe_signal.h"
  
 -#if __GLIBC__ == 2 && __GLIBC_MINOR__ == 3
-+#if __GLIBC__ == 2 && __GLIBC_MINOR__ == 4
++#if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 4
  /* See comment below for glibc 2.2. */
  #ifndef __USE_GNU
  #define __USE_GNU		/* to un-hide RTLD_NEXT */




More information about the fedora-extras-commits mailing list