[yast-commit] r60905 - in /trunk/gtk: VERSION VERSION.cmake package/yast2-gtk.changes src/pkg/CMakeLists.txt

Author: rpmcruz Date: Sat Feb 20 16:49:35 2010 New Revision: 60905 URL: http://svn.opensuse.org/viewcvs/yast?rev=60905&view=rev Log: Milestone version. Modified: trunk/gtk/VERSION trunk/gtk/VERSION.cmake trunk/gtk/package/yast2-gtk.changes trunk/gtk/src/pkg/CMakeLists.txt Modified: trunk/gtk/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/VERSION?rev=60905&r1=60904&r2... ============================================================================== --- trunk/gtk/VERSION (original) +++ trunk/gtk/VERSION Sat Feb 20 16:49:35 2010 @@ -1 +1 @@ -2.21.5 +2.21.6 Modified: trunk/gtk/VERSION.cmake URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/VERSION.cmake?rev=60905&r1=60... ============================================================================== --- trunk/gtk/VERSION.cmake (original) +++ trunk/gtk/VERSION.cmake Sat Feb 20 16:49:35 2010 @@ -1,4 +1,4 @@ SET(VERSION_MAJOR "2") SET(VERSION_MINOR "21") -SET(VERSION_PATCH "5") +SET(VERSION_PATCH "6") Modified: trunk/gtk/package/yast2-gtk.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/package/yast2-gtk.changes?rev... ============================================================================== --- trunk/gtk/package/yast2-gtk.changes (original) +++ trunk/gtk/package/yast2-gtk.changes Sat Feb 20 16:49:35 2010 @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Fri Feb 19 19:00:00 WET 2010 - rpmcruz@alunos.dcc.fc.up.pt -- 2.21.1 - 2.21.5 +- 2.21.1 - 2.21.6 - build attempts. ------------------------------------------------------------------- Modified: trunk/gtk/src/pkg/CMakeLists.txt URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/src/pkg/CMakeLists.txt?rev=60... ============================================================================== --- trunk/gtk/src/pkg/CMakeLists.txt (original) +++ trunk/gtk/src/pkg/CMakeLists.txt Sat Feb 20 16:49:35 2010 @@ -37,7 +37,7 @@ ## libraries: -target_link_libraries (py2gtk_pkg libpy2gtk.so) +target_link_libraries (py2gtk_pkg libpy2gtk.so.2) target_link_libraries (py2gtk_pkg ${GTK2_LIBRARIES}) target_link_libraries (py2gtk_pkg ${LIBYUI_LIBRARY}) target_link_libraries (py2gtk_pkg ${ZYPP_LIBRARY}) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rpmcruz@svn.opensuse.org