rpms/js/devel js-1.5-va_copy.patch,1.2,1.3 js.spec,1.30,1.31

Dan Horák sharkcz at fedoraproject.org
Mon Jun 14 07:50:43 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/js/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7677

Modified Files:
	js-1.5-va_copy.patch js.spec 
Log Message:
* Mon Jun 14 2010 Dan Horák <dan[at]danny.cz> - 1.70-11
- updated the va_copy patch for s390


js-1.5-va_copy.patch:
 config/Linux_All.mk |   13 +++++++++++--
 jsprf.c             |    2 +-
 2 files changed, 12 insertions(+), 3 deletions(-)

Index: js-1.5-va_copy.patch
===================================================================
RCS file: /cvs/pkgs/rpms/js/devel/js-1.5-va_copy.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- js-1.5-va_copy.patch	29 May 2009 11:11:19 -0000	1.2
+++ js-1.5-va_copy.patch	14 Jun 2010 07:50:43 -0000	1.3
@@ -15,8 +15,8 @@
 +OS_CFLAGS += -DHAVE_VA_COPY -DVA_COPY=va_copy
 +endif
 +
-+ifeq ($(CPU_ARCH),s390x)
-+# Use va_copy() standard macro on s390x too
++ifeq (s390,$(findstring s390,$(CPU_ARCH)))
++# Use va_copy() standard macro on s390/s390x too
  OS_CFLAGS += -DHAVE_VA_COPY -DVA_COPY=va_copy
  endif
  


Index: js.spec
===================================================================
RCS file: /cvs/pkgs/rpms/js/devel/js.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- js.spec	25 Jan 2010 09:31:04 -0000	1.30
+++ js.spec	14 Jun 2010 07:50:43 -0000	1.31
@@ -3,7 +3,7 @@
 Summary:	JavaScript interpreter and libraries
 Name:	js
 Version:	1.70
-Release:	10%{?dist}
+Release:	11%{?dist}
 # The sources are triple licensed, but when we link against readline which is
 # GPL, the result can only be GPL.
 %if 0%{?_without_readline:1}
@@ -125,6 +125,9 @@ export BUILD_OPT=1
 %{_includedir}/js.msg
 
 %changelog
+* Mon Jun 14 2010 Dan Horák <dan[at]danny.cz> - 1.70-11
+- updated the va_copy patch for s390
+
 * Mon Jan 25 2010 Pavel Alexeev <Pahan at Hubbitus.info> - 1.70-10
 - Remove static library from -devel - %%{_libdir}/*.a (bz#556057) to meet guidelines.
 



More information about the scm-commits mailing list