Hello community, here is the log from the commit of package libmodman for openSUSE:Factory checked in at 2012-07-12 10:47:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmodman (Old) and /work/SRC/openSUSE:Factory/.libmodman.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmodman", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libmodman/libmodman.changes 2011-09-23 02:08:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libmodman.new/libmodman.changes 2012-07-12 10:47:15.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Jul 5 19:48:40 UTC 2012 - dims...@opensuse.org + +- Export CXXFLAGS="%{optflags}" in build section to be sure we get + proper debug info. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmodman.spec ++++++ --- /var/tmp/diff_new_pack.vJP9iR/_old 2012-07-12 10:47:16.000000000 +0200 +++ /var/tmp/diff_new_pack.vJP9iR/_new 2012-07-12 10:47:16.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package libmodman (Version 2.0.1) +# spec file for package libmodman # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -17,18 +17,17 @@ # - Name: libmodman Version: 2.0.1 -Release: 1 +Release: 0 %if 0%{?build_snapshot} %define _sourcename %{name} %else %define _sourcename %{name}-%{version} %endif Source: http://libmodman.googlecode.com/files/%{_sourcename}.tar.bz2 -License: LGPL-2.1+ Summary: A Module Management Library +License: LGPL-2.1+ Group: System/Libraries # Script used for automatic update of snapshot packages Source98: update-from-svn.sh @@ -44,7 +43,6 @@ from your application out of a pool. %package -n libmodman1 -License: LGPL-2.1+ Summary: A Module Management Library Group: System/Libraries @@ -53,7 +51,6 @@ from your application out of a pool. %package devel -License: LGPL-2.1+ Summary: A Module Management Library - Development headers Group: Development/Languages/C and C++ Requires: libmodman1 = %{version} @@ -69,8 +66,9 @@ mkdir build %build +export CXXFLAGS="%{optflags}" %if 0%{?windows} -export CXXFLAGS="%{optflags} -fno-stack-protector -static-libgcc -static" +export CXXFLAGS="${CXXFLAGS} -fno-stack-protector -static-libgcc -static" %endif cd build -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org