[yast-commit] r62442 - in /trunk/gtk: ChangeLog yast2-gtk.spec.in
Author: rpmcruz Date: Sun Aug 29 15:07:29 2010 New Revision: 62442 URL: http://svn.opensuse.org/viewcvs/yast?rev=62442&view=rev Log: * yast2-gtk.spec.in: add gdk-pixbuf-devel to BuildRequires. gtk and gdk-pixbuf divorced. bug fix 635352. Modified: trunk/gtk/ChangeLog trunk/gtk/yast2-gtk.spec.in Modified: trunk/gtk/ChangeLog URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/ChangeLog?rev=62442&r1=62441&... ============================================================================== --- trunk/gtk/ChangeLog (original) +++ trunk/gtk/ChangeLog Sun Aug 29 15:07:29 2010 @@ -1,3 +1,9 @@ +2010-08-29 Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> + + * yast2-gtk.spec.in: add gdk-pixbuf-devel to + BuildRequires. gtk and gdk-pixbuf divorced. + bug fix 635352. + 2010-07-26 Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> * src/pkg/ygtkpkgmenubar.cc: bug fix 624310: file > Modified: trunk/gtk/yast2-gtk.spec.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/yast2-gtk.spec.in?rev=62442&r... ============================================================================== --- trunk/gtk/yast2-gtk.spec.in (original) +++ trunk/gtk/yast2-gtk.spec.in Sun Aug 29 15:07:29 2010 @@ -9,9 +9,11 @@ BuildRequires: cmake BuildRequires: gcc-c++ blocxx-devel libxcrypt-devel BuildRequires: gtk2-devel +BuildRequires: gdk-pixbuf-devel BuildRequires: yast2-devtools >= 2.16.3 BuildRequires: yast2-libyui-devel >= 2.18.8 BuildRequires: libzypp-devel >= 6.3.0 +Requires: gtk2 Requires: yast2-libyui >= 2.18.8 Requires: yast2_theme >= 2.16.1 Requires: libzypp >= 6.3.0 -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rpmcruz@svn2.opensuse.org