rel-eng/packages/v8 | 1 + spec-tree/v8/build.py.props | 3 +++ spec-tree/v8/v8.spec | 8 +++++--- 3 files changed, 9 insertions(+), 3 deletions(-)
New commits: commit 136a74d980a93a28bd56b602427585f50a36be67 Author: Michael Mraka michael.mraka@redhat.com Date: Tue Nov 19 14:57:37 2013 +0100
Automatic commit of package [v8] minor release [3.14.5.10-2.1].
diff --git a/rel-eng/packages/v8 b/rel-eng/packages/v8 new file mode 100644 index 0000000..b764fc0 --- /dev/null +++ b/rel-eng/packages/v8 @@ -0,0 +1 @@ +3.14.5.10-2.1 spec-tree/v8/ diff --git a/spec-tree/v8/v8.spec b/spec-tree/v8/v8.spec index 172ae0c..26a12c2 100644 --- a/spec-tree/v8/v8.spec +++ b/spec-tree/v8/v8.spec @@ -25,7 +25,7 @@
Name: v8 Version: %{somajor}.%{sominor}.%{sobuild}.%{sotiny} -Release: 2%{?dist} +Release: 2.1%{?dist} Epoch: 1 Summary: JavaScript Engine Group: System Environment/Libraries
commit f1e0460a5bff4dee4477b46205c9a3d62ab33ad4 Author: Michael Mraka michael.mraka@redhat.com Date: Tue Nov 19 14:56:06 2013 +0100
spec-tree packages use ReleaseTagger
diff --git a/spec-tree/v8/build.py.props b/spec-tree/v8/build.py.props new file mode 100644 index 0000000..8c63ded --- /dev/null +++ b/spec-tree/v8/build.py.props @@ -0,0 +1,3 @@ +[buildconfig] +tagger = tito.tagger.ReleaseTagger +builder = spacewalkx.builderx.NoTgzBuilder
commit 5a69b36991e009f6934b021c5b634749eb45c069 Author: Michael Mraka michael.mraka@redhat.com Date: Tue Nov 19 14:54:51 2013 +0100
made v8 compile on RHEL5
diff --git a/spec-tree/v8/v8.spec b/spec-tree/v8/v8.spec index 558c3a1..172ae0c 100644 --- a/spec-tree/v8/v8.spec +++ b/spec-tree/v8/v8.spec @@ -21,6 +21,8 @@
# %%global svnver 20110721svn8716
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + Name: v8 Version: %{somajor}.%{sominor}.%{sobuild}.%{sotiny} Release: 2%{?dist} @@ -59,7 +61,7 @@ Development headers and libraries for v8. %patch2 -p1
# -fno-strict-aliasing is needed with gcc 4.4 to get past some ugly code -PARSED_OPT_FLAGS=`echo '$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing -Wno-unused-parameter -Wno-error=strict-overflow -Wno-unused-but-set-variable'| sed "s/ /',/g" | sed "s/',/', '/g"` +PARSED_OPT_FLAGS=`echo '$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing -Wno-unused-parameter'| sed "s/ /',/g" | sed "s/',/', '/g"` sed -i "s|'-O3',|$PARSED_OPT_FLAGS,|g" SConstruct
# clear spurious executable bits @@ -149,7 +151,7 @@ armeabi=hard \ %ifarch armv5tel armv6l armv7l armeabi=soft \ %endif -snapshots=on console=readline visibility=default || : +snapshots=on visibility=default || : # library=shared snapshots=on console=readline visibility=default || :
# Sigh. I f*****g hate scons.
spacewalk-commits@lists.fedorahosted.org