commit libyui-gtk for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2014-05-07 06:55:22

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is libyui-gtk

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2014-04-05 
16:47:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2014-05-07 06:55:23.0 +0200
@@ -1,0 +2,13 @@
+Tue May  6 09:58:49 UTC 2014 - co...@suse.com
+
+- don't error out on deprecated gtk widgets
+- 2.44.5
+
+---
+Fri Apr 25 15:40:31 CEST 2014 - anase...@linux.it
+
+- Fixed YGDateField and YGTimeField input validity check
+- Fixed YGImage::setImage implementation (gh#libyui/libyui-gtk#44)
+- 2.44.4
+
+---

Old:

  libyui-gtk-2.44.3.tar.bz2

New:

  libyui-gtk-2.44.5.tar.bz2



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.1v9vHN/_old  2014-05-07 06:55:24.0 +0200
+++ /var/tmp/diff_new_pack.1v9vHN/_new  2014-05-07 06:55:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk-doc
-Version:2.44.3
+Version:2.44.5
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 

++ libyui-gtk.spec ++
--- /var/tmp/diff_new_pack.1v9vHN/_old  2014-05-07 06:55:24.0 +0200
+++ /var/tmp/diff_new_pack.1v9vHN/_new  2014-05-07 06:55:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk
-Version:2.44.3
+Version:2.44.5
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 
@@ -81,8 +81,8 @@
 
 %build
 
-export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
+export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG -Wno-error=deprecated-declarations
+export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG -Wno-error=deprecated-declarations
 
 ./bootstrap.sh %{_prefix}
 

++ libyui-gtk-2.44.3.tar.bz2 - libyui-gtk-2.44.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.3/ChangeLog 
new/libyui-gtk-2.44.5/ChangeLog
--- old/libyui-gtk-2.44.3/ChangeLog 2014-04-04 17:39:45.0 +0200
+++ new/libyui-gtk-2.44.5/ChangeLog 2014-05-06 12:45:48.0 +0200
@@ -1,4 +1,17 @@
 ---
+Tue May  6 09:58:49 UTC 2014 - co...@suse.com
+
+- don't error out on deprecated gtk widgets
+- 2.44.5
+
+---
+Fri Apr 25 15:40:31 CEST 2014 - anase...@linux.it
+
+- Fixed YGDateField and YGTimeField input validity check
+- Fixed YGImage::setImage implementation (gh#libyui/libyui-gtk#44)
+- 2.44.4
+
+---
 Thu Mar 20 14:13:03 CET 2014 - anase...@linux.it
 
 - Fixed smaller dialog (gh#libyui/libyui-gtk#41)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.3/VERSION.cmake 
new/libyui-gtk-2.44.5/VERSION.cmake
--- old/libyui-gtk-2.44.3/VERSION.cmake 2014-04-04 17:39:45.0 +0200
+++ new/libyui-gtk-2.44.5/VERSION.cmake 2014-05-06 12:45:48.0 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 44 )
-SET( VERSION_PATCH 3 )
+SET( VERSION_PATCH 5 )
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1} )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.3/libyui-gtk.spec.in 
new/libyui-gtk-2.44.5/libyui-gtk.spec.in
--- old/libyui-gtk-2.44.3/libyui-gtk.spec.in2014-02-24 11:39:44.0 
+0100
+++ new/libyui-gtk-2.44.5/libyui-gtk.spec.in2014-05-06 12:45:48.0 
+0200
@@ -75,8 +75,8 @@
 
 %build
 
-export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
+export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG -Wno-error=deprecated-declarations
+export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG -Wno-error=deprecated-declarations
 
 ./bootstrap.sh %{_prefix}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.3/src/YGImage.cc 
new/libyui-gtk-2.44.5/src/YGImage.cc
--- old/libyui-gtk-2.44.3/src/YGImage.cc2014-02-21 15:08:01.0 
+0100
+++ new/libyui-gtk-2.44.5/src/YGImage.cc2014-05-06 11:45:52.0 
+0200
@@ -25,6 +25,13 @@
: YImage (NULL, filename, animated),
  YGWidget (this, parent, YGTK_TYPE_IMAGE, NULL)
{
+   setImage( filename, animated );
+   }
+
+ 

commit libyui-gtk for openSUSE:Factory

