Hello community,

here is the log from the commit of package boost-jam for openSUSE:Factory 
checked in at 2012-03-26 15:36:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boost-jam (Old)
 and      /work/SRC/openSUSE:Factory/.boost-jam.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boost-jam", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/boost-jam/boost-jam.changes      2012-02-16 
16:11:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.boost-jam.new/boost-jam.changes 2012-03-26 
15:36:18.000000000 +0200
@@ -0,0 +1,4 @@
+Mon Mar 12 18:25:40 CET 2012 - [email protected]
+
+- Update to version 2011.04 from the boost-1.49.0 release.
+

Old:
----
  boost-jam-3.1.19.tar.xz

New:
----
  boost-jam-201104.tar.xz

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

Other differences:
------------------
++++++ boost-jam.spec ++++++
--- /var/tmp/diff_new_pack.VgU5Jg/_old  2012-03-26 15:36:21.000000000 +0200
+++ /var/tmp/diff_new_pack.VgU5Jg/_new  2012-03-26 15:36:21.000000000 +0200
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           boost-jam
-Version:        3.1.19
+Version:        201104
 Release:        0
 Summary:        An Enhanced Make Replacement
 License:        BSD-3-Clause
@@ -41,9 +40,9 @@
 %prep
 %setup -q
 find . -type f|xargs chmod -R u+w
-%patch1 -p1
+%patch1
 %patch2 -p1
-%patch3 -p1
+%patch3
 
 %build
 %ifarch s390

++++++ boost-jam-cflags_for_build.diff ++++++
--- /var/tmp/diff_new_pack.VgU5Jg/_old  2012-03-26 15:36:21.000000000 +0200
+++ /var/tmp/diff_new_pack.VgU5Jg/_new  2012-03-26 15:36:21.000000000 +0200
@@ -1,7 +1,8 @@
-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
+Index: build.sh
+===================================================================
+--- build.sh.orig      2011-06-06 22:36:21.000000000 +0200
++++ build.sh   2012-03-12 18:25:19.643534743 +0100
+@@ -274,7 +274,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
@@ -10,7 +11,7 @@
          if test -x "./bootstrap/yyacc0" ; then
              echo_run ./bootstrap/yyacc0 jamgram.y jamgramtab.h jamgram.yy
          fi
-@@ -279,12 +279,12 @@ if test "${BJAM_UPDATE}" != "update" ; t
+@@ -288,12 +288,12 @@ if test "${BJAM_UPDATE}" != "update" ; t
          mv -f y.tab.h jamgram.h
      fi
      if test ! -r jambase.c ; then

++++++ boost-jam-jam0_use_passed_cflags.diff ++++++
--- /var/tmp/diff_new_pack.VgU5Jg/_old  2012-03-26 15:36:21.000000000 +0200
+++ /var/tmp/diff_new_pack.VgU5Jg/_new  2012-03-26 15:36:21.000000000 +0200
@@ -1,7 +1,8 @@
-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
+Index: build.jam
+===================================================================
+--- build.jam.orig     2011-06-06 22:36:21.000000000 +0200
++++ build.jam  2012-03-12 18:25:08.807795758 +0100
+@@ -212,7 +212,7 @@ toolset darwin cc :  "-o " : -D
  ## GCC 2.x, 3.x, 4.x
  toolset gcc gcc : "-o " : -D
      : -pedantic -fno-strict-aliasing
@@ -10,9 +11,10 @@
      [ opt --debug : -g -O0 -fno-inline ]
      -I$(--python-include) -I$(--extra-include) -Wno-long-long
      : -L$(--python-lib[1]) -l$(--python-lib[2]) ;
-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
+Index: build.sh
+===================================================================
+--- build.sh.orig      2012-03-12 18:25:08.777796478 +0100
++++ build.sh   2012-03-12 18:25:08.807795758 +0100
 @@ -12,7 +12,7 @@ BOOST_JAM_TOOLSET=
  echo_run ()
  {
@@ -22,7 +24,7 @@
      r=$?
      if test $r -ne 0 ; then
          exit $r
-@@ -290,5 +290,9 @@ if test -x "./bootstrap/jam0" ; then
+@@ -299,5 +299,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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to