Skip to content

Commit

Permalink
Merge pull request #95 from libyui/fix-impexp
Browse files Browse the repository at this point in the history
Fix build by porting NCURSES_CXX_IMPEXP from upstream (bsc#1174759)
  • Loading branch information
mvidner committed Aug 4, 2020
2 parents 58463ca + 0ce721c commit a75ceec
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-ncurses-doc.spec
Expand Up @@ -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

Expand Down
7 changes: 7 additions & 0 deletions package/libyui-ncurses.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 31 13:33:27 UTC 2020 - Martin Vidner <mvidner@suse.com>

- Fix build by porting NCURSES_CXX_IMPEXP from upstream
(bsc#1174759).
- 2.55.1

-------------------------------------------------------------------
Thu Jun 4 12:05:43 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/libyui-ncurses.spec
Expand Up @@ -17,7 +17,7 @@


Name: libyui-ncurses
Version: 2.55.0
Version: 2.55.1
Release: 0
Source: %{name}-%{version}.tar.bz2

Expand Down
3 changes: 3 additions & 0 deletions src/ncursesw.h
Expand Up @@ -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>
Expand Down

0 comments on commit a75ceec

Please sign in to comment.