2014-04-05 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2014-04-05 16:47:34

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is libyui-gtk

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2014-02-28 
07:23:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2014-04-05 16:47:36.0 +0200
@@ -1,0 +2,7 @@
+Thu Mar 20 14:13:03 CET 2014 - anase...@linux.it
+
+- Fixed smaller dialog (gh#libyui/libyui-gtk#41)
+- Fixed dialog setDefaultButton (gh#libyui/libyui-gtk#39)
+- 2.44.3
+
+---

Old:

  libyui-gtk-2.44.2.tar.bz2

New:

  libyui-gtk-2.44.3.tar.bz2



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.CAlFHI/_old  2014-04-05 16:47:36.0 +0200
+++ /var/tmp/diff_new_pack.CAlFHI/_new  2014-04-05 16:47:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk-doc
-Version:2.44.2
+Version:2.44.3
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 

++ libyui-gtk.spec ++
--- /var/tmp/diff_new_pack.CAlFHI/_old  2014-04-05 16:47:36.0 +0200
+++ /var/tmp/diff_new_pack.CAlFHI/_new  2014-04-05 16:47:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk
-Version:2.44.2
+Version:2.44.3
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 

++ libyui-gtk-2.44.2.tar.bz2 - libyui-gtk-2.44.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.2/ChangeLog 
new/libyui-gtk-2.44.3/ChangeLog
--- old/libyui-gtk-2.44.2/ChangeLog 2014-02-27 16:24:26.0 +0100
+++ new/libyui-gtk-2.44.3/ChangeLog 2014-04-04 17:39:45.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu Mar 20 14:13:03 CET 2014 - anase...@linux.it
+
+- Fixed smaller dialog (gh#libyui/libyui-gtk#41)
+- Fixed dialog setDefaultButton (gh#libyui/libyui-gtk#39)
+- 2.44.3
+
+---
 Thu Feb 27 14:57:15 UTC 2014 - mvid...@suse.com
 
 - Fixed save_y2logs invocation (bnc#866056).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.2/VERSION.cmake 
new/libyui-gtk-2.44.3/VERSION.cmake
--- old/libyui-gtk-2.44.2/VERSION.cmake 2014-02-27 16:24:26.0 +0100
+++ new/libyui-gtk-2.44.3/VERSION.cmake 2014-04-04 17:39:45.0 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 44 )
-SET( VERSION_PATCH 2 )
+SET( VERSION_PATCH 3 )
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1} )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.2/src/YGDialog.cc 
new/libyui-gtk-2.44.3/src/YGDialog.cc
--- old/libyui-gtk-2.44.2/src/YGDialog.cc   2014-02-24 14:55:54.0 
+0100
+++ new/libyui-gtk-2.44.3/src/YGDialog.cc   2014-04-04 17:39:45.0 
+0200
@@ -8,6 +8,7 @@
 #include YGDialog.h
 #include YGUtils.h
 #include YDialogSpy.h
+#include YPushButton.h
 #include gdk/gdkkeysyms.h
 #include math.h  // easter
 #include string.h
@@ -340,6 +341,16 @@
 YGWindow::unref (m_window);
 }
 
+void YGDialog::setDefaultButton(YPushButton* newDefaultButton)
+{
+   YDialog::setDefaultButton( 0 ); // prevent complaints about multiple 
default buttons
+   if ( newDefaultButton ) 
+   {
+ newDefaultButton-setKeyboardFocus();
+ YDialog::setDefaultButton(newDefaultButton);
+   }
+}
+
 void YGDialog::openInternal()
 {
 m_window-show();
@@ -402,6 +413,16 @@
// result of changed layout properties
bool resize = false;
GtkWidget *window = m_window-getWidget();
+
+gint w,h;
+gtk_window_get_size(GTK_WINDOW (window), w, h);
+
+if (w  width || h  height) {
+resize = true;
+width  = MAX (width,  w),
+height = MAX (height, h);
+}
+
if (gtk_widget_get_realized (window)) {
gtk_widget_queue_resize (window);
width = MIN (width, YUI::app()-displayWidth());
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.2/src/YGDialog.h 
new/libyui-gtk-2.44.3/src/YGDialog.h
--- old/libyui-gtk-2.44.2/src/YGDialog.h2014-02-21 15:08:01.0 
+0100
+++ new/libyui-gtk-2.44.3/src/YGDialog.h2014-04-04 17:39:45.0 
+0200
@@ 

commit libyui-gtk for openSUSE:Factory

2014-02-27 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2014-02-28 07:23:03

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is libyui-gtk

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2014-02-25 
07:33:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2014-02-28 07:23:05.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 27 14:57:15 UTC 2014 - mvid...@suse.com
+
+- Fixed save_y2logs invocation (bnc#866056).
+- 2.44.2
+
+---

Old:

  libyui-gtk-2.44.1.tar.bz2

New:

  libyui-gtk-2.44.2.tar.bz2



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.iMDFQs/_old  2014-02-28 07:23:05.0 +0100
+++ /var/tmp/diff_new_pack.iMDFQs/_new  2014-02-28 07:23:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk-doc
-Version:2.44.1
+Version:2.44.2
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 

++ libyui-gtk.spec ++
--- /var/tmp/diff_new_pack.iMDFQs/_old  2014-02-28 07:23:05.0 +0100
+++ /var/tmp/diff_new_pack.iMDFQs/_new  2014-02-28 07:23:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk
-Version:2.44.1
+Version:2.44.2
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 

++ libyui-gtk-2.44.1.tar.bz2 - libyui-gtk-2.44.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.1/ChangeLog 
new/libyui-gtk-2.44.2/ChangeLog
--- old/libyui-gtk-2.44.1/ChangeLog 2014-02-24 14:55:54.0 +0100
+++ new/libyui-gtk-2.44.2/ChangeLog 2014-02-27 16:24:26.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Feb 27 14:57:15 UTC 2014 - mvid...@suse.com
+
+- Fixed save_y2logs invocation (bnc#866056).
+- 2.44.2
+
+---
 Wed Feb 19 20:58:13 CET 2014 - anase...@linux.it
 
 - Added seconds to YTimeField as for Qt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.1/VERSION.cmake 
new/libyui-gtk-2.44.2/VERSION.cmake
--- old/libyui-gtk-2.44.1/VERSION.cmake 2014-02-24 14:55:54.0 +0100
+++ new/libyui-gtk-2.44.2/VERSION.cmake 2014-02-27 16:24:26.0 +0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 44 )
-SET( VERSION_PATCH 1 )
+SET( VERSION_PATCH 2 )
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1} )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.1/src/YGUI.cc 
new/libyui-gtk-2.44.2/src/YGUI.cc
--- old/libyui-gtk-2.44.1/src/YGUI.cc   2014-02-21 15:08:01.0 +0100
+++ new/libyui-gtk-2.44.2/src/YGUI.cc   2014-02-27 16:24:26.0 +0100
@@ -357,10 +357,10 @@
std::string filename = askForFileOrDirectory 
(GTK_FILE_CHOOSER_ACTION_SAVE,
/tmp/y2logs.tgz, *.tgz *.tar.gz, _(Save y2logs));
if (!filename.empty()) {
-   std::string command = /sbin/save_y2logs;
+   std::string command = /usr/sbin/save_y2logs;
command +=  ' + filename + ';
-   yuiMilestone()  Saving y2logs:   command  std::endl;
-   int ret = system (command.c_str());
+   yuiMilestone()  Saving y2logs:   command  std::endl;
+   int ret = system (command.c_str());
if (ret == 0)
yuiMilestone()  y2logs saved to   filename  
std::endl;
else {

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libyui-gtk for openSUSE:Factory

2014-02-24 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2014-02-25 07:33:34

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is libyui-gtk

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2014-01-09 
17:24:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2014-02-25 07:33:35.0 +0100
@@ -1,0 +2,10 @@
+Wed Feb 19 20:58:13 CET 2014 - anase...@linux.it
+
+- Added seconds to YTimeField as for Qt
+- Fixed BusyCursor
+- Fixed YTree item selection during items population,
+  old implementation ignored selected items.
+- Aligned dialog title behavior to QT
+- 2.44.1
+
+---

Old:

  libyui-gtk-2.44.0.tar.bz2

New:

  libyui-gtk-2.44.1.tar.bz2



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.LaVbEO/_old  2014-02-25 07:33:35.0 +0100
+++ /var/tmp/diff_new_pack.LaVbEO/_new  2014-02-25 07:33:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-gtk-doc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk-doc
-Version:2.44.0
+Version:2.44.1
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 

++ libyui-gtk.spec ++
--- /var/tmp/diff_new_pack.LaVbEO/_old  2014-02-25 07:33:35.0 +0100
+++ /var/tmp/diff_new_pack.LaVbEO/_new  2014-02-25 07:33:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-gtk
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk
-Version:2.44.0
+Version:2.44.1
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 

++ libyui-gtk-2.44.0.tar.bz2 - libyui-gtk-2.44.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.0/CMakeLists.txt 
new/libyui-gtk-2.44.1/CMakeLists.txt
--- old/libyui-gtk-2.44.0/CMakeLists.txt2014-02-25 07:33:36.0 
+0100
+++ new/libyui-gtk-2.44.1/CMakeLists.txt2014-02-25 07:33:36.0 
+0100
@@ -1 +1 @@
-symbolic link to /usr/share/libyui/buildtools/CMakeLists.common
+symbolic link to ../libyui-master/buildtools/CMakeLists.common
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.0/ChangeLog 
new/libyui-gtk-2.44.1/ChangeLog
--- old/libyui-gtk-2.44.0/ChangeLog 2013-12-05 18:54:08.0 +0100
+++ new/libyui-gtk-2.44.1/ChangeLog 2014-02-24 14:55:54.0 +0100
@@ -1,4 +1,14 @@
 ---
+Wed Feb 19 20:58:13 CET 2014 - anase...@linux.it
+
+- Added seconds to YTimeField as for Qt
+- Fixed BusyCursor
+- Fixed YTree item selection during items population,
+  old implementation ignored selected items.
+- Aligned dialog title behavior to QT
+- 2.44.1
+
+---
 Thu Dec  5 16:36:33 UTC 2013 - mvid...@suse.com
 
 - adjusted to libyui so version 6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.0/VERSION.cmake 
new/libyui-gtk-2.44.1/VERSION.cmake
--- old/libyui-gtk-2.44.0/VERSION.cmake 2013-12-05 18:54:08.0 +0100
+++ new/libyui-gtk-2.44.1/VERSION.cmake 2014-02-24 14:55:54.0 +0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 44 )
-SET( VERSION_PATCH 0 )
+SET( VERSION_PATCH 1 )
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1} )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.0/libyui-gtk.spec.in 
new/libyui-gtk-2.44.1/libyui-gtk.spec.in
--- old/libyui-gtk-2.44.0/libyui-gtk.spec.in2013-12-05 18:54:08.0 
+0100
+++ new/libyui-gtk-2.44.1/libyui-gtk.spec.in2014-02-24 11:39:44.0 
+0100
@@ -1,7 +1,7 @@
 #
-# spec file for package @PROJECTNAME@ (Version @VERSION@)
+# spec file for package @PROJECTNAME@
 #
-# Copyright (c) 2012 SUSE LINUX 

commit libyui-gtk for openSUSE:Factory

2014-01-09 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2014-01-09 17:24:46

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is libyui-gtk

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2013-08-10 
12:18:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2014-01-09 17:24:47.0 +0100
@@ -1,0 +2,17 @@
+Thu Dec  5 16:36:33 UTC 2013 - mvid...@suse.com
+
+- adjusted to libyui so version 6
+- 2.44.0
+
+---
+Wed Dec  4 10:50:53 UTC 2013 - jsr...@suse.cz
+
+- Fixed building with libyui changes
+
+---
+Sun Dec  1 14:44:21 CET 2013 - anase...@linux.it
+
+- YTable crashed when columns inserted were more than the ones configured
+- Version 2.43.8
+
+---

Old:

  libyui-gtk-2.43.7.tar.bz2

New:

  libyui-gtk-2.44.0.tar.bz2



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.chw6Ke/_old  2014-01-09 17:24:48.0 +0100
+++ /var/tmp/diff_new_pack.chw6Ke/_new  2014-01-09 17:24:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk-doc
-Version:2.43.7
+Version:2.44.0
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 
@@ -67,13 +67,13 @@
 cd build
 make install DESTDIR=$RPM_BUILD_ROOT
 
-%fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-gtk5
+%fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-gtk6
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc %{_docdir}/libyui-gtk5
+%doc %{_docdir}/libyui-gtk6
 
 %changelog

++ libyui-gtk.spec ++
--- /var/tmp/diff_new_pack.chw6Ke/_old  2014-01-09 17:24:48.0 +0100
+++ /var/tmp/diff_new_pack.chw6Ke/_new  2014-01-09 17:24:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk
-Version:2.43.7
+Version:2.44.0
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 
@@ -27,7 +27,7 @@
 BuildRequires:  gtk3-devel
 BuildRequires:  libyui-devel = 3.0.4
 BuildRequires:  pkg-config
-Provides:   yui_backend = 5
+Provides:   yui_backend = 6
 
 Url:http://github.com/libyui/
 Summary:Libyui - Gtk User Interface
@@ -39,9 +39,9 @@
 component for libYUI.
 
 
-%package -n libyui-gtk5
+%package -n libyui-gtk6
 
-Requires:   libyui5
+Requires:   libyui6
 Provides:   libyui-gtk = %{version}
 Provides:   yast2-gtk = %{version}
 Obsoletes:  yast2-gtk  %{version}
@@ -50,7 +50,7 @@
 Summary:Libyui - Gtk User Interface
 Group:  System/Libraries
 
-%description -n libyui-gtk5
+%description -n libyui-gtk6
 This package contains the Gtk user interface
 component for libYUI.
 
@@ -61,7 +61,7 @@
 Requires:   boost-devel
 Requires:   glibc-devel
 Requires:   libstdc++-devel
-Requires:   libyui-gtk5 = %{version}
+Requires:   libyui-gtk6 = %{version}
 
 Url:http://github.com/libyui/
 Summary:Libyui-gtk header files
@@ -108,27 +108,27 @@
 %install
 cd build
 make install DESTDIR=$RPM_BUILD_ROOT
-install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/libyui-gtk5/
+install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/libyui-gtk6/
 install -m0755 -d $RPM_BUILD_ROOT/%{_libdir}/yui
-install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/libyui-gtk5/
+install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/libyui-gtk6/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -n libyui-gtk5 -p /sbin/ldconfig
+%post -n libyui-gtk6 -p /sbin/ldconfig
 
-%postun -n libyui-gtk5 -p /sbin/ldconfig
+%postun -n libyui-gtk6 -p /sbin/ldconfig
 
-%files -n libyui-gtk5
+%files -n libyui-gtk6
 %defattr(-,root,root)
 %dir %{_libdir}/yui
 %{_libdir}/yui/lib*.so.*
-%doc %dir %{_docdir}/libyui-gtk5
-%doc %{_docdir}/libyui-gtk5/COPYING*
+%doc %dir %{_docdir}/libyui-gtk6
+%doc %{_docdir}/libyui-gtk6/COPYING*
 
 %files devel
 %defattr(-,root,root)
-%dir %{_docdir}/libyui-gtk5
+%dir %{_docdir}/libyui-gtk6
 %{_libdir}/yui/lib*.so
 %{_prefix}/include/yui
 %{_libdir}/pkgconfig/libyui-gtk.pc

++ libyui-gtk-2.43.7.tar.bz2 - libyui-gtk-2.44.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.43.7/ChangeLog 
new/libyui-gtk-2.44.0/ChangeLog
--- old/libyui-gtk-2.43.7/ChangeLog 2013-08-06 16:03:27.0 +0200
+++ new/libyui-gtk-2.44.0/ChangeLog 2013-12-05 18:54:08.0 +0100
@@ -1,4 +1,21 @@
 ---
+Thu Dec  5 16:36:33 UTC 2013 - mvid...@suse.com
+
+- adjusted to 

commit libyui-gtk for openSUSE:Factory

2013-08-10 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2013-08-10 12:18:16

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is libyui-gtk

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2013-07-07 
22:19:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2013-08-10 12:18:18.0 +0200
@@ -1,0 +2,12 @@
+Tue Aug  6 14:38:13 CEST 2013 - tgoettlic...@suse.de
+
+- fixed dependencies
+- Version 2.43.7
+
+---
+Fri Aug  2 13:24:25 CEST 2013 - tgoettlic...@suse.de
+
+- fixed deprecated stock items
+- Version 2.43.6
+
+---

Old:

  libyui-gtk-2.43.6.tar.bz2

New:

  libyui-gtk-2.43.7.tar.bz2



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.MaRCTV/_old  2013-08-10 12:18:19.0 +0200
+++ /var/tmp/diff_new_pack.MaRCTV/_new  2013-08-10 12:18:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk-doc
-Version:2.43.6
+Version:2.43.7
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 

++ libyui-gtk.spec ++
--- /var/tmp/diff_new_pack.MaRCTV/_old  2013-08-10 12:18:19.0 +0200
+++ /var/tmp/diff_new_pack.MaRCTV/_new  2013-08-10 12:18:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk
-Version:2.43.6
+Version:2.43.7
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 
@@ -27,7 +27,7 @@
 BuildRequires:  gtk3-devel
 BuildRequires:  libyui-devel = 3.0.4
 BuildRequires:  pkg-config
-Provides:   yui_backend
+Provides:   yui_backend = 5
 
 Url:http://github.com/libyui/
 Summary:Libyui - Gtk User Interface

++ libyui-gtk-2.43.6.tar.bz2 - libyui-gtk-2.43.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.43.6/ChangeLog 
new/libyui-gtk-2.43.7/ChangeLog
--- old/libyui-gtk-2.43.6/ChangeLog 2013-07-05 10:16:48.0 +0200
+++ new/libyui-gtk-2.43.7/ChangeLog 2013-08-06 16:03:27.0 +0200
@@ -1,4 +1,16 @@
 ---
+Tue Aug  6 14:38:13 CEST 2013 - tgoettlic...@suse.de
+
+- fixed dependencies
+- Version 2.43.7
+
+---
+Fri Aug  2 13:24:25 CEST 2013 - tgoettlic...@suse.de
+
+- fixed deprecated stock items
+- Version 2.43.6
+
+---
 Thu Jul  4 17:39:43 CEST 2013 - tgoettlic...@suse.de
 
 - fixed misplaced countries in map (in time zone selection) (bnc #775672)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.43.6/VERSION.cmake 
new/libyui-gtk-2.43.7/VERSION.cmake
--- old/libyui-gtk-2.43.6/VERSION.cmake 2013-07-05 10:16:48.0 +0200
+++ new/libyui-gtk-2.43.7/VERSION.cmake 2013-08-06 16:03:27.0 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 43 )
-SET( VERSION_PATCH 6 )
+SET( VERSION_PATCH 7 )
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1} )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.43.6/libyui-gtk.spec.in 
new/libyui-gtk-2.43.7/libyui-gtk.spec.in
--- old/libyui-gtk-2.43.6/libyui-gtk.spec.in2013-07-05 10:16:48.0 
+0200
+++ new/libyui-gtk-2.43.7/libyui-gtk.spec.in2013-08-06 16:03:27.0 
+0200
@@ -29,7 +29,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  libyui-devel = 3.0.4
 BuildRequires:  gtk3-devel
