Hello community,

here is the log from the commit of package yast2-gtk for openSUSE:Factory
checked in at Wed May 25 10:12:31 CEST 2011.



--------
--- yast2-gtk/yast2-gtk.changes 2011-04-16 15:28:20.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-gtk/yast2-gtk.changes    2011-05-25 
09:25:42.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 25 07:25:22 UTC 2011 - [email protected]
+
+- make it build with gcc 4.6 (temporary aid)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  new.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-gtk.spec ++++++
--- /var/tmp/diff_new_pack.g8ib9h/_old  2011-05-25 10:12:01.000000000 +0200
+++ /var/tmp/diff_new_pack.g8ib9h/_new  2011-05-25 10:12:01.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           yast2-gtk
 Version:        2.21.96
-Release:        1
+Release:        3
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-gtk-2.21.96.tar.bz2
@@ -44,6 +44,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
@@ -51,6 +52,7 @@
 
 %prep
 %setup
+%patch0 -p1
 
 %build
 mkdir build

++++++ new.patch ++++++
Index: yast2-gtk-2.21.96/src/CMakeLists.txt
===================================================================
--- yast2-gtk-2.21.96.orig/src/CMakeLists.txt   2011-03-16 04:58:51.000000000 
+0100
+++ yast2-gtk-2.21.96/src/CMakeLists.txt        2011-05-25 09:22:25.062545782 
+0200
@@ -52,10 +52,10 @@ add_library (py2gtk SHARED ${gtk_yast_pl
 
 ## libraries:
 
-target_link_libraries (py2gtk ${GTK2_LIBRARIES})
+target_link_libraries (py2gtk ${GTK2_LIBRARIES} pangocairo-1.0)
 target_link_libraries (py2gtk ${LIBYUI_LIBRARY})
 set_target_properties (py2gtk PROPERTIES SOVERSION 2)
-set_target_properties (py2gtk PROPERTIES LINK_FLAGS "--no-undefined")
+set_target_properties (py2gtk PROPERTIES LINK_FLAGS "-Wl,--no-undefined")
 
 ## install:
 
Index: yast2-gtk-2.21.96/src/pkg/CMakeLists.txt
===================================================================
--- yast2-gtk-2.21.96.orig/src/pkg/CMakeLists.txt       2011-03-16 
04:58:51.000000000 +0100
+++ yast2-gtk-2.21.96/src/pkg/CMakeLists.txt    2011-05-25 09:22:18.049208318 
+0200
@@ -47,7 +47,7 @@ target_link_libraries (py2gtk_pkg ${GTK2
 target_link_libraries (py2gtk_pkg ${LIBYUI_LIBRARY})
 target_link_libraries (py2gtk_pkg ${ZYPP_LIBRARY})
 set_target_properties (py2gtk_pkg PROPERTIES SOVERSION 2)
-set_target_properties (py2gtk_pkg PROPERTIES LINK_FLAGS "--no-undefined 
-Wl,-rpath -Wl,${UI_PLUGIN_DIR}")
+set_target_properties (py2gtk_pkg PROPERTIES LINK_FLAGS "-Wl,--no-undefined 
-Wl,-rpath -Wl,${UI_PLUGIN_DIR}")
 
 ## install:
 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to