[yast-commit] r65090 - in /trunk/gtk: package/yast2-gtk.changes yast2-gtk.spec.in
Author: rpmcruz Date: Sat Jul 30 14:03:34 2011 New Revision: 65090 URL: http://svn.opensuse.org/viewcvs/yast?rev=65090&view=rev Log: * fixed .changes file * set gtk3 as package requirement Modified: trunk/gtk/package/yast2-gtk.changes trunk/gtk/yast2-gtk.spec.in Modified: trunk/gtk/package/yast2-gtk.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/package/yast2-gtk.changes?rev=65090&r1=65089&r2=65090&view=diff ============================================================================== --- trunk/gtk/package/yast2-gtk.changes (original) +++ trunk/gtk/package/yast2-gtk.changes Sat Jul 30 14:03:34 2011 @@ -8,6 +8,11 @@ - showing mnemonics characters (bnc#704102). ------------------------------------------------------------------- +Wed May 25 07:25:22 UTC 2011 - coolo@novell.com + +- make it build with gcc 4.6 (temporary aid) + +------------------------------------------------------------------- Sat Apr 16 13:51:00 WET 2011 - rpmcruz@alunos.dcc.fc.up.pt - 2.21.96 Modified: trunk/gtk/yast2-gtk.spec.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/yast2-gtk.spec.in?rev=65090&r1=65089&r2=65090&view=diff ============================================================================== --- trunk/gtk/yast2-gtk.spec.in (original) +++ trunk/gtk/yast2-gtk.spec.in Sat Jul 30 14:03:34 2011 @@ -8,14 +8,12 @@ License: GPL v2.1 or later BuildRequires: cmake BuildRequires: gcc-c++ blocxx-devel libxcrypt-devel -BuildRequires: gtk2-devel -%if 0%{?suse_version} > 1130 +BuildRequires: gtk3-devel BuildRequires: gdk-pixbuf-devel -%endif BuildRequires: yast2-devtools >= 2.16.3 BuildRequires: yast2-libyui-devel >= 2.18.8 BuildRequires: libzypp-devel >= 6.3.0 -Requires: gtk2 +Requires: gtk3 Requires: yast2-libyui >= 2.18.8 Requires: yast2_theme >= 2.16.1 Requires: yast2-branding -- 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