[yast-commit] r62453 - in /branches/SuSE-Linux-11_3-Branch/gtk: VERSION VERSION.cmake modules/FindGTK2.cmake package/yast2-gtk.changes yast2-gtk.spec.in
Author: rpmcruz Date: Mon Aug 30 19:07:05 2010 New Revision: 62453 URL: http://svn.opensuse.org/viewcvs/yast?rev=62453&view=rev Log: Milestone version. Modified: branches/SuSE-Linux-11_3-Branch/gtk/VERSION branches/SuSE-Linux-11_3-Branch/gtk/VERSION.cmake branches/SuSE-Linux-11_3-Branch/gtk/modules/FindGTK2.cmake branches/SuSE-Linux-11_3-Branch/gtk/package/yast2-gtk.changes branches/SuSE-Linux-11_3-Branch/gtk/yast2-gtk.spec.in Modified: branches/SuSE-Linux-11_3-Branch/gtk/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_3-Branch/gtk/VERSION?rev=62453&r1=62452&r2=62453&view=diff ============================================================================== --- branches/SuSE-Linux-11_3-Branch/gtk/VERSION (original) +++ branches/SuSE-Linux-11_3-Branch/gtk/VERSION Mon Aug 30 19:07:05 2010 @@ -1 +1 @@ -2.21.71 +2.21.72 Modified: branches/SuSE-Linux-11_3-Branch/gtk/VERSION.cmake URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_3-Branch/gtk/VERSION.cmake?rev=62453&r1=62452&r2=62453&view=diff ============================================================================== --- branches/SuSE-Linux-11_3-Branch/gtk/VERSION.cmake (original) +++ branches/SuSE-Linux-11_3-Branch/gtk/VERSION.cmake Mon Aug 30 19:07:05 2010 @@ -1,3 +1,3 @@ SET(VERSION_MAJOR "2") SET(VERSION_MINOR "21") -SET(VERSION_PATCH "71") +SET(VERSION_PATCH "72") Modified: branches/SuSE-Linux-11_3-Branch/gtk/modules/FindGTK2.cmake URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_3-Branch/gtk/modules/FindGTK2.cmake?rev=62453&r1=62452&r2=62453&view=diff ============================================================================== --- branches/SuSE-Linux-11_3-Branch/gtk/modules/FindGTK2.cmake (original) +++ branches/SuSE-Linux-11_3-Branch/gtk/modules/FindGTK2.cmake Mon Aug 30 19:07:05 2010 @@ -138,7 +138,6 @@ atkmm-1.6 cairo cairomm-1.0 - gdk-pixbuf-2.0 gdkmm-2.4 giomm-2.4 gtk-2.0 @@ -400,9 +399,6 @@ _GTK2_FIND_INCLUDE_DIR(GTK2_GOBJECT_INCLUDE_DIR gobject/gobject.h) _GTK2_FIND_LIBRARY (GTK2_GOBJECT_LIBRARY gobject false true) - _GTK2_FIND_INCLUDE_DIR(GTK2_GDK_PIXBUF_INCLUDE_DIR gdk-pixbuf/gdk-pixbuf.h) - _GTK2_FIND_LIBRARY (GTK2_GDK_PIXBUF_LIBRARY gdk_pixbuf false true) - _GTK2_FIND_INCLUDE_DIR(GTK2_GDK_INCLUDE_DIR gdk/gdk.h) _GTK2_FIND_INCLUDE_DIR(GTK2_GDKCONFIG_INCLUDE_DIR gdkconfig.h) _GTK2_FIND_LIBRARY (GTK2_GDK_LIBRARY gdk-x11 false true) Modified: branches/SuSE-Linux-11_3-Branch/gtk/package/yast2-gtk.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_3-Branch/gtk/package/yast2-gtk.changes?rev=62453&r1=62452&r2=62453&view=diff ============================================================================== --- branches/SuSE-Linux-11_3-Branch/gtk/package/yast2-gtk.changes (original) +++ branches/SuSE-Linux-11_3-Branch/gtk/package/yast2-gtk.changes Mon Aug 30 19:07:05 2010 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Aug 30 18:05:00 WET 2010 - rpmcruz@alunos.dcc.fc.up.pt + +- 2.21.72 +- temporarily reverting cmake fixes: we need a 11.3 version +built in order to issue a patch. + +------------------------------------------------------------------- Mon Aug 30 17:45:00 WET 2010 - rpmcruz@alunos.dcc.fc.up.pt - 2.21.71 Modified: branches/SuSE-Linux-11_3-Branch/gtk/yast2-gtk.spec.in URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_3-Branch/gtk/yast2-gtk.spec.in?rev=62453&r1=62452&r2=62453&view=diff ============================================================================== --- branches/SuSE-Linux-11_3-Branch/gtk/yast2-gtk.spec.in (original) +++ branches/SuSE-Linux-11_3-Branch/gtk/yast2-gtk.spec.in Mon Aug 30 19:07:05 2010 @@ -9,11 +9,9 @@ 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