Hello community, here is the log from the commit of package libyui-ncurses for openSUSE:Factory checked in at 2020-08-04 20:17:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libyui-ncurses (Old) and /work/SRC/openSUSE:Factory/.libyui-ncurses.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui-ncurses" Tue Aug 4 20:17:09 2020 rev:55 rq:824282 version:2.55.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libyui-ncurses/libyui-ncurses.changes 2020-06-10 00:39:17.577537818 +0200 +++ /work/SRC/openSUSE:Factory/.libyui-ncurses.new.3592/libyui-ncurses.changes 2020-08-04 20:17:30.204905459 +0200 @@ -1,0 +2,7 @@ +Fri Jul 31 13:33:27 UTC 2020 - Martin Vidner <[email protected]> + +- Fix build by porting NCURSES_CXX_IMPEXP from upstream + (bsc#1174759). +- 2.55.1 + +------------------------------------------------------------------- Old: ---- libyui-ncurses-2.55.0.tar.bz2 New: ---- libyui-ncurses-2.55.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyui-ncurses-doc.spec ++++++ --- /var/tmp/diff_new_pack.0fUbNH/_old 2020-08-04 20:17:33.132906782 +0200 +++ /var/tmp/diff_new_pack.0fUbNH/_new 2020-08-04 20:17:33.136906784 +0200 @@ -20,7 +20,7 @@ %define so_version 12 Name: %{parent}-doc -Version: 2.55.0 +Version: 2.55.1 Release: 0 Source: %{parent}-%{version}.tar.bz2 ++++++ libyui-ncurses.spec ++++++ --- /var/tmp/diff_new_pack.0fUbNH/_old 2020-08-04 20:17:33.184906805 +0200 +++ /var/tmp/diff_new_pack.0fUbNH/_new 2020-08-04 20:17:33.184906805 +0200 @@ -17,7 +17,7 @@ Name: libyui-ncurses -Version: 2.55.0 +Version: 2.55.1 Release: 0 Source: %{name}-%{version}.tar.bz2 ++++++ libyui-ncurses-2.55.0.tar.bz2 -> libyui-ncurses-2.55.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-ncurses-2.55.0/VERSION.cmake new/libyui-ncurses-2.55.1/VERSION.cmake --- old/libyui-ncurses-2.55.0/VERSION.cmake 2020-06-08 13:09:53.000000000 +0200 +++ new/libyui-ncurses-2.55.1/VERSION.cmake 2020-08-04 10:13:56.000000000 +0200 @@ -1,6 +1,6 @@ SET( VERSION_MAJOR "2" ) SET( VERSION_MINOR "55" ) -SET( VERSION_PATCH "0" ) +SET( VERSION_PATCH "1" ) SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" ) ##### This is needed for the libyui core ONLY. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-ncurses-2.55.0/package/libyui-ncurses-doc.spec new/libyui-ncurses-2.55.1/package/libyui-ncurses-doc.spec --- old/libyui-ncurses-2.55.0/package/libyui-ncurses-doc.spec 2020-06-08 13:09:53.000000000 +0200 +++ new/libyui-ncurses-2.55.1/package/libyui-ncurses-doc.spec 2020-08-04 10:13:56.000000000 +0200 @@ -19,7 +19,7 @@ %define so_version 12 Name: %{parent}-doc -Version: 2.55.0 +Version: 2.55.1 Release: 0 Source: %{parent}-%{version}.tar.bz2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-ncurses-2.55.0/package/libyui-ncurses.changes new/libyui-ncurses-2.55.1/package/libyui-ncurses.changes --- old/libyui-ncurses-2.55.0/package/libyui-ncurses.changes 2020-06-08 13:09:53.000000000 +0200 +++ new/libyui-ncurses-2.55.1/package/libyui-ncurses.changes 2020-08-04 10:13:56.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Jul 31 13:33:27 UTC 2020 - Martin Vidner <[email protected]> + +- Fix build by porting NCURSES_CXX_IMPEXP from upstream + (bsc#1174759). +- 2.55.1 + +------------------------------------------------------------------- Thu Jun 4 12:05:43 UTC 2020 - Stefan Hundhammer <[email protected]> - Added autoWrap to label widget (bsc#1172513) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-ncurses-2.55.0/package/libyui-ncurses.spec new/libyui-ncurses-2.55.1/package/libyui-ncurses.spec --- old/libyui-ncurses-2.55.0/package/libyui-ncurses.spec 2020-06-08 13:09:53.000000000 +0200 +++ new/libyui-ncurses-2.55.1/package/libyui-ncurses.spec 2020-08-04 10:13:56.000000000 +0200 @@ -17,7 +17,7 @@ Name: libyui-ncurses -Version: 2.55.0 +Version: 2.55.1 Release: 0 Source: %{name}-%{version}.tar.bz2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-ncurses-2.55.0/src/ncursesw.h new/libyui-ncurses-2.55.1/src/ncursesw.h --- old/libyui-ncurses-2.55.0/src/ncursesw.h 2020-06-08 13:09:53.000000000 +0200 +++ new/libyui-ncurses-2.55.1/src/ncursesw.h 2020-08-04 10:13:56.000000000 +0200 @@ -28,6 +28,9 @@ #include <iosfwd> #include <ncursesw/curses.h> +#ifndef NCURSES_CXX_IMPEXP +#define NCURSES_CXX_IMPEXP NCURSES_EXPORT_GENERAL_IMPORT +#endif #include <ncursesw/etip.h> #include <cstdio> #include <cstdarg>
