Hello community,

here is the log from the commit of package blocxx for openSUSE:Factory checked 
in at 2012-04-24 16:36:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blocxx (Old)
 and      /work/SRC/openSUSE:Factory/.blocxx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blocxx", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/blocxx/blocxx.changes    2012-03-19 
09:52:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.blocxx.new/blocxx.changes       2012-04-24 
16:36:52.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr 24 09:24:03 UTC 2012 - [email protected]
+
+- Build with gcc 4.6 for now - otherwise yast segfaults.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ blocxx-doc.spec ++++++
--- /var/tmp/diff_new_pack.FVkQzi/_old  2012-04-24 16:36:56.000000000 +0200
+++ /var/tmp/diff_new_pack.FVkQzi/_new  2012-04-24 16:36:56.000000000 +0200
@@ -30,7 +30,8 @@
 BuildArch:      noarch
 BuildRequires:  automake
 BuildRequires:  doxygen
-BuildRequires:  gcc-c++
+BuildRequires:  gcc46
+BuildRequires:  gcc46-c++
 BuildRequires:  pcre-devel
 %if 0%{?suse_version} >= 1030
 BuildRequires:  libopenssl-devel
@@ -69,6 +70,8 @@
 autoreconf
 
 %build
+export CC=gcc-4.6
+export CXX=g++-4.6
 #
 # configure normal version
 #

++++++ blocxx.spec ++++++
--- /var/tmp/diff_new_pack.FVkQzi/_old  2012-04-24 16:36:56.000000000 +0200
+++ /var/tmp/diff_new_pack.FVkQzi/_new  2012-04-24 16:36:56.000000000 +0200
@@ -40,7 +40,8 @@
 Patch10:        blocxx-gcc47.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
-BuildRequires:  gcc-c++
+BuildRequires:  gcc46
+BuildRequires:  gcc46-c++
 BuildRequires:  pcre-devel
 BuildRequires:  pkgconfig
 %if 0%{?suse_version} >= 1030
@@ -108,6 +109,8 @@
 %patch10 -p1
 
 %build
+export CC=gcc-4.6
+export CXX=g++-4.6
 
 if test -f ./bootstrap.sh ; then
     ./bootstrap.sh

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

Reply via email to