rpms/js/devel js.spec,1.31,1.32

Pavel Alexeev hubbitus at fedoraproject.org
Wed Jun 16 04:03:39 UTC 2010


Author: hubbitus

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

Modified Files:
	js.spec 
Log Message:
- Add UTF-8 support (add -DJS_C_STRINGS_ARE_UTF8 ) by request Peter Halliday: BZ#576585




Index: js.spec
===================================================================
RCS file: /cvs/pkgs/rpms/js/devel/js.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- js.spec	14 Jun 2010 07:50:43 -0000	1.31
+++ js.spec	16 Jun 2010 04:03:39 -0000	1.32
@@ -3,7 +3,7 @@
 Summary:	JavaScript interpreter and libraries
 Name:	js
 Version:	1.70
-Release:	11%{?dist}
+Release:	12%{?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}
@@ -67,7 +67,7 @@ Description: JS library
 Requires: nspr
 Version: %{real_version}
 Libs: -L${libdir} -ljs
-Cflags: -DXP_UNIX=1 -DJS_THREADSAFE=1 -I${includedir}
+Cflags: -DXP_UNIX=1 -DJS_THREADSAFE=1 -DJS_C_STRINGS_ARE_UTF8 -I${includedir}
 EOF
 
 
@@ -75,7 +75,7 @@ EOF
 export BUILD_OPT=1
 %{__make} %{?_smp_mflags} -C src -f Makefile.ref \
 	JS_THREADSAFE="1" \
-	XCFLAGS="%{optflags} -fPIC" \
+	XCFLAGS="%{optflags} -fPIC -DJS_C_STRINGS_ARE_UTF8" \
 	BUILD_OPT="1" \
 %if 0%{!?_without_readline:1}
 	JS_READLINE="1"
@@ -125,6 +125,9 @@ export BUILD_OPT=1
 %{_includedir}/js.msg
 
 %changelog
+* Wed Jun 16 2010 Pavel Alexeev <Pahan at Hubbitus.info> - 1.70-12
+- Add UTF-8 support (add -DJS_C_STRINGS_ARE_UTF8 ) by request Peter Halliday: BZ#576585
+
 * Mon Jun 14 2010 Dan Horák <dan[at]danny.cz> - 1.70-11
 - updated the va_copy patch for s390
 



More information about the scm-commits mailing list