-Provides:  yui_backend
+Provides:  yui_backend = 5
 
 
 URL:@URL@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.43.6/src/YGDialog.cc 
new/libyui-gtk-2.43.7/src/YGDialog.cc
--- old/libyui-gtk-2.43.6/src/YGDialog.cc   2013-07-05 10:16:48.0 
+0200
+++ new/libyui-gtk-2.43.7/src/YGDialog.cc   2013-08-06 16:03:27.0 
+0200
@@ -310,9 +310,10 @@
 
 if (colorMode != YDialogNormalColor) {
 // emulate a warning / info dialog
-GtkWidget *icon = gtk_image_new_from_stock
-(colorMode == YDialogWarnColor ? GTK_STOCK_DIALOG_WARNING : 
GTK_STOCK_DIALOG_INFO,
+  GtkWidget *icon = gtk_image_new_from_icon_name 
+(colorMode == YDialogWarnColor ? dialog-warning : 
dialog-information,
  GTK_ICON_SIZE_DIALOG);
+
 

commit libyui-gtk for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2013-05-27 09:53:21

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is libyui-gtk

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2013-05-13 
20:22:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2013-05-27 09:53:22.0 +0200
@@ -1,0 +2,6 @@
+Thu May 16 13:40:00 UTC 2013 - bjoern.es...@gmail.com
+
+- fixed contradiction between README and COPYING*
+- Version 2.43.4
+
+---

Old:

  libyui-gtk-2.43.3.tar.bz2

New:

  libyui-gtk-2.43.4.tar.bz2



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.WiwpZV/_old  2013-05-27 09:53:23.0 +0200
+++ /var/tmp/diff_new_pack.WiwpZV/_new  2013-05-27 09:53:23.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.43.3)
+# spec file for package libyui-gtk (Version 2.43.4)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:  libyui-gtk-doc
-Version:   2.43.3
+Version:   2.43.4
 Release:   0
 License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-gtk-%{version}.tar.bz2

++ libyui-gtk.spec ++
--- /var/tmp/diff_new_pack.WiwpZV/_old  2013-05-27 09:53:23.0 +0200
+++ /var/tmp/diff_new_pack.WiwpZV/_new  2013-05-27 09:53:23.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.43.3)
+# spec file for package libyui-gtk (Version 2.43.4)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -17,7 +17,7 @@
 # norootforbuild
 
 Name:   libyui-gtk
-Version:2.43.3
+Version:2.43.4
 Release:0
 License:LGPL-2.1 or LGPL-3.0
 Source: libyui-gtk-%{version}.tar.bz2

++ libyui-gtk-2.43.3.tar.bz2 - libyui-gtk-2.43.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.43.3/ChangeLog 
new/libyui-gtk-2.43.4/ChangeLog
--- old/libyui-gtk-2.43.3/ChangeLog 2013-05-10 15:32:26.0 +0200
+++ new/libyui-gtk-2.43.4/ChangeLog 2013-05-17 11:57:30.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu May 16 13:40:00 UTC 2013 - bjoern.es...@gmail.com
+
+- fixed contradiction between README and COPYING*
+- Version 2.43.4
+
+---
 Fri May 10 10:40:00 UTC 2013 - bjoern.es...@gmail.com
 
 - use a common toplevel CMakeLists.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.43.3/README new/libyui-gtk-2.43.4/README
--- old/libyui-gtk-2.43.3/README2013-05-10 15:32:26.0 +0200
+++ new/libyui-gtk-2.43.4/README2013-05-17 11:57:30.0 +0200
@@ -3,7 +3,7 @@
 License
 
   This code is licensed under the GNU Lesser General Public License (LGPL)
-  version 2, or, at your option, any higher.
+  version 2.1 and/or version 3, at your option.
 
 A native GTK+ YaST2 UI !
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.43.3/VERSION.cmake 
new/libyui-gtk-2.43.4/VERSION.cmake
--- old/libyui-gtk-2.43.3/VERSION.cmake 2013-05-10 15:32:26.0 +0200
+++ new/libyui-gtk-2.43.4/VERSION.cmake 2013-05-17 11:57:30.0 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 43 )
-SET( VERSION_PATCH 3 )
+SET( VERSION_PATCH 4 )
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1} )
 
 # This is need for the libyui core, ONLY.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libyui-gtk for openSUSE:Factory

