Hello community, here is the log from the commit of package js for openSUSE:Factory checked in at 2013-03-22 11:20:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/js (Old) and /work/SRC/openSUSE:Factory/.js.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "js", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/js/js.changes 2012-06-29 10:40:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.js.new/js.changes 2013-03-22 11:20:40.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Mar 21 14:14:37 UTC 2013 - [email protected] + +- fix build on SLE11 (work around SLE's configure macro) +- add missing dependency to devel package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ js.spec ++++++ --- /var/tmp/diff_new_pack.LMrwlx/_old 2013-03-22 11:20:42.000000000 +0100 +++ /var/tmp/diff_new_pack.LMrwlx/_new 2013-03-22 11:20:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package js # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -56,6 +56,7 @@ Summary: Header files, libraries and development documentation for %{name} Group: Development/Libraries/Other Requires: libmozjs185-1_0 = %{version}-%{release} +Requires: mozilla-nspr-devel Requires: pkg-config Provides: libjs-devel = %{version}-%{release} @@ -79,6 +80,12 @@ # export SUSE_ASNEEDED=0 export MOZILLA_VERSION=%{version} +# work around SLE's %%configure +%if 0%{?suse_version} <= 1110 +export CC=%__cc +export CXX=%__cxx +export AR=%__ar +%endif cd js pushd src %configure --with-system-nspr --enable-threadsafe -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
