Hello community, here is the log from the commit of package boost-jam checked in at Mon May 29 01:03:22 CEST 2006. -------- --- boost-jam/boost-jam.changes 2006-01-25 21:34:43.000000000 +0100 +++ boost-jam/boost-jam.changes 2006-05-27 23:54:53.000000000 +0200 @@ -1,0 +2,5 @@ +Sat May 27 23:54:47 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ boost-jam.spec ++++++ --- /var/tmp/diff_new_pack.0eatIO/_old 2006-05-29 01:03:10.000000000 +0200 +++ /var/tmp/diff_new_pack.0eatIO/_new 2006-05-29 01:03:10.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package boost-jam (Version 3.1.4) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -15,7 +15,7 @@ Group: Development/Tools/Building Autoreqprov: on Version: 3.1.4 -Release: 129 +Release: 140 Summary: An Enhanced Make Replacement Source: %{name}-%{version}.tar.bz2 URL: www.boost.org @@ -52,7 +52,6 @@ LOCATE_TARGET=bin ./build.sh gcc %install -rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} install -m 755 bin/bjam %{buildroot}%{_bindir}/bjam-%{version} @@ -68,6 +67,8 @@ rm -rf %{buildroot} %changelog -n boost-jam +* Sat May 27 2006 - schwab@suse.de +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Mon Oct 31 2005 - dmueller@suse.de ++++++ boost-jam-cflags_for_build.diff ++++++ --- /var/tmp/diff_new_pack.0eatIO/_old 2006-05-29 01:03:10.000000000 +0200 +++ /var/tmp/diff_new_pack.0eatIO/_new 2006-05-29 01:03:10.000000000 +0200 @@ -5,7 +5,7 @@ ## GCC 2.x, 3.x toolset gcc gcc : "-o " : -D - : -s -O3 -finline-functions -+ : -s -O3 -finline-functions $RPM_OPT_FLAGS ++ : -O3 -finline-functions $RPM_OPT_FLAGS : -g -O0 -fno-inline -pg ; ## GCC 2.x, 3.x on CYGWIN but without cygwin1.dll toolset gcc-nocygwin gcc : "-o " : -D ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de