Hello community, here is the log from the commit of package yast2-gtk for openSUSE:Factory checked in at 2012-02-08 22:37:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-gtk (Old) and /work/SRC/openSUSE:Factory/.yast2-gtk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-gtk", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-gtk/yast2-gtk.changes 2011-09-23 12:53:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-gtk.new/yast2-gtk.changes 2012-02-08 22:37:14.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Feb 8 21:36:29 UTC 2012 - [email protected] + +- fix glib.h include + +------------------------------------------------------------------- New: ---- new.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-gtk.spec ++++++ --- /var/tmp/diff_new_pack.jHyXjf/_old 2012-02-08 22:37:16.000000000 +0100 +++ /var/tmp/diff_new_pack.jHyXjf/_new 2012-02-08 22:37:16.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-gtk # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,24 +16,25 @@ # - Name: yast2-gtk Version: 2.22.3 -Release: 1 +Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-gtk-2.22.3.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++ libxcrypt-devel -BuildRequires: gtk3-devel +BuildRequires: gcc-c++ BuildRequires: gdk-pixbuf-devel +BuildRequires: gtk3-devel +BuildRequires: libxcrypt-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 Requires: gtk3 Requires: yast2-libyui >= 2.18.8 Requires: yast2_theme >= 2.16.1 @@ -42,6 +43,7 @@ Provides: yast2_ui yast2-ui-gtk Provides: yast2_ui_pkg Source1: yast2-gtk-rpmlintrc +Patch0: new.patch %description One of several user interfaces available for YaST2, based on GTK and @@ -49,6 +51,7 @@ %prep %setup +%patch0 -p1 %build mkdir build ++++++ new.patch ++++++ Index: yast2-gtk-2.22.3/src/YGUI.cc =================================================================== --- yast2-gtk-2.22.3.orig/src/YGUI.cc 2011-09-10 07:03:13.000000000 +0200 +++ yast2-gtk-2.22.3/src/YGUI.cc 2012-02-08 22:17:26.929589580 +0100 @@ -17,7 +17,7 @@ #include "YGi18n.h" #include "YGUtils.h" #include "YGDialog.h" -#include <glib/gthread.h> +#include <glib.h> static std::string askForFileOrDirectory (GtkFileChooserAction action, const std::string &path, const std::string &filter, const std::string &title); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
