Hello community,

here is the log from the commit of package libyui-qt-graph for openSUSE:Factory 
checked in at 2013-06-05 12:53:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-qt-graph (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-qt-graph.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-qt-graph"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-qt-graph/libyui-qt-graph.changes  
2013-05-13 20:23:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt-graph.new/libyui-qt-graph.changes     
2013-06-05 12:53:44.000000000 +0200
@@ -1,0 +2,7 @@
+Sat May 18 14:30:00 UTC 2013 - bjoern.es...@gmail.com
+
+- fix build on graphviz >= 2.30.0
+  libgraph is gone / superseeded by libcgraph
+- Version 2.42.6
+
+-------------------------------------------------------------------

Old:
----
  libyui-qt-graph-2.42.5.tar.bz2

New:
----
  libyui-qt-graph-2.42.6.tar.bz2

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

Other differences:
------------------
++++++ libyui-qt-graph-doc.spec ++++++
--- /var/tmp/diff_new_pack.5x2Hqv/_old  2013-06-05 12:53:45.000000000 +0200
+++ /var/tmp/diff_new_pack.5x2Hqv/_new  2013-06-05 12:53:45.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-qt-graph (Version 2.42.5)
+# spec file for package libyui-qt-graph (Version 2.42.6)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:          libyui-qt-graph-doc
-Version:       2.42.5
+Version:       2.42.6
 Release:       0
 License:       LGPL-2.1 or LGPL-3.0
 Source:                libyui-qt-graph-%{version}.tar.bz2

++++++ libyui-qt-graph.spec ++++++
--- /var/tmp/diff_new_pack.5x2Hqv/_old  2013-06-05 12:53:45.000000000 +0200
+++ /var/tmp/diff_new_pack.5x2Hqv/_new  2013-06-05 12:53:45.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-qt-graph (Version 2.42.5)
+# spec file for package libyui-qt-graph (Version 2.42.6)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:          libyui-qt-graph
-Version:       2.42.5
+Version:       2.42.6
 Release:       0
 License:       LGPL-2.1 or LGPL-3.0
 Source:                libyui-qt-graph-%{version}.tar.bz2

++++++ libyui-qt-graph-2.42.5.tar.bz2 -> libyui-qt-graph-2.42.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-graph-2.42.5/ChangeLog 
new/libyui-qt-graph-2.42.6/ChangeLog
--- old/libyui-qt-graph-2.42.5/ChangeLog        2013-05-10 15:35:27.000000000 
+0200
+++ new/libyui-qt-graph-2.42.6/ChangeLog        2013-05-21 10:11:47.000000000 
+0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Sat May 18 14:30:00 UTC 2013 - bjoern.es...@gmail.com
+
+- fix build on graphviz >= 2.30.0
+  libgraph is gone / superseeded by libcgraph
+- Version 2.42.6
+
+-------------------------------------------------------------------
 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-qt-graph-2.42.5/PROJECTINFO.cmake 
new/libyui-qt-graph-2.42.6/PROJECTINFO.cmake
--- old/libyui-qt-graph-2.42.5/PROJECTINFO.cmake        2013-05-10 
15:35:27.000000000 +0200
+++ new/libyui-qt-graph-2.42.6/PROJECTINFO.cmake        2013-05-21 
10:11:47.000000000 +0200
@@ -8,8 +8,8 @@
 SET( PLUGINNAME                qt-graph )      # define the your plugin's 
name, e.g. {gtk, ncurses-pkg, qt-graph}
 SET( LIB_DEPS          Qt  )   # define the plugin's dependecies CMake should 
look for separated with spaces; libyui-internal deps go in the next line
 SET( INTERNAL_DEPS     Libyui Libyui-qt )      # include libyui or it's 
plugins (if needed), too!
-SET( LIB_LINKER                gvc graph cdt)          # define the libs to 
link against with their -l name for separated with spaces, e.g. pthread dl; 
include libyui or it's plugins (if needed), too!
-SET( EXTRA_INCLUDES    )               # set include-dir which are not picked 
by CMake automagically here.
+SET( LIB_LINKER                gvc cgraph cdt)         # define the libs to 
link against with their -l name for separated with spaces, e.g. pthread dl; 
include libyui or it's plugins (if needed), too!
+SET( EXTRA_INCLUDES    /usr/include/graphviz )         # set include-dir which 
are not picked by CMake automagically here.
 SET( PROGSUBDIR                )               # define your programm's name 
if the plugin is made for it, only. e.g. "YaST2" for {gtk,ncurses,qt}-pkg.
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-graph-2.42.5/VERSION.cmake 
new/libyui-qt-graph-2.42.6/VERSION.cmake
--- old/libyui-qt-graph-2.42.5/VERSION.cmake    2013-05-10 15:35:27.000000000 
+0200
+++ new/libyui-qt-graph-2.42.6/VERSION.cmake    2013-05-21 10:11:47.000000000 
+0200
@@ -1,6 +1,6 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "42")
-SET(VERSION_PATCH "5")
+SET(VERSION_PATCH "6")
 SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
 
 ##### 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

Reply via email to