From 332fa27640b1901ac632e6d37a4aa9643d0f8594 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 20 Oct 2021 23:22:45 +0000 Subject: ncurses-6.3 --- test/package/debian-mingw/compat | 2 +- test/package/debian-mingw/copyright | 5 +++-- test/package/debian-mingw64/compat | 2 +- test/package/debian-mingw64/copyright | 5 +++-- test/package/debian/compat | 2 +- test/package/debian/copyright | 3 ++- test/package/mingw-ncurses-examples.spec | 10 +++++----- 7 files changed, 16 insertions(+), 13 deletions(-) (limited to 'test/package') diff --git a/test/package/debian-mingw/compat b/test/package/debian-mingw/compat index ec63514..f599e28 100644 --- a/test/package/debian-mingw/compat +++ b/test/package/debian-mingw/compat @@ -1 +1 @@ -9 +10 diff --git a/test/package/debian-mingw/copyright b/test/package/debian-mingw/copyright index 9b2b7aa..a805a1f 100644 --- a/test/package/debian-mingw/copyright +++ b/test/package/debian-mingw/copyright @@ -4,11 +4,12 @@ Current ncurses maintainer: Thomas Dickey ------------------------------------------------------------------------------- Files: * -Copyright: 1998-2019,2020 Free Software Foundation, Inc. +Copyright: 2017-2020,2021 Thomas E. Dickey +Copyright: 1998-2016,2017 Free Software Foundation, Inc. Licence: X11 Files: aclocal.m4 package -Copyright: 2003-2019,2020 by Thomas E. Dickey +Copyright: 2003-2020,2021 by Thomas E. Dickey Licence: X11 Permission is hereby granted, free of charge, to any person obtaining a diff --git a/test/package/debian-mingw64/compat b/test/package/debian-mingw64/compat index ec63514..f599e28 100644 --- a/test/package/debian-mingw64/compat +++ b/test/package/debian-mingw64/compat @@ -1 +1 @@ -9 +10 diff --git a/test/package/debian-mingw64/copyright b/test/package/debian-mingw64/copyright index 9b2b7aa..a805a1f 100644 --- a/test/package/debian-mingw64/copyright +++ b/test/package/debian-mingw64/copyright @@ -4,11 +4,12 @@ Current ncurses maintainer: Thomas Dickey ------------------------------------------------------------------------------- Files: * -Copyright: 1998-2019,2020 Free Software Foundation, Inc. +Copyright: 2017-2020,2021 Thomas E. Dickey +Copyright: 1998-2016,2017 Free Software Foundation, Inc. Licence: X11 Files: aclocal.m4 package -Copyright: 2003-2019,2020 by Thomas E. Dickey +Copyright: 2003-2020,2021 by Thomas E. Dickey Licence: X11 Permission is hereby granted, free of charge, to any person obtaining a diff --git a/test/package/debian/compat b/test/package/debian/compat index ec63514..f599e28 100644 --- a/test/package/debian/compat +++ b/test/package/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/test/package/debian/copyright b/test/package/debian/copyright index 9b2b7aa..c6873e2 100644 --- a/test/package/debian/copyright +++ b/test/package/debian/copyright @@ -4,7 +4,8 @@ Current ncurses maintainer: Thomas Dickey ------------------------------------------------------------------------------- Files: * -Copyright: 1998-2019,2020 Free Software Foundation, Inc. +Copyright: 2017-2020,2021 Thomas E. Dickey +Copyright: 1998-2016,2017 Free Software Foundation, Inc. Licence: X11 Files: aclocal.m4 package diff --git a/test/package/mingw-ncurses-examples.spec b/test/package/mingw-ncurses-examples.spec index 5758c29..cad43d1 100644 --- a/test/package/mingw-ncurses-examples.spec +++ b/test/package/mingw-ncurses-examples.spec @@ -4,7 +4,7 @@ Summary: ncurses-examples - example/test programs from ncurses %global AppProgram ncurses-examples %global AppVersion MAJOR.MINOR %global AppRelease YYYYMMDD -# $Id: mingw-ncurses-examples.spec,v 1.9 2019/11/23 21:13:52 tom Exp $ +# $Id: mingw-ncurses-examples.spec,v 1.10 2021/06/17 21:11:12 tom Exp $ Name: mingw32-ncurses6-examples Version: %{AppVersion} Release: %{AppRelease} @@ -50,11 +50,11 @@ This package is used for testing ABI 6 with cross-compiles to MinGW. %prep # override location of bindir, e.g., to avoid conflict with pdcurses -%global mingw32_bindir %{mingw32_exec_prefix}/bin/%{AppProgram} -%global mingw64_bindir %{mingw64_exec_prefix}/bin/%{AppProgram} +%global mingw32_bindir %{mingw32_exec_prefix}/bin/%{AppProgram} +%global mingw64_bindir %{mingw64_exec_prefix}/bin/%{AppProgram} -%global mingw32_datadir %{mingw32_datadir}/%{AppProgram} -%global mingw64_datadir %{mingw64_datadir}/%{AppProgram} +%global mingw32_datadir %{mingw32_datadir}/%{AppProgram} +%global mingw64_datadir %{mingw64_datadir}/%{AppProgram} %define CFG_OPTS \\\ --enable-echo \\\ -- cgit v1.2.1