Hello community, here is the log from the commit of package libyui-qt-pkg for openSUSE:Factory checked in at 2017-08-12 20:04:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libyui-qt-pkg (Old) and /work/SRC/openSUSE:Factory/.libyui-qt-pkg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui-qt-pkg" Sat Aug 12 20:04:14 2017 rev:32 rq:515166 version:2.45.14 Changes: -------- --- /work/SRC/openSUSE:Factory/libyui-qt-pkg/libyui-qt-pkg.changes 2017-07-04 13:33:35.584766911 +0200 +++ /work/SRC/openSUSE:Factory/.libyui-qt-pkg.new/libyui-qt-pkg.changes 2017-08-12 20:04:15.492917753 +0200 @@ -1,0 +2,8 @@ +Tue Aug 8 08:51:50 UTC 2017 - [email protected] + +- Adjusted to increased so version of the base library (bsc#1052217) +- Reduce build dependencies: Use individual libboost-*-devel + packages instead of boost-devel (amajer) +- 2.45.14 + +------------------------------------------------------------------- Old: ---- libyui-qt-pkg-2.45.13.tar.bz2 New: ---- libyui-qt-pkg-2.45.14.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyui-qt-pkg-doc.spec ++++++ --- /var/tmp/diff_new_pack.56HZec/_old 2017-08-12 20:04:16.224815224 +0200 +++ /var/tmp/diff_new_pack.56HZec/_new 2017-08-12 20:04:16.240812983 +0200 @@ -17,10 +17,10 @@ %define parent libyui-qt-pkg -%define so_version 7 +%define so_version 8 Name: %{parent}-doc -Version: 2.45.13 +Version: 2.45.14 Release: 0 Source: %{parent}-%{version}.tar.bz2 ++++++ libyui-qt-pkg.spec ++++++ --- /var/tmp/diff_new_pack.56HZec/_old 2017-08-12 20:04:16.288806259 +0200 +++ /var/tmp/diff_new_pack.56HZec/_new 2017-08-12 20:04:16.300804579 +0200 @@ -17,14 +17,18 @@ Name: libyui-qt-pkg -Version: 2.45.13 +Version: 2.45.14 Release: 0 Source: %{name}-%{version}.tar.bz2 -%define so_version 7 +%define so_version 8 %define bin_name %{name}%{so_version} +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cmake >= 2.8 BuildRequires: gcc-c++ BuildRequires: libqt5-qtbase-devel ++++++ libyui-qt-pkg-2.45.13.tar.bz2 -> libyui-qt-pkg-2.45.14.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.45.13/PROJECTINFO.cmake new/libyui-qt-pkg-2.45.14/PROJECTINFO.cmake --- old/libyui-qt-pkg-2.45.13/PROJECTINFO.cmake 2017-06-26 15:54:13.145855321 +0200 +++ new/libyui-qt-pkg-2.45.14/PROJECTINFO.cmake 2017-08-08 12:39:18.220942109 +0200 @@ -6,7 +6,7 @@ SET( SUBDIRS src examples ) # set the subdirs where your code is located. SET( PLUGINNAME qt-pkg ) # define the your plugin's name, e.g. {gtk, ncurses-pkg, qt-graph} -SET( LIB_DEPS Qt5Core Qt5Gui Qt5Widgets Zypp ) # 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 Zypp ) # 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 zypp ) # 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. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.45.13/VERSION.cmake new/libyui-qt-pkg-2.45.14/VERSION.cmake --- old/libyui-qt-pkg-2.45.13/VERSION.cmake 2017-06-26 15:54:13.145855321 +0200 +++ new/libyui-qt-pkg-2.45.14/VERSION.cmake 2017-08-08 12:39:18.220942109 +0200 @@ -1,6 +1,6 @@ SET( VERSION_MAJOR "2" ) SET( VERSION_MINOR "45" ) -SET( VERSION_PATCH "13" ) +SET( VERSION_PATCH "14" ) 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-pkg-2.45.13/package/libyui-qt-pkg-doc.spec new/libyui-qt-pkg-2.45.14/package/libyui-qt-pkg-doc.spec --- old/libyui-qt-pkg-2.45.13/package/libyui-qt-pkg-doc.spec 2017-06-26 15:54:13.149855321 +0200 +++ new/libyui-qt-pkg-2.45.14/package/libyui-qt-pkg-doc.spec 2017-08-08 12:39:18.220942109 +0200 @@ -17,10 +17,10 @@ %define parent libyui-qt-pkg -%define so_version 7 +%define so_version 8 Name: %{parent}-doc -Version: 2.45.13 +Version: 2.45.14 Release: 0 Source: %{parent}-%{version}.tar.bz2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.45.13/package/libyui-qt-pkg.changes new/libyui-qt-pkg-2.45.14/package/libyui-qt-pkg.changes --- old/libyui-qt-pkg-2.45.13/package/libyui-qt-pkg.changes 2017-06-26 15:54:13.149855321 +0200 +++ new/libyui-qt-pkg-2.45.14/package/libyui-qt-pkg.changes 2017-08-08 12:39:18.220942109 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Tue Aug 8 08:51:50 UTC 2017 - [email protected] + +- Adjusted to increased so version of the base library (bsc#1052217) +- Reduce build dependencies: Use individual libboost-*-devel + packages instead of boost-devel (amajer) +- 2.45.14 + +------------------------------------------------------------------- Fri Jun 23 12:05:27 UTC 2017 - [email protected] - Limit the number of displayed changes (the last 512 entries), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.45.13/package/libyui-qt-pkg.spec new/libyui-qt-pkg-2.45.14/package/libyui-qt-pkg.spec --- old/libyui-qt-pkg-2.45.13/package/libyui-qt-pkg.spec 2017-06-26 15:54:13.149855321 +0200 +++ new/libyui-qt-pkg-2.45.14/package/libyui-qt-pkg.spec 2017-08-08 12:39:18.220942109 +0200 @@ -17,14 +17,18 @@ Name: libyui-qt-pkg -Version: 2.45.13 +Version: 2.45.14 Release: 0 Source: %{name}-%{version}.tar.bz2 -%define so_version 7 +%define so_version 8 %define bin_name %{name}%{so_version} +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cmake >= 2.8 BuildRequires: gcc-c++ BuildRequires: libqt5-qtbase-devel