2013-05-13 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2013-05-13 20:22:40

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is libyui-gtk

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2013-04-26 
13:32:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2013-05-13 20:22:41.0 +0200
@@ -1,0 +2,32 @@
+Fri May 10 10:40:00 UTC 2013 - bjoern.es...@gmail.com
+
+- use a common toplevel CMakeLists.txt
+- fix building *-doc pkgs
+- introduce bootstrap.sh
+- Version 2.43.3
+
+---
+Mon May  6 13:30:00 UTC 2013 - bjoern.es...@gmail.com
+
+- fix build issues
+- 2.43.2
+
+---
+Mon May  6 11:34:38 UTC 2013 - bjoern.es...@gmail.com
+
+- increased version
+- use SONAME from libyui instead of VERSION.cmake
+
+---
+Mon Apr 29 08:38:47 CEST 2013 - tgoettlic...@suse.de
+
+- Adapted call for theme dir and locale dir
+- 2.42.5
+
+---
+Fri Apr 26 12:49:33 CEST 2013 - tgoettlic...@suse.de
+
+- fix for bnc #801311: Translation is missing 
+- 2.42.5
+
+---

Old:

  libyui-gtk-2.42.4.tar.bz2

New:

  libyui-gtk-2.43.3.tar.bz2



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.XL76Az/_old  2013-05-13 20:22:43.0 +0200
+++ /var/tmp/diff_new_pack.XL76Az/_new  2013-05-13 20:22:43.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.42.4)
+# spec file for package libyui-gtk (Version 2.43.3)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:  libyui-gtk-doc
-Version:   2.42.4
+Version:   2.43.3
 Release:   0
 License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-gtk-%{version}.tar.bz2
@@ -30,7 +30,7 @@
 BuildRequires:  texlive-latex
 BuildRequires:  cmake = 2.8
 BuildRequires:  gcc-c++
-BuildRequires:  libyui-devel
+BuildRequires:  libyui-devel = 3.0.4
 
 
 URL:   http://github.com/libyui/
@@ -55,6 +55,8 @@
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
+./bootstrap.sh %{_prefix}
+
 mkdir build
 cd build
 cmake .. \
@@ -68,7 +70,7 @@
 cd build
 make install DESTDIR=$RPM_BUILD_ROOT
 
-%fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-gtk4
+%fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-gtk5
 
 
 %clean
@@ -77,6 +79,6 @@
 
 %files
 %defattr(-,root,root)
-%doc %{_docdir}/libyui-gtk4
+%doc %{_docdir}/libyui-gtk5
 
 %changelog

++ libyui-gtk.spec ++
--- /var/tmp/diff_new_pack.XL76Az/_old  2013-05-13 20:22:43.0 +0200
+++ /var/tmp/diff_new_pack.XL76Az/_new  2013-05-13 20:22:43.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.42.4)
+# spec file for package libyui-gtk (Version 2.43.3)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -17,7 +17,7 @@
 # norootforbuild
 
 Name:   libyui-gtk
-Version:2.42.4
+Version:2.43.3
 Release:0
 License:LGPL-2.1 or LGPL-3.0
 Source: libyui-gtk-%{version}.tar.bz2
@@ -27,7 +27,7 @@
 BuildRequires:  cmake = 2.8
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
-BuildRequires:  libyui-devel
+BuildRequires:  libyui-devel = 3.0.4
 BuildRequires:  gtk3-devel
 Provides:  yui_backend
 
@@ -40,19 +40,19 @@
 component for libYUI.
 
 
-%package -n libyui-gtk4
+%package -n libyui-gtk5
 
 Group:  System/Libraries
 
-Requires:   libyui4
-Provides:   libyui-ncurses = %{version}
+Requires:   libyui5
+Provides:   libyui-gtk = %{version}
 Provides:   yast2-gtk = %{version}
 Obsoletes:  yast2-gtk  %{version}
 
 URL:http://github.com/libyui/
 Summary:Libyui - Gtk User Interface
 
-%description -n libyui-gtk4
+%description -n libyui-gtk5
 This package contains the Gtk user interface
 component for libYUI.
 
@@ -62,7 +62,7 @@
 
 Group:  Development/Languages/C and C++
 
-Requires:   libyui-gtk4 = %{version}
+Requires:   libyui-gtk5 = %{version}
 Requires:   glibc-devel
 Requires:   libstdc++-devel
 Requires:   boost-devel
@@ -88,6 +88,8 @@
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
+./bootstrap.sh %{_prefix}
+
 mkdir build
 cd build
 
@@ -111,27 +113,27 @@
 %install
 cd build
 make install DESTDIR=$RPM_BUILD_ROOT
-install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/libyui-gtk4/
+install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/libyui-gtk5/
 

commit libyui-gtk for openSUSE:Factory

2013-04-26 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2013-04-26 13:32:39

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is libyui-gtk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2013-02-12 
16:40:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2013-04-26 13:32:41.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 24 09:14:01 CEST 2013 - tgoettlic...@suse.de
+
+- GTK compilation fix
+- 2.42.4
+
+---

Old:

  libyui-gtk-2.42.3.tar.bz2

New:

  libyui-gtk-2.42.4.tar.bz2



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.6HdkO8/_old  2013-04-26 13:32:42.0 +0200
+++ /var/tmp/diff_new_pack.6HdkO8/_new  2013-04-26 13:32:42.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.42.3)
+# spec file for package libyui-gtk (Version 2.42.4)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:  libyui-gtk-doc
-Version:   2.42.3
+Version:   2.42.4
 Release:   0
 License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-gtk-%{version}.tar.bz2

++ libyui-gtk.spec ++
--- /var/tmp/diff_new_pack.6HdkO8/_old  2013-04-26 13:32:43.0 +0200
+++ /var/tmp/diff_new_pack.6HdkO8/_new  2013-04-26 13:32:43.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.42.3)
+# spec file for package libyui-gtk (Version 2.42.4)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -17,7 +17,7 @@
 # norootforbuild
 
 Name:   libyui-gtk
-Version:2.42.3
+Version:2.42.4
 Release:0
 License:LGPL-2.1 or LGPL-3.0
 Source: libyui-gtk-%{version}.tar.bz2

++ libyui-gtk-2.42.3.tar.bz2 - libyui-gtk-2.42.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.3/ChangeLog 
new/libyui-gtk-2.42.4/ChangeLog
--- old/libyui-gtk-2.42.3/ChangeLog 2013-02-11 16:57:46.0 +0100
+++ new/libyui-gtk-2.42.4/ChangeLog 2013-04-24 15:07:31.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Apr 24 09:14:01 CEST 2013 - tgoettlic...@suse.de
+
+- GTK compilation fix
+- 2.42.4
+
+---
 Mon Feb 11 16:53:11 CET 2013 - tgoettlic...@suse.de
 - Fixed window size (bnc #722053)
 - 2.42.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.3/VERSION.cmake 
new/libyui-gtk-2.42.4/VERSION.cmake
--- old/libyui-gtk-2.42.3/VERSION.cmake 2013-02-11 16:57:46.0 +0100
+++ new/libyui-gtk-2.42.4/VERSION.cmake 2013-04-24 15:07:31.0 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 42 )
-SET( VERSION_PATCH 3 )
+SET( VERSION_PATCH 4 )
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1} )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.3/src/YGUtils.cc 
new/libyui-gtk-2.42.4/src/YGUtils.cc
--- old/libyui-gtk-2.42.3/src/YGUtils.cc2013-02-11 16:57:46.0 
+0100
+++ new/libyui-gtk-2.42.4/src/YGUtils.cc2013-04-24 15:07:31.0 
+0200
@@ -462,8 +462,9 @@
 {
 GtkStyleContext *style_ctx = gtk_widget_get_style_context(widget);
PangoContext *context = gtk_widget_get_pango_context (widget);
-   PangoFontMetrics *metrics = pango_context_get_metrics (context,
-   
gtk_style_context_get_font(style_ctx, GTK_STATE_FLAG_NORMAL), NULL);
+   PangoFontDescription *font_desc;
+   gtk_style_context_get (style_ctx, GTK_STATE_FLAG_NORMAL, font, 
font_desc, NULL);
+   PangoFontMetrics *metrics = pango_context_get_metrics (context, 
font_desc, NULL);
 
int width = pango_font_metrics_get_approximate_char_width (metrics);
pango_font_metrics_unref (metrics);
@@ -475,8 +476,9 @@
 {
 GtkStyleContext *style_ctx = gtk_widget_get_style_context(widget);
PangoContext *context = gtk_widget_get_pango_context (widget);
-   PangoFontMetrics *metrics = pango_context_get_metrics (context,
-   
gtk_style_context_get_font(style_ctx, GTK_STATE_FLAG_NORMAL), NULL);
+   PangoFontDescription *font_desc;
+   gtk_style_context_get (style_ctx, 

commit libyui-gtk for openSUSE:Factory

2013-02-12 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2013-02-12 16:39:58

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is libyui-gtk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2013-02-04 
21:13:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2013-02-12 16:40:01.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 11 16:53:11 CET 2013 - tgoettlic...@suse.de
+- Fixed window size (bnc #722053)
+- 2.42.3
+
+---

Old:

  libyui-gtk-2.42.2.tar.bz2

New:

  libyui-gtk-2.42.3.tar.bz2



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.fi1sPa/_old  2013-02-12 16:40:02.0 +0100
+++ /var/tmp/diff_new_pack.fi1sPa/_new  2013-02-12 16:40:02.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.42.2)
+# spec file for package libyui-gtk (Version 2.42.3)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:  libyui-gtk-doc
-Version:   2.42.2
+Version:   2.42.3
 Release:   0
 License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-gtk-%{version}.tar.bz2

++ libyui-gtk.spec ++
--- /var/tmp/diff_new_pack.fi1sPa/_old  2013-02-12 16:40:02.0 +0100
+++ /var/tmp/diff_new_pack.fi1sPa/_new  2013-02-12 16:40:02.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.42.2)
+# spec file for package libyui-gtk (Version 2.42.3)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -17,7 +17,7 @@
 # norootforbuild
 
 Name:   libyui-gtk
-Version:2.42.2
+Version:2.42.3
 Release:0
 License:LGPL-2.1 or LGPL-3.0
 Source: libyui-gtk-%{version}.tar.bz2

++ libyui-gtk-2.42.2.tar.bz2 - libyui-gtk-2.42.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.2/ChangeLog 
new/libyui-gtk-2.42.3/ChangeLog
--- old/libyui-gtk-2.42.2/ChangeLog 2013-01-18 15:40:52.0 +0100
+++ new/libyui-gtk-2.42.3/ChangeLog 2013-02-11 16:57:46.0 +0100
@@ -1,4 +1,9 @@
 ---
+Mon Feb 11 16:53:11 CET 2013 - tgoettlic...@suse.de
+- Fixed window size (bnc #722053)
+- 2.42.3
+
+---
 Fri Jan 18 15:13:21 CET 2013 - anase...@linux.it
 - Added a basic theme management by using css style (style.css)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.2/VERSION.cmake 
new/libyui-gtk-2.42.3/VERSION.cmake
--- old/libyui-gtk-2.42.2/VERSION.cmake 2013-01-18 15:40:52.0 +0100
+++ new/libyui-gtk-2.42.3/VERSION.cmake 2013-02-11 16:57:46.0 +0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 42 )
-SET( VERSION_PATCH 2 )
+SET( VERSION_PATCH 3 )
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1} )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.2/src/YGDialog.cc 
new/libyui-gtk-2.42.3/src/YGDialog.cc
--- old/libyui-gtk-2.42.2/src/YGDialog.cc   2013-01-18 15:40:52.0 
+0100
+++ new/libyui-gtk-2.42.3/src/YGDialog.cc   2013-02-11 16:57:46.0 
+0100
@@ -127,6 +127,8 @@
height = MIN (height, 
YUI::app()-displayHeight());
 
