Hello community,

here is the log from the commit of package boost-jam for openSUSE:Factory 
checked in at 2015-06-15 17:49:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boost-jam (Old)
 and      /work/SRC/openSUSE:Factory/.boost-jam.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boost-jam"

Changes:
--------
--- /work/SRC/openSUSE:Factory/boost-jam/boost-jam.changes      2012-07-10 
13:39:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.boost-jam.new/boost-jam.changes 2015-06-15 
17:49:10.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Jun 12 09:00:38 UTC 2015 - [email protected]
+
+- Remove xz compressed archive
+- Clenaup spec file with spec-cleaner
+- boost-jam-codecleanup.diff was dropped
+
+-------------------------------------------------------------------
+Fri Aug 24 17:28:18 CEST 2012 - [email protected]
+
+- Update to 20120824 from the boost-1.51.0 release.
+
+-------------------------------------------------------------------

Old:
----
  boost-jam-201104.tar.bz2
  boost-jam-codecleanup.diff

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

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

Other differences:
------------------
++++++ boost-jam.spec ++++++
--- /var/tmp/diff_new_pack.ygCSpp/_old  2015-06-15 17:49:11.000000000 +0200
+++ /var/tmp/diff_new_pack.ygCSpp/_new  2015-06-15 17:49:11.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package boost-jam
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,16 @@
 
 
 Name:           boost-jam
-Version:        201104
+Version:        20120824
 Release:        0
 Summary:        An Enhanced Make Replacement
 License:        BSD-3-Clause
 Group:          Development/Tools/Building
+Url:            http://www.boost.org/
 Source:         %{name}-%{version}.tar.bz2
 # From http://boost.cvs.sourceforge.net/boost/boost/tools/jam/test/:
 Source2:        test.tar.gz 
-Url:            http://www.boost.org/
 Patch1:         boost-jam-cflags_for_build.diff
-Patch2:         boost-jam-codecleanup.diff
 Patch3:         boost-jam-jam0_use_passed_cflags.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -41,15 +40,14 @@
 %setup -q
 find . -type f|xargs chmod -R u+w
 %patch1
-%patch2 -p1
 %patch3
 
 %build
 %ifarch s390
 #export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -O1"
 %endif
-export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wall -fno-strict-aliasing"
-export CFLAGS="$RPM_OPT_FLAGS"
+export RPM_OPT_FLAGS="%{optflags} -Wall -fno-strict-aliasing"
+export CFLAGS="%{optflags}"
 LOCATE_TARGET=bin ./build.sh gcc --symbols
 # Trivial test: -- Documented used of bjam -v: Print the version of jam and 
exit:
 bin/bjam -v
@@ -62,7 +60,7 @@
 
 %install
 mkdir -p %{buildroot}%{_bindir}
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
 install -m 755 bin/bjam %{buildroot}%{_bindir}/bjam-%{version}
 ln -sf bjam-%{version} %{buildroot}%{_bindir}/bjam
 ln -sf bjam-%{version} %{buildroot}%{_bindir}/jam

++++++ boost-jam-201104.tar.bz2 -> boost-jam-20120824.tar.bz2 ++++++
++++ 24185 lines of diff (skipped)

++++++ boost-jam-jam0_use_passed_cflags.diff ++++++
--- /var/tmp/diff_new_pack.ygCSpp/_old  2015-06-15 17:49:12.000000000 +0200
+++ /var/tmp/diff_new_pack.ygCSpp/_new  2015-06-15 17:49:12.000000000 +0200
@@ -1,20 +1,20 @@
 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
+--- build.jam.orig     2012-04-26 05:35:55.000000000 +0200
++++ build.jam  2012-08-24 14:55:36.707948644 +0200
+@@ -209,7 +209,7 @@ toolset darwin cc :  "-o " : -D
  ## GCC 2.x, 3.x, 4.x
  toolset gcc gcc : "-o " : -D
      : -pedantic -fno-strict-aliasing
 -    [ opt --release : [ opt --symbols : -g : -s ] -O3 ]
 +    [ opt --release : [ opt --symbols : -g : -s ] $(CFLAGS) ]
      [ opt --debug : -g -O0 -fno-inline ]
+     [ opt --profile : -O3 -g -pg ]
      -I$(--python-include) -I$(--extra-include) -Wno-long-long
-     : -L$(--python-lib[1]) -l$(--python-lib[2]) ;
 Index: build.sh
 ===================================================================
---- build.sh.orig      2012-03-12 18:25:08.777796478 +0100
-+++ build.sh   2012-03-12 18:25:08.807795758 +0100
+--- build.sh.orig      2012-08-24 14:54:12.848938541 +0200
++++ build.sh   2012-08-24 14:58:25.225953453 +0200
 @@ -12,7 +12,7 @@ BOOST_JAM_TOOLSET=
  echo_run ()
  {
@@ -26,7 +26,7 @@
          exit $r
 @@ -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
+         echo_run ./bootstrap/jam0 -f build.jam --toolset=$BOOST_JAM_TOOLSET 
"--toolset-root=$BOOST_JAM_TOOLSET_ROOT" "$@" clean
      fi
 -    echo_run ./bootstrap/jam0 -f build.jam --toolset=$BOOST_JAM_TOOLSET 
"--toolset-root=$BOOST_JAM_TOOLSET_ROOT" "$@"
 +    if test -z "$BOOST_JAM_TOOLSET_ROOT"; then


Reply via email to