Hello community, here is the log from the commit of package libyui-qt-graph for openSUSE:Factory checked in at 2017-08-12 20:03:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libyui-qt-graph (Old) and /work/SRC/openSUSE:Factory/.libyui-qt-graph.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui-qt-graph" Sat Aug 12 20:03:50 2017 rev:16 rq:515164 version:2.44.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libyui-qt-graph/libyui-qt-graph.changes 2015-09-27 08:38:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libyui-qt-graph.new/libyui-qt-graph.changes 2017-08-12 20:03:54.787818248 +0200 @@ -1,0 +2,6 @@ +Tue Aug 8 08:57:37 UTC 2017 - [email protected] + +- Adjusted to increased so version of the base library (bsc#1052217) +- 2.44.6 + +------------------------------------------------------------------- Old: ---- libyui-qt-graph-2.44.5.tar.bz2 New: ---- libyui-qt-graph-2.44.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyui-qt-graph-doc.spec ++++++ --- /var/tmp/diff_new_pack.mPeM0c/_old 2017-08-12 20:03:55.723687147 +0200 +++ /var/tmp/diff_new_pack.mPeM0c/_new 2017-08-12 20:03:55.743684345 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-qt-graph-doc # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX 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,10 +17,10 @@ %define parent libyui-qt-graph -%define so_version 7 +%define so_version 8 Name: %{parent}-doc -Version: 2.44.5 +Version: 2.44.6 Release: 0 Source: %{parent}-%{version}.tar.bz2 ++++++ libyui-qt-graph.spec ++++++ --- /var/tmp/diff_new_pack.mPeM0c/_old 2017-08-12 20:03:55.807675381 +0200 +++ /var/tmp/diff_new_pack.mPeM0c/_new 2017-08-12 20:03:55.823673140 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-qt-graph # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX 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,11 +17,11 @@ Name: libyui-qt-graph -Version: 2.44.5 +Version: 2.44.6 Release: 0 Source: %{name}-%{version}.tar.bz2 -%define so_version 7 +%define so_version 8 %define bin_name %{name}%{so_version} BuildRequires: cmake >= 2.8 ++++++ libyui-qt-graph-2.44.5.tar.bz2 -> libyui-qt-graph-2.44.6.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.5/.travis.yml new/libyui-qt-graph-2.44.6/.travis.yml --- old/libyui-qt-graph-2.44.5/.travis.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/libyui-qt-graph-2.44.6/.travis.yml 2017-08-08 12:37:17.588942109 +0200 @@ -0,0 +1,11 @@ +sudo: required +language: bash +services: + - docker + +before_install: + - docker build -t libyui-qt-graph-image . +script: + # the "libyui-travis" script is included in the base libyui/devel image + # see https://github.com/libyui/docker-devel/blob/master/libyui-travis + - docker run -it libyui-qt-graph-image libyui-travis diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.5/Dockerfile new/libyui-qt-graph-2.44.6/Dockerfile --- old/libyui-qt-graph-2.44.5/Dockerfile 1970-01-01 01:00:00.000000000 +0100 +++ new/libyui-qt-graph-2.44.6/Dockerfile 2017-08-08 12:37:17.592942109 +0200 @@ -0,0 +1,8 @@ +# Use the libyui/devel image as the base +FROM libyui/devel + +RUN zypper --non-interactive in --no-recommends \ + graphviz-devel \ + && zypper clean -a + +COPY . /usr/src/app diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.5/PROJECTINFO.cmake new/libyui-qt-graph-2.44.6/PROJECTINFO.cmake --- old/libyui-qt-graph-2.44.5/PROJECTINFO.cmake 2015-09-21 11:52:35.256945364 +0200 +++ new/libyui-qt-graph-2.44.6/PROJECTINFO.cmake 2017-08-08 12:37:17.592942109 +0200 @@ -6,7 +6,7 @@ SET( SUBDIRS src examples ) # set the subdirs where your code is located. SET( PLUGINNAME qt-graph ) # define the your plugin's name, e.g. {gtk, ncurses-pkg, qt-graph} -SET( LIB_DEPS Qt5Core Qt5Gui Qt5Widgets ) # define the plugin's dependecies CMake should look for separated with spaces; libyui-internal deps go in the next line +SET( LIB_DEPS Qt5Core Qt5Gui Qt5Widgets Qt5Svg Qt5X11Extras ) # 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 /usr/include/graphviz ) # set include-dir which are not picked by CMake automagically here. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.5/README.md new/libyui-qt-graph-2.44.6/README.md --- old/libyui-qt-graph-2.44.5/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/libyui-qt-graph-2.44.6/README.md 2017-08-08 12:37:17.592942109 +0200 @@ -0,0 +1,34 @@ +# LibYUI - The Qt Package Dependency Extension + +[](https://travis-ci.org/libyui/libyui-qt-graph) + + +[Libyui](https://github.com/libyui/libyui) is a widget abstraction library +providing Qt, GTK and ncurses frontends. Originally it was developed for +[YaST](https://yast.github.io/) but it can be used in any independent project. + +This part contains an extension for the Qt graphical frontend which displays +the package dependencies as a graph. + +### Building + +Libyui uses CMake, driven by a slightly complex set of +[CMakefiles](https://github.com/libyui/libyui/tree/master/buildtools). For +reproducible builds it is best to use the [libyui-rake]( +https://github.com/libyui/libyui-rake) Ruby gem like the [Jenkins CI]( +https://ci.opensuse.org/view/libyui/) jobs do. + +It can be installed from [rubygems.org](https://rubygems.org/gems/libyui-rake/) +using this command (Ruby needs to be installed in the system): + +``` +gem install libyui-rake +``` + +Then to build the package run: + +``` +rake osc:build +``` + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.5/Rakefile new/libyui-qt-graph-2.44.6/Rakefile --- old/libyui-qt-graph-2.44.5/Rakefile 1970-01-01 01:00:00.000000000 +0100 +++ new/libyui-qt-graph-2.44.6/Rakefile 2017-08-08 12:37:17.592942109 +0200 @@ -0,0 +1,8 @@ +#-- +# Copyright (C) 2015 SUSE LLC +# +# make continuous integration using rubygem-libyui-rake. +# +# MIT license +#++ +require "libyui/rake" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.5/VERSION.cmake new/libyui-qt-graph-2.44.6/VERSION.cmake --- old/libyui-qt-graph-2.44.5/VERSION.cmake 2015-09-17 12:47:10.744676492 +0200 +++ new/libyui-qt-graph-2.44.6/VERSION.cmake 2017-08-08 12:37:17.592942109 +0200 @@ -1,6 +1,6 @@ SET(VERSION_MAJOR "2") SET(VERSION_MINOR "44") -SET(VERSION_PATCH "5") +SET(VERSION_PATCH "6") SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" ) ##### This is need for the libyui core, ONLY. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.5/package/libyui-qt-graph-doc.spec new/libyui-qt-graph-2.44.6/package/libyui-qt-graph-doc.spec --- old/libyui-qt-graph-2.44.5/package/libyui-qt-graph-doc.spec 2015-09-17 12:47:10.744676492 +0200 +++ new/libyui-qt-graph-2.44.6/package/libyui-qt-graph-doc.spec 2017-08-08 12:37:17.592942109 +0200 @@ -17,10 +17,10 @@ %define parent libyui-qt-graph -%define so_version 7 +%define so_version 8 Name: %{parent}-doc -Version: 2.44.5 +Version: 2.44.6 Release: 0 Source: %{parent}-%{version}.tar.bz2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.5/package/libyui-qt-graph.changes new/libyui-qt-graph-2.44.6/package/libyui-qt-graph.changes --- old/libyui-qt-graph-2.44.5/package/libyui-qt-graph.changes 2015-09-17 12:47:10.744676492 +0200 +++ new/libyui-qt-graph-2.44.6/package/libyui-qt-graph.changes 2017-08-08 12:37:17.592942109 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Aug 8 08:57:37 UTC 2017 - [email protected] + +- Adjusted to increased so version of the base library (bsc#1052217) +- 2.44.6 + +------------------------------------------------------------------- Wed Sep 16 17:29:23 CEST 2015 - [email protected] - Reorganized git for easier tarball creation: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-graph-2.44.5/package/libyui-qt-graph.spec new/libyui-qt-graph-2.44.6/package/libyui-qt-graph.spec --- old/libyui-qt-graph-2.44.5/package/libyui-qt-graph.spec 2015-09-17 12:47:10.744676492 +0200 +++ new/libyui-qt-graph-2.44.6/package/libyui-qt-graph.spec 2017-08-08 12:37:17.592942109 +0200 @@ -17,11 +17,11 @@ Name: libyui-qt-graph -Version: 2.44.5 +Version: 2.44.6 Release: 0 Source: %{name}-%{version}.tar.bz2 -%define so_version 7 +%define so_version 8 %define bin_name %{name}%{so_version} BuildRequires: cmake >= 2.8