gtk_window_set_default_size (window, width, height);
+   gtk_window_resize(window, width, height);
+
if (YGUI::ui()-setFullscreen())
gtk_window_fullscreen (window);
else if (YUI::app()-displayWidth() = 800 || 
YUI::app()-displayHeight() = 600)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libyui-gtk for openSUSE:Factory

2013-02-04 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2013-02-04 21:13:52

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is libyui-gtk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2012-11-20 
20:15:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2013-02-04 21:13:54.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan 18 15:13:21 CET 2013 - anase...@linux.it
+- Added a basic theme management by using css style (style.css)
+
+---
+Thu Dec 27 21:45:30 CET 2012 - anase...@linux.it
+
+- Fixed YGProgressBar setValue to refresh 
+- Added percentage to YGProgressBar (same behavior of ncurses and
+  qt implementation)
+
+---

Old:

  libyui-gtk-2.42.1.tar.bz2

New:

  libyui-gtk-2.42.2.tar.bz2



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.D3V3q6/_old  2013-02-04 21:13:54.0 +0100
+++ /var/tmp/diff_new_pack.D3V3q6/_new  2013-02-04 21:13:54.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.42.1)
+# spec file for package libyui-gtk (Version 2.42.2)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:  libyui-gtk-doc
-Version:   2.42.1
+Version:   2.42.2
 Release:   0
 License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-gtk-%{version}.tar.bz2

++ libyui-gtk.spec ++
--- /var/tmp/diff_new_pack.D3V3q6/_old  2013-02-04 21:13:55.0 +0100
+++ /var/tmp/diff_new_pack.D3V3q6/_new  2013-02-04 21:13:55.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-gtk (Version 2.42.1)
+# spec file for package libyui-gtk (Version 2.42.2)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -17,7 +17,7 @@
 # norootforbuild
 
 Name:   libyui-gtk
-Version:2.42.1
+Version:2.42.2
 Release:0
 License:LGPL-2.1 or LGPL-3.0
 Source: libyui-gtk-%{version}.tar.bz2

++ libyui-gtk-2.42.1.tar.bz2 - libyui-gtk-2.42.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.1/ChangeLog 
new/libyui-gtk-2.42.2/ChangeLog
--- old/libyui-gtk-2.42.1/ChangeLog 2012-11-13 12:13:04.0 +0100
+++ new/libyui-gtk-2.42.2/ChangeLog 2013-01-18 15:40:52.0 +0100
@@ -1,4 +1,15 @@
 ---
+Fri Jan 18 15:13:21 CET 2013 - anase...@linux.it
+- Added a basic theme management by using css style (style.css)
+
+---
+Thu Dec 27 21:45:30 CET 2012 - anase...@linux.it
+
+- Fixed YGProgressBar setValue to refresh 
+- Added percentage to YGProgressBar (same behavior of ncurses and
+  qt implementation)
+
+---
 Fri Nov  2 19:19:27 CET 2012 - anase...@linux.it
 
 - Used YApplication::applicationTitle() and 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.1/MAINTAINER 
