Mailinglist Archive: opensuse-commit (861 mails)
| < Previous | Next > |
commit openCOLLADA for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 10 Jan 2011 12:08:44 +0100
- Message-id: <20110110110845.16403201DD@hilbert.suse.de>
Hello community,
here is the log from the commit of package openCOLLADA for openSUSE:Factory
checked in at Mon Jan 10 12:08:44 CET 2011.
--------
--- openCOLLADA/openCOLLADA.changes 2010-12-27 13:44:09.000000000 +0100
+++ /mounts/work_src_done/STABLE/openCOLLADA/openCOLLADA.changes
2011-01-07 19:18:08.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Jan 7 18:10:44 UTC 2011 - davejplater@xxxxxxxxx
+
+- Spec file change to fix SLE_11_SP1 build made by repabuild.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openCOLLADA.spec ++++++
--- /var/tmp/diff_new_pack.sBPgZT/_old 2011-01-10 12:08:19.000000000 +0100
+++ /var/tmp/diff_new_pack.sBPgZT/_new 2011-01-10 12:08:19.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package openCOLLADA (Version svn788)
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -21,7 +21,7 @@
Name: openCOLLADA
Version: svn788
-Release: 1
+Release: 2
License: MIT
Summary: Collada 3D import and export libraries
Group: Productivity/Graphics/CAD
@@ -92,7 +92,10 @@
%build
# Build openCOLLADA shared libraries.
-scons --jobs="0%{?jobs}" SHAREDLIB=yes PCRENATIVE=yes XMLPARSER=expatNative
LIBDIRNAME=%{_lib}/
+%if 0%{?jobs}
+%define jobsflag --jobs=%{jobs}
+%endif
+scons %{?jobsflag} SHAREDLIB=yes PCRENATIVE=yes XMLPARSER=expatNative
LIBDIRNAME=%{_lib}/
# copy CHANGES.txt
cp %{S:1} ./
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |