Hello community,

here is the log from the commit of package yast2-gtk for openSUSE:Factory 
checked in at 2012-06-25 12:12:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-gtk", Maintainer is "tgoettlic...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-gtk/yast2-gtk.changes      2012-05-08 
12:29:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-gtk.new/yast2-gtk.changes 2012-06-25 
12:12:08.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jun 21 16:35:10 UTC 2012 - jreidin...@suse.com
+
+- fix bnc#767666 segfault of gtk sw_single during search 
+- remove workaround for forcing old gcc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-gtk.spec ++++++
--- /var/tmp/diff_new_pack.j8FdlS/_old  2012-06-25 12:12:10.000000000 +0200
+++ /var/tmp/diff_new_pack.j8FdlS/_new  2012-06-25 12:12:10.000000000 +0200
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:           yast2-gtk
 Version:        2.22.5
 Release:        0
@@ -25,31 +24,28 @@
 Source0:        yast2-gtk-2.22.5.tar.bz2
 Url:            http://en.opensuse.org/YaST2-GTK
 Summary:        YaST2 - GTK+ Graphical User Interface
-Group:          System/YaST
 License:        GPL-2.0 or GPL-3.0
+Group:          System/YaST
+BuildRequires:  blocxx-devel
 BuildRequires:  cmake
-BuildRequires:  blocxx-devel gcc-c++
-BuildRequires:  gtk3-devel
+BuildRequires:  gcc-c++
 BuildRequires:  gdk-pixbuf-devel
+BuildRequires:  gtk3-devel
+BuildRequires:  libzypp-devel >= 6.3.0
 BuildRequires:  yast2-devtools >= 2.16.3
 BuildRequires:  yast2-libyui-devel >= 2.18.8
-BuildRequires:  libzypp-devel >= 6.3.0
 %if 0%{?suse_version} < 1220
 BuildRequires:  libxcrypt-devel
 %endif
-%if 0%{?force_gcc_46}
-BuildRequires:  gcc46
-BuildRequires:  gcc46-c++
-%else
 BuildRequires:  gcc-c++ >= 4.6
-%endif
 
 Requires:       gtk3
+Requires:       libzypp >= 6.3.0
+Requires:       yast2-branding
 Requires:       yast2-libyui >= 2.18.8
 Requires:       yast2_theme >= 2.16.1
-Requires:       yast2-branding
-Requires:       libzypp >= 6.3.0 
-Provides:       yast2_ui yast2-ui-gtk
+Provides:       yast2-ui-gtk
+Provides:       yast2_ui
 Provides:       yast2_ui_pkg
 Source1:        yast2-gtk-rpmlintrc 
 
@@ -64,7 +60,7 @@
 mkdir build
 cd build
 export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$CFLAGS"
+export CXXFLAGS="$CFLAGS --std=c++0x"
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
       -DLIB=%{_lib} \
       -DCMAKE_BUILD_TYPE=Release \
@@ -74,10 +70,6 @@
 
 %install
 cd build
-%if 0%{?force_gcc_46}
-export CC=gcc-4.6
-export CXX=g++-4.6
-%endif
 make install DESTDIR=$RPM_BUILD_ROOT
 cd ..
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to