new/libyui-gtk-2.42.2/MAINTAINER
--- old/libyui-gtk-2.42.1/MAINTAINER2012-11-13 12:13:04.0 +0100
+++ new/libyui-gtk-2.42.2/MAINTAINER2013-01-18 15:40:52.0 +0100
@@ -1,2 +1 @@
-Ricardo Cruz  rpmc...@alunos.dcc.fc.up.pt   \
-Michael Meeks michael.me...@novell.com
+Thomas Goettlicher tgoettlic...@suse.de
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.1/VERSION.cmake 
new/libyui-gtk-2.42.2/VERSION.cmake
--- old/libyui-gtk-2.42.1/VERSION.cmake 2012-11-13 12:13:04.0 +0100
+++ new/libyui-gtk-2.42.2/VERSION.cmake 2013-01-18 15:40:52.0 +0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 42 )
-SET( VERSION_PATCH 1 )
+SET( VERSION_PATCH 2 )
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1} )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.1/src/YGProgressBar.cc 
new/libyui-gtk-2.42.2/src/YGProgressBar.cc
--- old/libyui-gtk-2.42.1/src/YGProgressBar.cc  2012-11-13 12:13:04.0 
+0100
+++ new/libyui-gtk-2.42.2/src/YGProgressBar.cc  2013-01-18 15:40:52.0 
+0100
@@ -56,11 +56,13 @@
GtkProgressBar *bar = GTK_PROGRESS_BAR (getWidget());
float fraction = CLAMP ((float) value / maxValue(), 0, 

commit libyui-gtk for openSUSE:Factory

2012-11-20 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2012-11-20 20:15:44

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is libyui-gtk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2012-09-11 
09:11:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2012-11-20 20:15:46.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov  2 19:19:27 CET 2012 - anase...@linux.it
+
+- Used YApplication::applicationTitle() and 
+  YApplication::applicationIcon() to set title and icon
+- Reimplemented setApplicationTitle from YApplication
+- Fixed YAlignment::setBackgroundPixmap crash
+
+---



Other differences:
--
libyui-gtk.spec: same change
++ libyui-gtk-2.42.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.1/ChangeLog 
new/libyui-gtk-2.42.1/ChangeLog
--- old/libyui-gtk-2.42.1/ChangeLog 2012-09-07 12:37:09.0 +0200
+++ new/libyui-gtk-2.42.1/ChangeLog 2012-11-13 12:13:04.0 +0100
@@ -1,4 +1,12 @@
 ---
+Fri Nov  2 19:19:27 CET 2012 - anase...@linux.it
+
+- Used YApplication::applicationTitle() and 
+  YApplication::applicationIcon() to set title and icon
+- Reimplemented setApplicationTitle from YApplication
+- Fixed YAlignment::setBackgroundPixmap crash
+
+---
 Tue Sep  4 14:35:20 CEST 2012 - tgoettlic...@suse.de
 
 - Fixed requirements in doc spec file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.1/src/YGDialog.cc 
new/libyui-gtk-2.42.1/src/YGDialog.cc
--- old/libyui-gtk-2.42.1/src/YGDialog.cc   2012-09-07 12:37:09.0 
+0200
+++ new/libyui-gtk-2.42.1/src/YGDialog.cc   2012-11-13 12:13:04.0 
+0100
@@ -91,7 +91,22 @@
atk_object_set_role (peer, 
ATK_ROLE_DIALOG);
}
else {
-   gtk_window_set_title (window, YaST);
+#ifdef LIBYUI_VERSION_NUM
+ #if LIBYUI_VERSION_AT_LEAST(2,42,3)   
+   gtk_window_set_title (window, 
YUI::app()-applicationTitle().c_str());
+   GdkPixbuf *pixbuf = 
YGUtils::loadPixbuf (YUI::app()-applicationIcon());
+   if (pixbuf) {  // default 
window icon
+   
gtk_window_set_default_icon (pixbuf);
+   g_object_unref 
(G_OBJECT (pixbuf));
+   }
+ #else
+   // to be back compatible
+   gtk_window_set_title (window, 
YaST);
+ #endif
+#else
+   // to be back compatible
+   gtk_window_set_title (window, 
YaST);
+#endif
if (YGUI::ui()-unsetBorder())
gtk_window_set_decorated (window, FALSE);
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.1/src/YGLayout.cc 
new/libyui-gtk-2.42.1/src/YGLayout.cc
--- old/libyui-gtk-2.42.1/src/YGLayout.cc   2012-09-07 12:37:09.0 
+0200
+++ new/libyui-gtk-2.42.1/src/YGLayout.cc   2012-11-13 12:13:04.0 
+0100
@@ -13,6 +13,7 @@
have to do any work. */
 
 #include ygtkfixed.h
+#include YGi18n.h
 
 static void doMoveChild (GtkWidget *fixed, YWidget *ychild, int x, int y)
 {
@@ -152,7 +153,6 @@
YAlignment::setBackgroundPixmap (_filename);
// YAlignment will prepend a path to the image
std::string filename (YAlignment::backgroundPixmap());
-
if (m_background_pixbuf)
g_object_unref (G_OBJECT (m_background_pixbuf));
 
@@ -169,23 +169,23 @@
   filename.c_str(), error-message);
else
g_signal_connect (G_OBJECT (getWidget()), 
draw,
- G_CALLBACK (draw_event_cb), 
this);
+ G_CALLBACK 
(YGAlignment::draw_event_cb), this);
}
}
 
-static gboolean draw_event_cb (GtkWidget 

commit libyui-gtk for openSUSE:Factory

2012-09-11 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2012-09-11 09:11:46

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is libyui-gtk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2012-08-09 
17:41:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2012-09-11 09:11:48.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  4 14:35:20 CEST 2012 - tgoettlic...@suse.de
+
+- Fixed requirements in doc spec file
+
+---



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.DREtM5/_old  2012-09-11 09:11:53.0 +0200
+++ /var/tmp/diff_new_pack.DREtM5/_new  2012-09-11 09:11:53.0 +0200
@@ -28,10 +28,11 @@
 BuildRequires:  fdupes
 BuildRequires:  graphviz-gnome
 BuildRequires:  texlive-latex
+BuildRequires:  cmake = 2.8
+BuildRequires:  gcc-c++
+BuildRequires:  libyui-devel
 
 
-Obsoletes: libyui-gtk-doc  %{version}
-
 URL:   http://github.com/libyui/
 Summary:   Libyui-gtk documentation
 

++ libyui-gtk-2.42.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.1/ChangeLog 
new/libyui-gtk-2.42.1/ChangeLog
--- old/libyui-gtk-2.42.1/ChangeLog 2012-08-09 11:19:24.0 +0200
+++ new/libyui-gtk-2.42.1/ChangeLog 2012-09-07 12:37:09.0 +0200
@@ -1,4 +1,9 @@
 ---
+Tue Sep  4 14:35:20 CEST 2012 - tgoettlic...@suse.de
+
+- Fixed requirements in doc spec file
+
+---
 Mon Apr 30 10:25:22 CEST 2012 - tgoettlic...@suse.de
 
 - Fix for bnc #722053 by Michael Meeks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.42.1/VERSION.cmake 
new/libyui-gtk-2.42.1/VERSION.cmake
--- old/libyui-gtk-2.42.1/VERSION.cmake 2012-08-09 11:19:24.0 +0200
+++ new/libyui-gtk-2.42.1/VERSION.cmake 2012-09-07 12:37:09.0 +0200
@@ -2,3 +2,10 @@
 SET( VERSION_MINOR 42 )
 SET( VERSION_PATCH 1 )
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1} )
+
+# This is need for the libyui core, ONLY.
+# These will be overridden from exports in LibyuiConfig.cmake
+SET( SONAME_MAJOR 4 )
+SET( SONAME_MINOR 0 )
+SET( SONAME_PATCH 0 )
+SET( SONAME ${SONAME_MAJOR}.${SONAME_MINOR}.${SONAME_PATCH} )

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org