Hello community, here is the log from the commit of package nodejs for openSUSE:Factory checked in at 2014-03-28 12:10:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs (Old) and /work/SRC/openSUSE:Factory/.nodejs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs" Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs/nodejs.changes 2013-09-27 17:52:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs.new/nodejs.changes 2014-03-28 12:10:45.000000000 +0100 @@ -1,0 +2,12 @@ +Fri Mar 21 09:34:31 UTC 2014 - [email protected] + +- move v8 headers to node subdirectory in include dir. Otherwise + it conflicts with the v8 package + +------------------------------------------------------------------- +Mon Jan 13 11:56:51 UTC 2014 - [email protected] + +- fixes + * included v8 headers in the -devel package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs.spec ++++++ --- /var/tmp/diff_new_pack.y9HKK3/_old 2014-03-28 12:10:47.000000000 +0100 +++ /var/tmp/diff_new_pack.y9HKK3/_new 2014-03-28 12:10:47.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package nodejs # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -133,6 +133,8 @@ #freaking source tree so I can't be sure ATM mkdir -p %{buildroot}%{_includedir}/node cp -p src/*.h %{buildroot}%{_includedir}/node +# Since we're using included V8, devel package would be incomplete without V8 headers +cp -pR deps/v8/include/*.h %{buildroot}%{_includedir}/node cp -pR deps/uv/include/* %{buildroot}%{_includedir}/node #node-gyp needs common.gypi too -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
