aboutsummaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/debian-mingw/changelog4
-rw-r--r--package/debian-mingw64/changelog4
-rw-r--r--package/debian/changelog4
-rw-r--r--package/mingw-ncurses.nsi6
-rw-r--r--package/mingw-ncurses.spec4
-rw-r--r--package/ncurses.map6
-rw-r--r--package/ncurses.spec15
-rw-r--r--package/ncursest.map6
-rw-r--r--package/ncursest.spec15
-rw-r--r--package/ncursestw.map6
-rw-r--r--package/ncursesw.map6
11 files changed, 45 insertions, 31 deletions
diff --git a/package/debian-mingw/changelog b/package/debian-mingw/changelog
index cbd950df9e58..151586b192c0 100644
--- a/package/debian-mingw/changelog
+++ b/package/debian-mingw/changelog
@@ -1,8 +1,8 @@
-ncurses6 (6.1+20200118) unstable; urgency=low
+ncurses6 (6.2+20200215) unstable; urgency=low
* latest weekly patch
- -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 18 Jan 2020 05:27:03 -0500
+ -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 15 Feb 2020 04:30:48 -0500
ncurses6 (5.9-20131005) unstable; urgency=low
diff --git a/package/debian-mingw64/changelog b/package/debian-mingw64/changelog
index cbd950df9e58..151586b192c0 100644
--- a/package/debian-mingw64/changelog
+++ b/package/debian-mingw64/changelog
@@ -1,8 +1,8 @@
-ncurses6 (6.1+20200118) unstable; urgency=low
+ncurses6 (6.2+20200215) unstable; urgency=low
* latest weekly patch
- -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 18 Jan 2020 05:27:03 -0500
+ -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 15 Feb 2020 04:30:48 -0500
ncurses6 (5.9-20131005) unstable; urgency=low
diff --git a/package/debian/changelog b/package/debian/changelog
index 2a30cabe341c..f1c9d372e9f4 100644
--- a/package/debian/changelog
+++ b/package/debian/changelog
@@ -1,8 +1,8 @@
-ncurses6 (6.1+20200118) unstable; urgency=low
+ncurses6 (6.2+20200215) unstable; urgency=low
* latest weekly patch
- -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 18 Jan 2020 05:27:03 -0500
+ -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 15 Feb 2020 04:30:48 -0500
ncurses6 (5.9-20120608) unstable; urgency=low
diff --git a/package/mingw-ncurses.nsi b/package/mingw-ncurses.nsi
index 0c89bccc321b..9f10f978ee61 100644
--- a/package/mingw-ncurses.nsi
+++ b/package/mingw-ncurses.nsi
@@ -1,4 +1,4 @@
-; $Id: mingw-ncurses.nsi,v 1.370 2020/01/18 10:27:03 tom Exp $
+; $Id: mingw-ncurses.nsi,v 1.378 2020/02/15 09:30:48 tom Exp $
; TODO add examples
; TODO bump ABI to 6
@@ -8,9 +8,9 @@
!define EXENAME "ncurses.exe"
!define VERSION_MAJOR "6"
-!define VERSION_MINOR "1"
+!define VERSION_MINOR "2"
!define VERSION_YYYY "2020"
-!define VERSION_MMDD "0118"
+!define VERSION_MMDD "0215"
!define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}
!define MY_ABI "5"
diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec
index e663c489e8a6..085790a184d2 100644
--- a/package/mingw-ncurses.spec
+++ b/package/mingw-ncurses.spec
@@ -2,8 +2,8 @@
Summary: shared libraries for terminal handling
Name: mingw32-ncurses6
-Version: 6.1
-Release: 20200118
+Version: 6.2
+Release: 20200215
License: X11
Group: Development/Libraries
Source: ncurses-%{version}-%{release}.tgz
diff --git a/package/ncurses.map b/package/ncurses.map
index c3360dc3a9ba..1c400dee53f2 100644
--- a/package/ncurses.map
+++ b/package/ncurses.map
@@ -1,4 +1,4 @@
-# $Id: ncurses.map,v 1.50 2019/12/14 23:28:36 tom Exp $
+# $Id: ncurses.map,v 1.51 2020/02/04 11:44:12 tom Exp $
# script for shared library symbol-versioning using ld
#
# This file was generated by ncu-mapsyms
@@ -774,7 +774,7 @@ NCURSES_6.1.20171230 {
_nc_set_color_pair;
} NCURSES_5.9.20150530;
-NCURSES_6.1.current {
+NCURSES_6.2.20200212 {
global:
exit_curses;
local:
@@ -1199,7 +1199,7 @@ NCURSES_TINFO_6.1.20171230 {
_nc_free_termtype2;
} NCURSES_TINFO_5.9.20150530;
-NCURSES_TINFO_6.1.current {
+NCURSES_TINFO_6.2.20200212 {
global:
_nc_find_user_entry;
_nc_fmt_funcptr;
diff --git a/package/ncurses.spec b/package/ncurses.spec
index b030cab6ac11..b50131def282 100644
--- a/package/ncurses.spec
+++ b/package/ncurses.spec
@@ -1,7 +1,7 @@
Summary: shared libraries for terminal handling
Name: ncurses6
-Version: 6.1
-Release: 20200118
+Version: 6.2
+Release: 20200215
License: X11
Group: Development/Libraries
Source: ncurses-%{version}-%{release}.tgz
@@ -27,7 +27,10 @@ This package is used for testing ABI %{MY_ABI}.
%prep
%global is_mandriva %(test -f /etc/mandriva-release && echo 1 || echo 0)
+%global is_fedora %(test -f /usr/bin/dnf && echo 1 || echo 0)
+%global is_centos %(test -f /etc/centos-release && echo 1 || echo 0)
%global is_redhat %(test -f /etc/redhat-release && echo 1 || echo 0)
+%global is_scilinux %(test -f /etc/sl-release && echo 1 || echo 0)
%global is_suse %(test -f /etc/SuSE-release && echo 1 || echo 0)
%if %{is_redhat}
@@ -44,7 +47,7 @@ This package is used for testing ABI %{MY_ABI}.
%define _disable_ld_build_id 1
%endif
-%if %{is_redhat}
+%if %{is_fedora} || %{is_scilinux} || %{is_centos}
# workaround for toolset breakage in Fedora 28
%define _test_relink --enable-relink
%else
@@ -111,10 +114,14 @@ make install.libs install.progs
rm -f test/ncurses
( cd test && make ncurses LOCAL_LIBDIR=%{_libdir} && mv ncurses $RPM_BUILD_ROOT/%{_bindir}/ncurses%{MY_ABI} )
-%if %{is_redhat}
+%if %{is_mandriva}
+# check this first because Mageia has the /etc/redhat-release file...
+%else
+%if %{is_fedora}
%ldconfig_scriptlets libs
%ldconfig_scriptlets c++-libs
%endif
+%endif
%clean
if rm -rf $RPM_BUILD_ROOT; then
diff --git a/package/ncursest.map b/package/ncursest.map
index 120fbea45b43..643dc8e116f4 100644
--- a/package/ncursest.map
+++ b/package/ncursest.map
@@ -1,4 +1,4 @@
-# $Id: ncursest.map,v 1.48 2019/12/14 23:28:54 tom Exp $
+# $Id: ncursest.map,v 1.49 2020/02/04 11:44:12 tom Exp $
# script for shared library symbol-versioning using ld
#
# This file was generated by ncu-mapsyms
@@ -478,7 +478,7 @@ NCURSES_TINFO_6.1.20171230 {
_nc_free_termtype2;
} NCURSES_TINFO_5.9.20150530;
-NCURSES_TINFO_6.1.current {
+NCURSES_TINFO_6.2.20200212 {
global:
_nc_find_user_entry;
_nc_fmt_funcptr;
@@ -1168,7 +1168,7 @@ NCURSEST_6.1.20171230 {
_nc_set_color_pair;
} NCURSEST_5.9.20150530;
-NCURSEST_6.1.current {
+NCURSEST_6.2.20200212 {
global:
exit_curses;
local:
diff --git a/package/ncursest.spec b/package/ncursest.spec
index 1aca0c673410..c7332d94899a 100644
--- a/package/ncursest.spec
+++ b/package/ncursest.spec
@@ -1,7 +1,7 @@
Summary: Curses library with POSIX thread support.
Name: ncursest6
-Version: 6.1
-Release: 20200118
+Version: 6.2
+Release: 20200215
License: X11
Group: Development/Libraries
Source: ncurses-%{version}-%{release}.tgz
@@ -27,7 +27,10 @@ This package is used for testing ABI %{MY_ABI} with POSIX threads.
%prep
%global is_mandriva %(test -f /etc/mandriva-release && echo 1 || echo 0)
+%global is_fedora %(test -f /usr/bin/dnf && echo 1 || echo 0)
+%global is_centos %(test -f /etc/centos-release && echo 1 || echo 0)
%global is_redhat %(test -f /etc/redhat-release && echo 1 || echo 0)
+%global is_scilinux %(test -f /etc/sl-release && echo 1 || echo 0)
%global is_suse %(test -f /etc/SuSE-release && echo 1 || echo 0)
%if %{is_redhat}
@@ -44,7 +47,7 @@ This package is used for testing ABI %{MY_ABI} with POSIX threads.
%define _disable_ld_build_id 1
%endif
-%if %{is_redhat}
+%if %{is_fedora} || %{is_scilinux} || %{is_centos}
# workaround for toolset breakage in Fedora 28
%define _test_relink --enable-relink
%else
@@ -114,10 +117,14 @@ make install.libs install.progs
rm -f test/ncurses
( cd test && make ncurses LOCAL_LIBDIR=%{_libdir} && mv ncurses $RPM_BUILD_ROOT/%{_bindir}/ncursest%{MY_ABI} )
-%if %{is_redhat}
+%if %{is_mandriva}
+# check this first because Mageia has the /etc/redhat-release file...
+%else
+%if %{is_fedora}
%ldconfig_scriptlets libs
%ldconfig_scriptlets c++-libs
%endif
+%endif
%clean
if rm -rf $RPM_BUILD_ROOT; then
diff --git a/package/ncursestw.map b/package/ncursestw.map
index d6d7941bdd36..0c932b934f89 100644
--- a/package/ncursestw.map
+++ b/package/ncursestw.map
@@ -1,4 +1,4 @@
-# $Id: ncursestw.map,v 1.50 2019/12/14 23:28:20 tom Exp $
+# $Id: ncursestw.map,v 1.51 2020/02/04 11:44:12 tom Exp $
# script for shared library symbol-versioning using ld
#
# This file was generated by ncu-mapsyms
@@ -484,7 +484,7 @@ NCURSES_TINFO_6.1.20171230 {
_nc_free_termtype2;
} NCURSES_TINFO_5.9.20150530;
-NCURSES_TINFO_6.1.current {
+NCURSES_TINFO_6.2.20200212 {
global:
_nc_find_user_entry;
_nc_fmt_funcptr;
@@ -1289,7 +1289,7 @@ NCURSESTW_6.1.20171230 {
_nc_set_color_pair;
} NCURSESTW_5.9.20150530;
-NCURSESTW_6.1.current {
+NCURSESTW_6.2.20200212 {
global:
exit_curses;
local:
diff --git a/package/ncursesw.map b/package/ncursesw.map
index 77f0c7bea444..da68b73c10e9 100644
--- a/package/ncursesw.map
+++ b/package/ncursesw.map
@@ -1,4 +1,4 @@
-# $Id: ncursesw.map,v 1.53 2019/12/14 23:28:02 tom Exp $
+# $Id: ncursesw.map,v 1.54 2020/02/04 11:44:12 tom Exp $
# script for shared library symbol-versioning using ld
#
# This file was generated by ncu-mapsyms
@@ -478,7 +478,7 @@ NCURSES_TINFO_6.1.20171230 {
_nc_free_termtype2;
} NCURSES_TINFO_5.9.20150530;
-NCURSES_TINFO_6.1.current {
+NCURSES_TINFO_6.2.20200212 {
global:
_nc_find_user_entry;
_nc_fmt_funcptr;
@@ -1310,7 +1310,7 @@ NCURSESW_6.1.20171230 {
_nc_set_color_pair;
} NCURSESW_5.9.20150530;
-NCURSESW_6.1.current {
+NCURSESW_6.2.20200212 {
global:
exit_curses;
local: