Mailinglist Archive: opensuse-commit (1248 mails)

< Previous Next >
commit boost-jam for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 13 Apr 2010 22:16:57 +0200
  • Message-id: <20100413201657.1D29B2029A@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package boost-jam for openSUSE:Factory
checked in at Tue Apr 13 22:16:57 CEST 2010.



--------
--- boost-jam/boost-jam.changes 2009-02-13 17:27:45.000000000 +0100
+++ /mounts/work_src_done/STABLE/boost-jam/boost-jam.changes 2010-04-07
22:27:02.000000000 +0200
@@ -1,0 +2,20 @@
+Sat Apr 07 22:22:00 CET 2010 - freespacer@xxxxxx
+
+- Update to 3.1.18:
+ * New built-ins, MD5, SPLIT_BY_CHARACTERS, PRECIOUS, PAD, FILE_OPEN,
+ and UPDATE_NOW.
+ * Ensure all file descriptors are closed when executing actions complete
+ on *nix.
+ * Fix warnings, patch from Mateusz Loskot.
+ * Add KEEP_GOING var to programatically override the '-q' option.
+ * Add more parameters, up to 19 from 9, to rule invocations. Patch from
+ Jonathan Biggar.
+ * Print failed command output even if the normally quite '-d0' option.
+ * Build of bjam with vc10, aka Visual Studio 2010.
+ * More macros for detection of OSPLAT, patch from John W. Bito.
+ * Add PARALLELISM var to programatically override the '-j' option.
+ * Tweak doc building to allow for PDF generation of docs.
+- clean up the SPEC file
+- regenerated patches
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
boost-jam-3.1.17.tar.bz2

New:
----
boost-jam-3.1.18.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ boost-jam.spec ++++++
--- /var/tmp/diff_new_pack.FyXGhf/_old 2010-04-13 22:16:38.000000000 +0200
+++ /var/tmp/diff_new_pack.FyXGhf/_new 2010-04-13 22:16:38.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package boost-jam (Version 3.1.17)
+# spec file for package boost-jam (Version 3.1.18)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -19,10 +19,10 @@


