Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2013-07-16 18:37:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-qt (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-qt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes      2013-05-13 
20:23:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2013-07-16 
18:37:37.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 16 16:01:07 CEST 2013 - [email protected]
+
+- Fix build of libyui-qt-graph
+- Version 2.43.4
+
+-------------------------------------------------------------------

Old:
----
  libyui-qt-2.43.3.tar.bz2

New:
----
  libyui-qt-2.43.4.tar.bz2

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

Other differences:
------------------
++++++ libyui-qt-doc.spec ++++++
--- /var/tmp/diff_new_pack.Tlf3lW/_old  2013-07-16 18:37:38.000000000 +0200
+++ /var/tmp/diff_new_pack.Tlf3lW/_new  2013-07-16 18:37:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libyui-qt (Version 2.43.3)
+# spec file for package libyui-qt-doc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,26 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:          libyui-qt-doc
-Version:       2.43.3
+Version:        2.43.4
 Release:       0
-License:       LGPL-2.1 or LGPL-3.0
 Source:                libyui-qt-%{version}.tar.bz2
-Group:         Documentation/HTML
 
 BuildArch:     noarch
 
+BuildRequires:  cmake >= 2.8
 BuildRequires:  doxygen
 BuildRequires:  fdupes
-BuildRequires:  graphviz-gnome
-BuildRequires:  texlive-latex
-BuildRequires:  cmake >= 2.8
 BuildRequires:  gcc-c++
+BuildRequires:  graphviz-gnome
 BuildRequires:  libyui-devel >= 3.0.4
+BuildRequires:  texlive-latex
 
-
-URL:           http://github.com/libyui/
+Url:            http://github.com/libyui/
 Summary:       Libyui-qt documentation
+License:        LGPL-2.1 or LGPL-3.0
+Group:          Documentation/HTML
 
 %description
 This package contains the Qt user interface
@@ -46,10 +46,8 @@
 
 %prep
 
-
 %setup -n libyui-qt-%{version}
 
-
 %build
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
@@ -65,18 +63,15 @@
 
 make %{?jobs:-j%jobs} docs
 
-
 %install
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
 
 %fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-qt5
 
-
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
-
 %files
 %defattr(-,root,root)
 %doc %{_docdir}/libyui-qt5

++++++ libyui-qt.spec ++++++
--- /var/tmp/diff_new_pack.Tlf3lW/_old  2013-07-16 18:37:38.000000000 +0200
+++ /var/tmp/diff_new_pack.Tlf3lW/_new  2013-07-16 18:37:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libyui-qt (Version 2.43.3)
+# spec file for package libyui-qt
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -11,18 +11,15 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-#
-# norootforbuild
+
 
 Name:          libyui-qt
-Version:       2.43.3
+Version:        2.43.4
 Release:       0
-License:       LGPL-2.1 or LGPL-3.0
 Source:                libyui-qt-%{version}.tar.bz2
-Group:         System/Libraries
 
 BuildRequires: boost-devel
 BuildRequires: cmake >= 2.8
@@ -34,8 +31,10 @@
 BuildRequires: libqt4-devel
 Provides:      yui_backend
 
-URL:           http://github.com/libyui/
+Url:            http://github.com/libyui/
 Summary:       Libyui - Qt User Interface
+License:        LGPL-2.1 or LGPL-3.0
+Group:          System/Libraries
 
 %description
 This package contains the Qt user interface
@@ -44,15 +43,14 @@
 
 %package -n libyui-qt5
 
-Group:         System/Libraries
-
 Requires:      libyui5
 Provides:      libyui-qt = %{version}
 Provides:      yast2-qt = %{version}
 Obsoletes:     yast2-qt < 2.42.0
 
-URL:           http://github.com/libyui/
+Url:            http://github.com/libyui/
 Summary:       Libyui - Qt User Interface
+Group:          System/Libraries
 
 %description -n libyui-qt5
 This package contains the Qt user interface
@@ -62,13 +60,12 @@
 
 %package devel
 
-Group:         Development/Languages/C and C++
-
-Requires:      libyui-qt5 = %{version}
 Requires:      %{libyui_devel_version}
+Requires:       libyui-qt5 = %{version}
 
-URL:           http://github.com/libyui/
+Url:            http://github.com/libyui/
 Summary:       Libyui-qt header files
+Group:          Development/Languages/C and C++
 
 %description devel
 This package contains the Qt user interface
@@ -82,7 +79,6 @@
 %prep
 %setup -q -n libyui-qt-%{version}
 
-
 %build
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
@@ -109,7 +105,6 @@
 
 make %{?jobs:-j%jobs}
 
-
 %install
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"

++++++ libyui-qt-2.43.3.tar.bz2 -> libyui-qt-2.43.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.43.3/ChangeLog 
new/libyui-qt-2.43.4/ChangeLog
--- old/libyui-qt-2.43.3/ChangeLog      2013-05-10 15:31:18.000000000 +0200
+++ new/libyui-qt-2.43.4/ChangeLog      2013-07-16 16:05:15.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Jul 16 16:01:07 CEST 2013 - [email protected]
+
+- Fix build of libyui-qt-graph
+- Version 2.43.4
+
+-------------------------------------------------------------------
 Fri May 10 10:40:00 UTC 2013 - [email protected]
 
 - use a common toplevel CMakeLists.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.43.3/VERSION.cmake 
new/libyui-qt-2.43.4/VERSION.cmake
--- old/libyui-qt-2.43.3/VERSION.cmake  2013-05-10 15:31:18.000000000 +0200
+++ new/libyui-qt-2.43.4/VERSION.cmake  2013-07-16 16:05:15.000000000 +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}${GIT_SHA1_VERSION}" )
 
 ##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.43.3/src/YQGraphPluginIf.h 
new/libyui-qt-2.43.4/src/YQGraphPluginIf.h
--- old/libyui-qt-2.43.3/src/YQGraphPluginIf.h  2013-05-10 15:31:18.000000000 
+0200
+++ new/libyui-qt-2.43.4/src/YQGraphPluginIf.h  2013-07-16 16:05:15.000000000 
+0200
@@ -39,7 +39,7 @@
     virtual YGraph *createGraph( YWidget *parent, const std::string & filename,
                                 const std::string & layoutAlgorithm ) = 0;
 
-    virtual YGraph *createGraph( YWidget *parent, graph_t * graph ) = 0;
+    virtual YGraph *createGraph( YWidget *parent, /* graph_t */ void * graph ) 
= 0;
 
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.43.3/src/YQGraphPluginStub.cc 
new/libyui-qt-2.43.4/src/YQGraphPluginStub.cc
--- old/libyui-qt-2.43.3/src/YQGraphPluginStub.cc       2013-05-10 
15:31:18.000000000 +0200
+++ new/libyui-qt-2.43.4/src/YQGraphPluginStub.cc       2013-07-16 
16:05:15.000000000 +0200
@@ -66,7 +66,7 @@
 
 
 YGraph *
-YQGraphPluginStub::createGraph( YWidget * parent, graph_t * graph )
+YQGraphPluginStub::createGraph( YWidget * parent, /* graph_t */ void * graph )
 {
     if ( ! impl )
        YUI_THROW( YUIPluginException( PLUGIN_BASE_NAME ) );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.43.3/src/YQGraphPluginStub.h 
new/libyui-qt-2.43.4/src/YQGraphPluginStub.h
--- old/libyui-qt-2.43.3/src/YQGraphPluginStub.h        2013-05-10 
15:31:18.000000000 +0200
+++ new/libyui-qt-2.43.4/src/YQGraphPluginStub.h        2013-07-16 
16:05:15.000000000 +0200
@@ -61,7 +61,7 @@
     virtual YGraph * createGraph( YWidget * parent, const std::string & 
filename,
                                  const std::string & layoutAlgorithm );
 
-    virtual YGraph * createGraph( YWidget * parent, graph_t * graph );
+    virtual YGraph * createGraph( YWidget * parent, /* graph_t */ void * graph 
);
 
     YQGraphPluginIf * impl;
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.43.3/src/YQOptionalWidgetFactory.cc 
new/libyui-qt-2.43.4/src/YQOptionalWidgetFactory.cc
--- old/libyui-qt-2.43.3/src/YQOptionalWidgetFactory.cc 2013-05-10 
15:31:18.000000000 +0200
+++ new/libyui-qt-2.43.4/src/YQOptionalWidgetFactory.cc 2013-07-16 
16:05:15.000000000 +0200
@@ -280,7 +280,7 @@
 
 
 YGraph *
-YQOptionalWidgetFactory::createGraph( YWidget * parent, graph_t * graph )
+YQOptionalWidgetFactory::createGraph( YWidget * parent, /* graph_t */ void * 
graph )
 {
     YQGraphPluginStub * plugin = YQApplication::graphPlugin();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.43.3/src/YQOptionalWidgetFactory.h 
new/libyui-qt-2.43.4/src/YQOptionalWidgetFactory.h
--- old/libyui-qt-2.43.3/src/YQOptionalWidgetFactory.h  2013-05-10 
15:31:18.000000000 +0200
+++ new/libyui-qt-2.43.4/src/YQOptionalWidgetFactory.h  2013-07-16 
16:05:15.000000000 +0200
@@ -122,7 +122,7 @@
     virtual bool                       hasGraph();
     virtual YGraph *                   createGraph( YWidget * parent, const 
std::string & filename,
                                                     const std::string & 
layoutAlgorithm );
-    virtual YGraph *                   createGraph( YWidget * parent, graph_t 
* graph );
+    virtual YGraph *                   createGraph( YWidget * parent, /* 
graph_t */ void * graph );
 
     virtual bool                       hasContextMenu();
 

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

Reply via email to