Name: boost-jam
-License: BSD 3-Clause
+License: BSD3c
Group: Development/Tools/Building
AutoReqProv: on
-Version: 3.1.17
+Version: 3.1.18
Release: 1
Summary: An Enhanced Make Replacement
Source: %{name}-%{version}.tar.bz2
@@ -51,9 +51,9 @@
%prep
%setup -q
find . -type f|xargs chmod -R u+w
-%patch1
-%patch2
-%patch3
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
chmod -x images/*.png

%build

++++++ boost-jam-3.1.17.tar.bz2 -> boost-jam-3.1.18.tar.bz2 ++++++
++++ 5517 lines of diff (skipped)

++++++ boost-jam-cflags_for_build.diff ++++++
--- /var/tmp/diff_new_pack.FyXGhf/_old 2010-04-13 22:16:39.000000000 +0200
+++ /var/tmp/diff_new_pack.FyXGhf/_new 2010-04-13 22:16:39.000000000 +0200
@@ -1,6 +1,7 @@
---- build.sh
-+++ build.sh
-@@ -247,7 +247,7 @@
+diff -rup boost-jam-3.1.18.orig/build.sh boost-jam-3.1.18/build.sh
+--- boost-jam-3.1.18.orig/build.sh 2010-04-02 22:41:15.038698714 +0200
++++ boost-jam-3.1.18/build.sh 2010-04-02 22:44:13.334606802 +0200
+@@ -265,7 +265,7 @@ if test "${BJAM_UPDATE}" != "update" ; t
echo_run rm -rf bootstrap
echo_run mkdir bootstrap
if test ! -r jamgram.y -o ! -r jamgramtab.h ; then
@@ -9,7 +10,7 @@
if test -x "./bootstrap/yyacc0" ; then
echo_run ./bootstrap/yyacc0 jamgram.y jamgramtab.h jamgram.yy
fi
-@@ -261,12 +261,12 @@
+@@ -279,12 +279,12 @@ if test "${BJAM_UPDATE}" != "update" ; t
mv -f y.tab.h jamgram.h
fi
if test ! -r jambase.c ; then

++++++ boost-jam-codecleanup.diff ++++++
--- /var/tmp/diff_new_pack.FyXGhf/_old 2010-04-13 22:16:39.000000000 +0200
+++ /var/tmp/diff_new_pack.FyXGhf/_new 2010-04-13 22:16:39.000000000 +0200
@@ -1,6 +1,7 @@
---- expand.c
-+++ expand.c
-@@ -82,7 +82,7 @@
+diff -rup boost-jam-3.1.18.orig/expand.c boost-jam-3.1.18/expand.c
+--- boost-jam-3.1.18.orig/expand.c 2010-04-02 22:41:15.059100821 +0200
++++ boost-jam-3.1.18/expand.c 2010-04-02 23:28:36.686114000 +0200
+@@ -82,7 +82,7 @@ LIST * var_expand( LIST * l, char * in,
int depth;

if ( DEBUG_VAREXP )
@@ -9,19 +10,10 @@

/* This gets a lot of cases: $(<) and $(>). */
if
---- hash.c
-+++ hash.c
-@@ -454,6 +454,6 @@
- hp->items.nel,
- hp->tab.nel,
- hp->items.nel * hp->items.size / 1024,
-- hp->tab.nel * sizeof( ITEM ** ) / 1024,
-+ (long)(hp->tab.nel * sizeof( ITEM ** ) / 1024),
- (float)count / (float)sets );
- }
---- hash.h
-+++ hash.h
-@@ -19,7 +19,7 @@
+diff -rup boost-jam-3.1.18.orig/hash.h boost-jam-3.1.18/hash.h
+--- boost-jam-3.1.18.orig/hash.h 2010-04-02 22:41:15.042116497 +0200
++++ boost-jam-3.1.18/hash.h 2010-04-02 23:31:19.887112718 +0200
+@@ -19,7 +19,7 @@ void hashdone ( struct hash
void hashenumerate( struct hash * hp, void (* f)( void *, void * ),
void * data );
int hash_free ( struct hash * hp, HASHDATA * data);


++++++ boost-jam-jam0_use_passed_cflags.diff ++++++
--- /var/tmp/diff_new_pack.FyXGhf/_old 2010-04-13 22:16:39.000000000 +0200
+++ /var/tmp/diff_new_pack.FyXGhf/_new 2010-04-13 22:16:39.000000000 +0200
@@ -1,6 +1,7 @@
---- build.jam
-+++ build.jam
-@@ -190,7 +190,7 @@
+diff -rup boost-jam-3.1.18.orig/build.jam boost-jam-3.1.18/build.jam
+--- boost-jam-3.1.18.orig/build.jam 2010-04-02 22:41:15.059100821 +0200
++++ boost-jam-3.1.18/build.jam 2010-04-02 23:35:18.563541541 +0200
+@@ -204,7 +204,7 @@ toolset darwin cc : "-o " : -D
## GCC 2.x, 3.x, 4.x
toolset gcc gcc : "-o " : -D
: -pedantic -fno-strict-aliasing
@@ -9,9 +10,10 @@
[ opt --debug : -g -O0 -fno-inline ]
-I$(--python-include) -I$(--extra-include) -Wno-long-long
: -L$(--python-lib[1]) -l$(--python-lib[2]) ;
---- build.sh
-+++ build.sh
-@@ -12,7 +12,7 @@
+diff -rup boost-jam-3.1.18.orig/build.sh boost-jam-3.1.18/build.sh
+--- boost-jam-3.1.18.orig/build.sh 2010-04-02 22:41:15.038698714 +0200
++++ boost-jam-3.1.18/build.sh 2010-04-02 23:39:04.663101117 +0200
+@@ -12,7 +12,7 @@ BOOST_JAM_TOOLSET=
echo_run ()
{
echo "$@"
@@ -20,7 +22,7 @@
r=$?
if test $r -ne 0 ; then
exit $r
-@@ -290,5 +290,9 @@
+@@ -290,5 +290,9 @@ if test -x "./bootstrap/jam0" ; then
if test "${BJAM_UPDATE}" != "update" ; then
echo_run ./bootstrap/jam0 -f build.jam --toolset=$BOOST_JAM_TOOLSET
"--toolset-root=$BOOST_JAM_TOOLSET_ROOT" clean
fi


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages