Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cdk for openSUSE:Factory checked in at 2021-05-06 22:53:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cdk (Old) and /work/SRC/openSUSE:Factory/.cdk.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdk" Thu May 6 22:53:07 2021 rev:23 rq:891075 version:5.0.20210324 Changes: -------- --- /work/SRC/openSUSE:Factory/cdk/cdk.changes 2019-02-27 17:29:32.619312285 +0100 +++ /work/SRC/openSUSE:Factory/.cdk.new.2988/cdk.changes 2021-05-06 22:53:40.222491389 +0200 @@ -1,0 +2,7 @@ +Mon May 3 18:24:40 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 5.0.20210324 + * Spelling fixes, per codespell + * Updated build system + +------------------------------------------------------------------- Old: ---- cdk-5.0-20190224.tgz cdk-5.0-20190224.tgz.asc New: ---- cdk-5.0-20210324.tgz cdk-5.0-20210324.tgz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cdk.spec ++++++ --- /var/tmp/diff_new_pack.QS0y7r/_old 2021-05-06 22:53:40.626489723 +0200 +++ /var/tmp/diff_new_pack.QS0y7r/_new 2021-05-06 22:53:40.630489706 +0200 @@ -1,7 +1,7 @@ # # spec file for package cdk # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define lname lib%{name}5 %define mainver 5.0 -%define datever 20190224 +%define datever 20210324 Name: cdk -Url: http://invisible-island.net/cdk/ +URL: https://invisible-island.net/cdk/ BuildRequires: libtool BuildRequires: ncurses-devel BuildRequires: pkg-config @@ -30,8 +30,8 @@ Summary: The Runtime for the Curses Development Kit License: BSD-3-Clause Group: System/Libraries -Source: ftp://ftp.invisible-island.net/cdk/cdk-%{mainver}-%{datever}.tgz -Source1: ftp://ftp.invisible-island.net/cdk/cdk-%{mainver}-%{datever}.tgz.asc +Source: https://invisible-mirror.net/archives/cdk/cdk-%{mainver}-%{datever}.tgz +Source1: https://invisible-mirror.net/archives/cdk/cdk-%{mainver}-%{datever}.tgz.asc Source2: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build %global root %{_tmppath}/%{name}-%{version}-store @@ -66,14 +66,13 @@ %setup -q -n cdk-%{mainver}-%{datever} %build - %configure --with-ncurses \ --enable-const \ --with-pkg-config \ --disable-rpath-hack \ --with-versioned-syms=${PWD}/package/cdk.map \ --with-shared -make all %{?_smp_mflags} +%make_build make install DESTDIR=%{root} INSTALL="install -pD" \ DOCUMENT_DIR=%{root}%{_defaultdocdir}/%{name} make clean @@ -86,7 +85,7 @@ --with-cfgname=cdkw \ --with-libname=cdkw \ --with-shared -make all %{?_smp_mflags} +%make_build make installCDKLibrary DESTDIR=%{root} INSTALL="install -pD" \ DOCUMENT_DIR=%{root}%{_defaultdocdir}/%{name} make %{root}%{_libdir}/libcdkw.so.%{mainver} DESTDIR=%{root} @@ -102,11 +101,8 @@ # Remove installed in wrong directory documentation files rm -rf %{buildroot}%{_datadir}/doc -%post -n %lname -/sbin/ldconfig - -%postun -n %lname -/sbin/ldconfig +%post -n %lname -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig %files -n %lname %defattr(-,root,root) ++++++ cdk-5.0-20190224.tgz -> cdk-5.0-20210324.tgz ++++++ ++++ 25429 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/CHANGES new/cdk-5.0-20210324/CHANGES --- old/cdk-5.0-20190224/CHANGES 2019-02-25 00:32:31.000000000 +0100 +++ new/cdk-5.0-20210324/CHANGES 2021-03-24 23:22:40.000000000 +0100 @@ -1,7 +1,7 @@ --- $Id: CHANGES,v 1.294 2019/02/24 23:32:31 tom Exp $ +-- $Id: CHANGES,v 1.309 2021/03/24 22:22:40 tom Exp $ ------------------------------------------------------------------------------- Cdk Version Change List -Copyright Thomas E. Dickey 1999-2018, 2019 +Copyright Thomas E. Dickey 1999-2020, 2021 Copyright Mike Glover, 1995, 1996, 1997, 1998, 1999 ------------------------------------------------------------------------------- @@ -9,6 +9,37 @@ Changes through 4.9.8 (December 1998) were recorded by Mike Glover. Thereafter, changes have been recorded by Thomas E. Dickey. +2021/03/24 + + updated configure script, for _Noreturn and exit_curses checks. + +2021/01/09 + + spelling fixes, per codespell. + + updated configure script, for quoting/escaping fixes + + update config.guess, config.sub + +2020/09/23 + + updated configure script, for compiler-warnings + + update config.guess, config.sub + +2020/02/28 + + updated configure script, to work around ncurses 6.2 vs xcode's c99 + "-W" option. + + update config.guess, config.sub + +2019/12/31 + + fix issues found with check-manpage + + updated configure macros, from xterm and ncurses development: + CF_ADD_LIBS CF_GCC_VERSION CF_GCC_WARNINGS CF_PROG_CC CF_PROG_LINT + CF_X_TOOLKIT + + update config.guess, config.sub + +2019/03/03 + + deprecate installCDKLibrary rule by install.libs, which is used in + the newer shared-library macros. + + conditionally-comment action lines for the part of install-rules + which conflict with the newer shared-library rules (report by Tom + Brownridge). + 2019/02/24 + use HDR_ROOTNAME rather than PACKAGE in top-level makefile, to simplify building cdk and cdkw packages with non-conflicting paths. @@ -245,7 +276,7 @@ 2014/01/01 + improve limit-checks in trimCDKWindow() (patch by Tyson Nottingham). - + updated configure script (further improvments for shared libraries, + + updated configure script (further improvements for shared libraries, and clang). + update config.guess @@ -256,7 +287,7 @@ + add scripts for testing cross-compiles to MinGW. + add new scroller.h to CDKHDR variable in Makefile.in, so it will be installed (report by Aitor Atuin). - + updated configure script (further improvments for shared libraries, + + updated configure script (further improvements for shared libraries, and MinGW). + update config.guess, config.sub @@ -999,7 +1030,7 @@ a symbol conflict (reported by Kenneth Pronovici <prono...@skyjammer.com>). + miscellaneous updates to configure script, including workarounds for - incompatibilies in autoconf 2.5x. + incompatibilities in autoconf 2.5x. 2002/02/25 - T.E.Dickey <dic...@herndon4.his.com> ================================================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/COPYING new/cdk-5.0-20210324/COPYING --- old/cdk-5.0-20190224/COPYING 2019-02-14 11:18:40.000000000 +0100 +++ new/cdk-5.0-20210324/COPYING 2021-01-09 16:21:56.000000000 +0100 @@ -1,4 +1,4 @@ -Modifications copyright Thomas Dickey 1999-2018,2019 +Modifications copyright Thomas Dickey 1999-2020,2021 The software and documentation are still under the same licensing are the original Cdk, but noting that substantial work and enhancements have been made, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/COPYING.asc new/cdk-5.0-20210324/COPYING.asc --- old/cdk-5.0-20190224/COPYING.asc 2019-02-14 11:20:55.000000000 +0100 +++ new/cdk-5.0-20210324/COPYING.asc 2021-01-09 16:22:19.000000000 +0100 @@ -1,8 +1,7 @@ -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1 Comment: See https://invisible-island.net/public/public.html for info -iEYEABECAAYFAlxlQQIACgkQcCNT4PfkjtsylgCgpjeOS0KUWR3dtleFXNFm5/cA -IngAnRU+VSFgadw5rQJEAoKQD+lKOJ2q -=XWDW +iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCX/nKKgAKCRBwI1Pg9+SO +2zpWAJwLjGwrUZ/ocPuyiTVpSzx4K5EDTgCeJ4JUrDC7uD/I58kQjtEav23wzo8= +=xi6d -----END PGP SIGNATURE----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/README new/cdk-5.0-20210324/README --- old/cdk-5.0-20190224/README 2019-02-14 11:18:55.000000000 +0100 +++ new/cdk-5.0-20210324/README 2021-01-09 16:24:43.000000000 +0100 @@ -1,14 +1,14 @@ --- $Id: README,v 1.14 2019/02/14 10:18:55 tom Exp $ +-- $Id: README,v 1.16 2021/01/09 15:24:43 tom Exp $ ------------------------------------------------------------------------------- -Copyright Thomas Dickey 1999-2018,2019 +Copyright Thomas Dickey 1999-2020,2021 This is a modified/enhanced version of Cdk. The original README contents are given below. This version of Cdk is found at - http://invisible-island.net/cdk/ + https://invisible-island.net/cdk/ ftp://ftp.invisible-island.net/cdk/ The intent of the modifications is to preserve nominal compatibility with the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/VERSION new/cdk-5.0-20210324/VERSION --- old/cdk-5.0-20190224/VERSION 2019-02-23 02:02:28.000000000 +0100 +++ new/cdk-5.0-20210324/VERSION 2021-03-24 22:12:34.000000000 +0100 @@ -1 +1 @@ -6:2:4 5.0 20190224 +6:2:4 5.0 20210324 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/cli/samples/alphalist.sh new/cdk-5.0-20210324/cli/samples/alphalist.sh --- old/cdk-5.0-20190224/cli/samples/alphalist.sh 2005-12-27 17:04:57.000000000 +0100 +++ new/cdk-5.0-20210324/cli/samples/alphalist.sh 2021-01-09 23:43:03.000000000 +0100 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: alphalist.sh,v 1.7 2005/12/27 16:04:57 tom Exp $ +# $Id: alphalist.sh,v 1.8 2021/01/09 22:43:03 tom Exp $ # # Description: @@ -16,7 +16,7 @@ file=$2 # - # Depeding on the system, get the password file + # Depending on the system, get the password file # using nicat, ypcat, or just plain old /etc/passwd # if [ "$system" = "NIS" ]; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/cli/samples/fselect.sh new/cdk-5.0-20210324/cli/samples/fselect.sh --- old/cdk-5.0-20190224/cli/samples/fselect.sh 2005-12-27 18:56:05.000000000 +0100 +++ new/cdk-5.0-20210324/cli/samples/fselect.sh 2021-01-09 23:42:55.000000000 +0100 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: fselect.sh,v 1.4 2005/12/27 17:56:05 tom Exp $ +# $Id: fselect.sh,v 1.5 2021/01/09 22:42:55 tom Exp $ # # Description: @@ -62,7 +62,7 @@ answer=`cat ${file}` # -# Diplay the file the user selected. +# Display the file the user selected. # echo "<C>You selected the following file" > ${tmp} echo " " >> ${tmp} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/cli/samples/itemlist.sh new/cdk-5.0-20210324/cli/samples/itemlist.sh --- old/cdk-5.0-20190224/cli/samples/itemlist.sh 2005-12-27 16:53:06.000000000 +0100 +++ new/cdk-5.0-20210324/cli/samples/itemlist.sh 2021-01-09 23:43:17.000000000 +0100 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: itemlist.sh,v 1.3 2005/12/27 15:53:06 tom Exp $ +# $Id: itemlist.sh,v 1.4 2021/01/09 22:43:17 tom Exp $ # # Description: @@ -16,7 +16,7 @@ file=$2 # - # Depeding on the system, get the password file + # Depending on the system, get the password file # using nicat, ypcat, or just plain old /etc/passwd # if [ "$system" = "NIS" ]; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/cli/samples/scroll.sh new/cdk-5.0-20210324/cli/samples/scroll.sh --- old/cdk-5.0-20190224/cli/samples/scroll.sh 2005-12-27 16:53:06.000000000 +0100 +++ new/cdk-5.0-20210324/cli/samples/scroll.sh 2021-01-09 23:43:10.000000000 +0100 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: scroll.sh,v 1.3 2005/12/27 15:53:06 tom Exp $ +# $Id: scroll.sh,v 1.4 2021/01/09 22:43:10 tom Exp $ # # Description: @@ -16,7 +16,7 @@ file=$2 # - # Depeding on the system, get the password file + # Depending on the system, get the password file # using nicat, ypcat, or just plain old /etc/passwd # if [ "$system" = "NIS" ]; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/cli/utils/adduser new/cdk-5.0-20210324/cli/utils/adduser --- old/cdk-5.0-20190224/cli/utils/adduser 2002-07-17 00:24:53.000000000 +0200 +++ new/cdk-5.0-20210324/cli/utils/adduser 2021-01-09 23:45:59.000000000 +0100 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: adduser,v 1.3 2002/07/16 22:24:53 tom Exp $ +# $Id: adduser,v 1.5 2021/01/09 22:45:59 tom Exp $ # # Written by: Mike Glover, March 1997 @@ -14,6 +14,7 @@ # # +# Copyright 2000-2002,2021, Thomas E. Dickey # Copyright 2000, Mike Glover # All rights reserved. # @@ -442,7 +443,7 @@ # Get the shell from the user. # buttons="Next -Previuous +Previous Cancel" label="</24/B>Shell Pathname: " title="<C></B>Custom Account Shell diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/configure.in new/cdk-5.0-20210324/configure.in --- old/cdk-5.0-20190224/configure.in 2013-07-27 23:36:37.000000000 +0200 +++ new/cdk-5.0-20210324/configure.in 2020-09-23 10:09:14.000000000 +0200 @@ -1,7 +1,7 @@ -dnl $Id: configure.in,v 1.75 2013/07/27 21:36:37 tom Exp $ +dnl $Id: configure.in,v 1.77 2020/09/23 08:09:14 tom Exp $ dnl Process this file with autoconf to produce a configure script for CDK. dnl --------------------------------------------------------------------------- -dnl Copyright 1999-2012,2013 Thomas E. Dickey +dnl Copyright 1999-2013,2020 Thomas E. Dickey dnl dnl Permission is hereby granted, free of charge, to any person obtaining a dnl copy of this software and associated documentation files (the "Software"), @@ -49,6 +49,7 @@ AC_PROG_MAKE_SET CF_MAKEFLAGS +CF_MAKE_PHONY CF_MAKE_TAGS CF_XOPEN_SOURCE @@ -71,7 +72,8 @@ AC_SUBST(MANSECT) CF_WITH_CURSES_DIR -CF_WITH_WARNINGS +CF_WITH_SCREEN_PDCURSES +CF_ENABLE_WARNINGS CF_PKG_CONFIG CF_ENABLE_RPATH diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/demos/appointment.c new/cdk-5.0-20210324/demos/appointment.c --- old/cdk-5.0-20190224/demos/appointment.c 2016-12-04 16:22:16.000000000 +0100 +++ new/cdk-5.0-20210324/demos/appointment.c 2021-01-09 23:42:07.000000000 +0100 @@ -1,4 +1,4 @@ -/* $Id: appointment.c,v 1.29 2016/12/04 15:22:16 tom Exp $ */ +/* $Id: appointment.c,v 1.30 2021/01/09 22:42:07 tom Exp $ */ #include <cdk_test.h> @@ -321,7 +321,7 @@ (CDK_CSTRING2)items, 4, 0, TRUE, FALSE); - /* Get the appointment tye from the user. */ + /* Get the appointment type from the user. */ selection = activateCDKItemlist (itemlist, 0); /* They hit escape, kill the itemlist widget and leave. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/demos/fileview.c new/cdk-5.0-20210324/demos/fileview.c --- old/cdk-5.0-20190224/demos/fileview.c 2016-12-04 16:22:16.000000000 +0100 +++ new/cdk-5.0-20210324/demos/fileview.c 2021-01-09 23:41:39.000000000 +0100 @@ -1,4 +1,4 @@ -/* $Id: fileview.c,v 1.14 2016/12/04 15:22:16 tom Exp $ */ +/* $Id: fileview.c,v 1.15 2021/01/09 22:41:39 tom Exp $ */ #include <cdk_test.h> @@ -64,7 +64,7 @@ "</5>", "</48>", "</N>", "</N>", TRUE, FALSE); /* - * Set the starting directory. This is not neccessary because when + * Set the starting directory. This is not necessary because when * the file selector starts it uses the present directory as a default. */ setCDKFselect (fSelect, directory, A_NORMAL, '.', A_REVERSE, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/demos/serial.c new/cdk-5.0-20210324/demos/serial.c --- old/cdk-5.0-20190224/demos/serial.c 2016-12-04 16:22:16.000000000 +0100 +++ new/cdk-5.0-20210324/demos/serial.c 2021-01-09 23:41:57.000000000 +0100 @@ -1,4 +1,4 @@ -/* $Id: serial.c,v 1.8 2016/12/04 15:22:16 tom Exp $ */ +/* $Id: serial.c,v 1.9 2021/01/09 22:41:57 tom Exp $ */ #include <stdio.h> #include <stdlib.h> @@ -257,7 +257,7 @@ LLastState = LCurrentState; /* - * Return False to tell X that we want this funtion to be + * Return False to tell X that we want this function to be * run again. */ return FALSE; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/demos/syb.c new/cdk-5.0-20210324/demos/syb.c --- old/cdk-5.0-20190224/demos/syb.c 2016-12-04 16:22:16.000000000 +0100 +++ new/cdk-5.0-20210324/demos/syb.c 2021-01-09 23:41:48.000000000 +0100 @@ -1,4 +1,4 @@ -/* $Id: syb.c,v 1.13 2016/12/04 15:22:16 tom Exp $ */ +/* $Id: syb.c,v 1.14 2021/01/09 22:41:48 tom Exp $ */ #include <cdk_test.h> #include <sybfront.h> @@ -565,7 +565,7 @@ } /* - * Try to connect to the database and get a LOGINREC structre. + * Try to connect to the database and get a LOGINREC structure. */ if ((dbLogin = dblogin()) == 0) { @@ -596,7 +596,7 @@ RETCODE returnCode; int rowCount; - /* Add in a output seperation line. */ + /* Add in a output separation line. */ addCDKSwindow (swindow, "<C><#HL(5)> Start of Output <#HL(5)>", BOTTOM); /* Run the command. */ @@ -638,7 +638,7 @@ } } - /* Add in a output seperation line. */ + /* Add in a output separation line. */ addCDKSwindow (swindow, "<C><#HL(5)> End of Output <#HL(5)>", BOTTOM); addCDKSwindow (swindow, "", BOTTOM); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/examples/radio_ex.c new/cdk-5.0-20210324/examples/radio_ex.c --- old/cdk-5.0-20190224/examples/radio_ex.c 2016-12-04 16:22:16.000000000 +0100 +++ new/cdk-5.0-20210324/examples/radio_ex.c 2021-01-09 23:42:29.000000000 +0100 @@ -1,4 +1,4 @@ -/* $Id: radio_ex.c,v 1.20 2016/12/04 15:22:16 tom Exp $ */ +/* $Id: radio_ex.c,v 1.21 2021/01/09 22:42:29 tom Exp $ */ #include <cdk_test.h> @@ -30,7 +30,7 @@ CDKparseParams (argc, argv, ¶ms, "cs:t:" CDK_CLI_PARAMS); - /* Use the current diretory list to fill the radio list. */ + /* Use the current directory list to fill the radio list. */ count = CDKgetDirectoryContents (".", &item); if (count <= 0) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/examples/scroll_ex.c new/cdk-5.0-20210324/examples/scroll_ex.c --- old/cdk-5.0-20190224/examples/scroll_ex.c 2019-02-21 00:11:52.000000000 +0100 +++ new/cdk-5.0-20210324/examples/scroll_ex.c 2021-01-09 23:42:39.000000000 +0100 @@ -1,4 +1,4 @@ -/* $Id: scroll_ex.c,v 1.26 2019/02/20 23:11:52 tom Exp $ */ +/* $Id: scroll_ex.c,v 1.27 2021/01/09 22:42:39 tom Exp $ */ #include <cdk_test.h> @@ -81,7 +81,7 @@ /* Set up CDK Colors. */ initCDKColor (); - /* Use the current diretory list to fill the radio list. */ + /* Use the current directory list to fill the radio list. */ count = CDKgetDirectoryContents (".", &item); /* Create the scrolling list. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/include/cdk_compat.h new/cdk-5.0-20210324/include/cdk_compat.h --- old/cdk-5.0-20190224/include/cdk_compat.h 2005-12-28 22:45:45.000000000 +0100 +++ new/cdk-5.0-20210324/include/cdk_compat.h 2021-01-09 23:47:16.000000000 +0100 @@ -1,5 +1,5 @@ /* - * $Id: cdk_compat.h,v 1.2 2005/12/28 21:45:45 tom Exp $ + * $Id: cdk_compat.h,v 1.4 2021/01/09 22:47:16 tom Exp $ */ #ifndef CDKINCLUDES @@ -11,7 +11,7 @@ #endif /* - * Copyright 2004,2005 Thomas E. Dickey + * Copyright 2004-2005,2021 Thomas E. Dickey * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -45,7 +45,7 @@ /* * Renaming of struct members was done for consistency. Making old/new - * versions compatible with renaming is awkward (there may be inadvertant + * versions compatible with renaming is awkward (there may be inadvertent * naming collisions), but this is mainly for demonstration purposes. */ #define info list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/include/cdk_test.h new/cdk-5.0-20210324/include/cdk_test.h --- old/cdk-5.0-20190224/include/cdk_test.h 2008-11-01 18:07:37.000000000 +0100 +++ new/cdk-5.0-20210324/include/cdk_test.h 2021-03-24 23:32:00.000000000 +0100 @@ -1,5 +1,5 @@ /* - * $Id: cdk_test.h,v 1.5 2008/11/01 17:07:37 tom Exp $ + * $Id: cdk_test.h,v 1.6 2021/03/24 22:32:00 tom Exp $ */ #ifndef CDKINCLUDES @@ -13,7 +13,7 @@ #include <cdk.h> /* - * Copyright 2005,2008 Thomas E. Dickey + * Copyright 2005-2008,2021 Thomas E. Dickey * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -69,11 +69,15 @@ #else -#if defined(NCURSES_VERSION) && defined(HAVE__NC_FREE_AND_EXIT) +#if defined(NCURSES_VERSION) +#ifdef HAVE_EXIT_CURSES +#define ExitProgram(code) exit_curses(code) +#elif defined(HAVE__NC_FREE_AND_EXIT) /* nc_alloc.h normally not installed */ -extern void _nc_free_and_exit(int) GCC_NORETURN; +extern GCC_NORETURN void _nc_free_and_exit(int); #define ExitProgram(code) _nc_free_and_exit(code) #endif +#endif /* NCURSES_VERSION */ #endif /* HAVE_NC_ALLOC_H */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/man/cdk.3 new/cdk-5.0-20210324/man/cdk.3 --- old/cdk-5.0-20190224/man/cdk.3 2019-02-15 01:27:44.000000000 +0100 +++ new/cdk-5.0-20210324/man/cdk.3 2019-12-31 21:22:36.000000000 +0100 @@ -1,11 +1,15 @@ '\" t -.\" $Id: cdk.3,v 1.15 2019/02/15 00:27:44 tom Exp $ +.\" $Id: cdk.3,v 1.16 2019/12/31 20:22:36 tom Exp $ .de It .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. +.ie \n(.g .ds `` \(lq +.el .ds `` `` +.ie \n(.g .ds '' \(rq +.el .ds '' '' .TH Cdk 3 .SH NAME cdk - \fBCurses Development Kit\fR @@ -109,7 +113,7 @@ .It "\(bu Pre and Post Processing." 5 Certain widgets allow the user to trap a character before and after the character has been applied to the widget. -This allows programmers to `filter' character input. +This allows programmers to \*(``filter\*('' character input. To learn more about this see \fIcdk_process (3)\fR. .PP .It "\(bu Self Test Widgets." 5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/man/man2html.ignore new/cdk-5.0-20210324/man/man2html.ignore --- old/cdk-5.0-20190224/man/man2html.ignore 2013-12-22 00:35:16.000000000 +0100 +++ new/cdk-5.0-20210324/man/man2html.ignore 2019-08-18 23:01:59.000000000 +0200 @@ -1,2 +1,3 @@ HL(10) HL(26) +getopt(3) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/cdk.spec new/cdk-5.0-20210324/package/cdk.spec --- old/cdk-5.0-20190224/package/cdk.spec 2019-02-23 02:02:28.000000000 +0100 +++ new/cdk-5.0-20210324/package/cdk.spec 2021-03-25 01:25:51.000000000 +0100 @@ -1,8 +1,8 @@ -# $Id: cdk.spec,v 1.51 2019/02/23 01:02:28 tom Exp $ +# $Id: cdk.spec,v 1.61 2021/03/25 00:25:51 tom Exp $ Summary: Curses Development Kit %define AppProgram cdk %define AppVersion 5.0 -%define AppRelease 20190224 +%define AppRelease 20210324 Name: %{AppProgram} Version: %{AppVersion} Release: %{AppRelease} @@ -35,7 +35,12 @@ make all find . -name '*.o' -exec rm -f {} \; -%configure --with-shared --with-versioned-syms +%configure \ + --enable-warnings \ + --enable-stdnoreturn \ + --enable-const \ + --with-shared \ + --with-versioned-syms #make %{?_smp_mflags} cdkshlib make all @@ -48,6 +53,14 @@ chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so # fixes rpmlint unstripped-binary-or-object install -m 644 libcdk.a $RPM_BUILD_ROOT%{_libdir} +# The "doc" tag installs the contents of the demos and examples directories, +# but the binaries are unwanted in the rpm. +echo "** cleanup demos-directory" +( cd demos && make clean ) + +echo "** cleanup examples-directory" +( cd examples && make clean ) + %clean rm -rf $RPM_BUILD_ROOT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/debian/changelog new/cdk-5.0-20210324/package/debian/changelog --- old/cdk-5.0-20190224/package/debian/changelog 2019-02-23 02:02:28.000000000 +0100 +++ new/cdk-5.0-20210324/package/debian/changelog 2021-03-24 22:12:34.000000000 +0100 @@ -1,3 +1,39 @@ +cdk (5.0.20210324) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Wed, 24 Mar 2021 17:12:34 -0400 + +cdk (5.0.20210109) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Sat, 09 Jan 2021 10:16:44 -0500 + +cdk (5.0.20200923) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Wed, 23 Sep 2020 03:58:51 -0400 + +cdk (5.0.20200228) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Fri, 28 Feb 2020 19:42:46 -0500 + +cdk (5.0.20191231) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Tue, 31 Dec 2019 15:19:59 -0500 + +cdk (5.0.20190303) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Sat, 02 Mar 2019 08:42:14 -0500 + cdk (5.0.20190224) unstable; urgency=low * maintenance updates diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/debian/compat new/cdk-5.0-20210324/package/debian/compat --- old/cdk-5.0-20190224/package/debian/compat 2010-04-20 21:47:10.000000000 +0200 +++ new/cdk-5.0-20210324/package/debian/compat 2021-03-24 23:55:08.000000000 +0100 @@ -1 +1 @@ -5 +10 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/debian/copyright new/cdk-5.0-20210324/package/debian/copyright --- old/cdk-5.0-20190224/package/debian/copyright 2019-02-14 11:19:28.000000000 +0100 +++ new/cdk-5.0-20210324/package/debian/copyright 2021-01-09 16:25:24.000000000 +0100 @@ -14,7 +14,7 @@ Here is an sample copyright for the first case (permissions for the latter are identical, though the copyright owner differs of course): - Changes 1999-2018,2019 copyright Thomas E. Dickey + Changes 1999-2020,2021 copyright Thomas E. Dickey Copyright 1999, Mike Glover All rights reserved. @@ -50,7 +50,7 @@ Files: aclocal.m4 Licence: other-BSD -Copyright: 1999-2018,2019 by Thomas E. Dickey +Copyright: 1999-2020,2021 by Thomas E. Dickey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including @@ -111,7 +111,7 @@ shared with many OS's install programs. Files: debian/* -Copyright: 2011-2015,2016 Thomas E. Dickey +Copyright: 2011-2020,2021 Thomas E. Dickey Licence: other-BSD Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/debian/rules new/cdk-5.0-20210324/package/debian/rules --- old/cdk-5.0-20190224/package/debian/rules 2019-02-19 03:06:08.000000000 +0100 +++ new/cdk-5.0-20210324/package/debian/rules 2021-03-24 23:30:29.000000000 +0100 @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# $Id: rules,v 1.27 2019/02/19 02:06:08 tom Exp $ +# $Id: rules,v 1.31 2021/03/24 22:30:29 tom Exp $ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -40,7 +40,10 @@ --with-screen=$(SCREEN) \ --with-versioned-syms \ --with-libname=cdk \ - --disable-rpath-hack + --disable-rpath-hack \ + --enable-warnings \ + --enable-stdnoreturn \ + --enable-const ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 @@ -150,7 +153,8 @@ dh_prep $(verbose) -plibcdk5 dh_installdirs $(verbose) -plibcdk5 - $(MAKE) -C $(P_SHARED) DESTDIR=$(TARGET)/libcdk5 installCDKLibrary + $(MAKE) -C $(P_SHARED) DESTDIR=$(TARGET)/libcdk5 install.libs + find $(TARGET)/libcdk5/usr/lib -type l -name '*.so*' -exec rm -f {} \; # remove -config file also in -dev package rm -rf $(TARGET)/libcdk5/usr/bin diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/debian-mingw/changelog new/cdk-5.0-20210324/package/debian-mingw/changelog --- old/cdk-5.0-20190224/package/debian-mingw/changelog 2019-02-23 02:02:28.000000000 +0100 +++ new/cdk-5.0-20210324/package/debian-mingw/changelog 2021-03-24 22:12:34.000000000 +0100 @@ -1,3 +1,39 @@ +cdk (5.0.20210324) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Wed, 24 Mar 2021 17:12:34 -0400 + +cdk (5.0.20210109) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Sat, 09 Jan 2021 10:16:44 -0500 + +cdk (5.0.20200923) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Wed, 23 Sep 2020 03:58:51 -0400 + +cdk (5.0.20200228) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Fri, 28 Feb 2020 19:42:46 -0500 + +cdk (5.0.20191231) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Tue, 31 Dec 2019 15:19:59 -0500 + +cdk (5.0.20190303) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Sat, 02 Mar 2019 08:42:14 -0500 + cdk (5.0.20190224) unstable; urgency=low * maintenance updates diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/debian-mingw/compat new/cdk-5.0-20210324/package/debian-mingw/compat --- old/cdk-5.0-20190224/package/debian-mingw/compat 2010-04-20 21:47:10.000000000 +0200 +++ new/cdk-5.0-20210324/package/debian-mingw/compat 2021-03-24 23:55:08.000000000 +0100 @@ -1 +1 @@ -5 +10 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/debian-mingw/copyright new/cdk-5.0-20210324/package/debian-mingw/copyright --- old/cdk-5.0-20190224/package/debian-mingw/copyright 2019-02-14 11:19:43.000000000 +0100 +++ new/cdk-5.0-20210324/package/debian-mingw/copyright 2021-01-09 16:26:13.000000000 +0100 @@ -14,7 +14,7 @@ Here is an sample copyright for the first case (permissions for the latter are identical, though the copyright owner differs of course): - Changes 1999-2018,2019 copyright Thomas E. Dickey + Changes 1999-2020,2021 copyright Thomas E. Dickey Copyright 1999, Mike Glover All rights reserved. @@ -50,7 +50,7 @@ Files: aclocal.m4 Licence: other-BSD -Copyright: 1999-2018,2019 by Thomas E. Dickey +Copyright: 1999-2020,2021 by Thomas E. Dickey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including @@ -111,7 +111,7 @@ shared with many OS's install programs. Files: debian/* -Copyright: 2011-2015,2016 Thomas E. Dickey +Copyright: 2011-2020,2021 Thomas E. Dickey Licence: other-BSD Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/debian-mingw/rules new/cdk-5.0-20210324/package/debian-mingw/rules --- old/cdk-5.0-20190224/package/debian-mingw/rules 2013-11-05 02:26:17.000000000 +0100 +++ new/cdk-5.0-20210324/package/debian-mingw/rules 2021-03-24 23:30:16.000000000 +0100 @@ -1,7 +1,5 @@ #!/usr/bin/make -f -# Made with the aid of dh_make, by Craig Small -# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. -# Some lines taken from debmake, by Cristoph Lameter. +# $Id: rules,v 1.6 2021/03/24 22:30:16 tom Exp $ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -26,7 +24,10 @@ CONFIG_OPTIONS = \ --disable-echo \ --verbose \ - --with-shared + --with-shared \ + --enable-warnings \ + --enable-stdnoreturn \ + --enable-const verbose = # -v diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/debian-mingw64/changelog new/cdk-5.0-20210324/package/debian-mingw64/changelog --- old/cdk-5.0-20190224/package/debian-mingw64/changelog 2019-02-23 02:02:28.000000000 +0100 +++ new/cdk-5.0-20210324/package/debian-mingw64/changelog 2021-03-24 22:12:34.000000000 +0100 @@ -1,3 +1,39 @@ +cdk (5.0.20210324) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Wed, 24 Mar 2021 17:12:34 -0400 + +cdk (5.0.20210109) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Sat, 09 Jan 2021 10:16:44 -0500 + +cdk (5.0.20200923) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Wed, 23 Sep 2020 03:58:51 -0400 + +cdk (5.0.20200228) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Fri, 28 Feb 2020 19:42:46 -0500 + +cdk (5.0.20191231) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Tue, 31 Dec 2019 15:19:59 -0500 + +cdk (5.0.20190303) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Sat, 02 Mar 2019 08:42:14 -0500 + cdk (5.0.20190224) unstable; urgency=low * maintenance updates diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/debian-mingw64/compat new/cdk-5.0-20210324/package/debian-mingw64/compat --- old/cdk-5.0-20190224/package/debian-mingw64/compat 2010-04-20 21:47:10.000000000 +0200 +++ new/cdk-5.0-20210324/package/debian-mingw64/compat 2021-03-24 23:55:08.000000000 +0100 @@ -1 +1 @@ -5 +10 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/debian-mingw64/copyright new/cdk-5.0-20210324/package/debian-mingw64/copyright --- old/cdk-5.0-20190224/package/debian-mingw64/copyright 2019-02-14 11:19:55.000000000 +0100 +++ new/cdk-5.0-20210324/package/debian-mingw64/copyright 2021-01-09 16:26:38.000000000 +0100 @@ -14,7 +14,7 @@ Here is an sample copyright for the first case (permissions for the latter are identical, though the copyright owner differs of course): - Changes 1999-2018,2019 copyright Thomas E. Dickey + Changes 1999-2020,2021 copyright Thomas E. Dickey Copyright 1999, Mike Glover All rights reserved. @@ -50,7 +50,7 @@ Files: aclocal.m4 Licence: other-BSD -Copyright: 1999-2018,2019 by Thomas E. Dickey +Copyright: 1999-2020,2021 by Thomas E. Dickey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including @@ -111,7 +111,7 @@ shared with many OS's install programs. Files: debian/* -Copyright: 2011-2015,2016 Thomas E. Dickey +Copyright: 2011-2020,2021 Thomas E. Dickey Licence: other-BSD Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/debian-mingw64/rules new/cdk-5.0-20210324/package/debian-mingw64/rules --- old/cdk-5.0-20190224/package/debian-mingw64/rules 2013-11-05 02:26:34.000000000 +0100 +++ new/cdk-5.0-20210324/package/debian-mingw64/rules 2021-03-24 23:30:29.000000000 +0100 @@ -1,7 +1,5 @@ #!/usr/bin/make -f -# Made with the aid of dh_make, by Craig Small -# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. -# Some lines taken from debmake, by Cristoph Lameter. +# $Id: rules,v 1.4 2021/03/24 22:30:29 tom Exp $ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -26,7 +24,10 @@ CONFIG_OPTIONS = \ --disable-echo \ --verbose \ - --with-shared + --with-shared \ + --enable-warnings \ + --enable-stdnoreturn \ + --enable-const verbose = # -v diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/freebsd/Makefile new/cdk-5.0-20210324/package/freebsd/Makefile --- old/cdk-5.0-20190224/package/freebsd/Makefile 2019-02-23 02:02:28.000000000 +0100 +++ new/cdk-5.0-20210324/package/freebsd/Makefile 2021-03-24 22:12:34.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/cdk/Makefile 439311 2017-04-24 15:17:34Z sunpoet $ PORTNAME= cdk -DISTVERSION= 5.0-20190224 +DISTVERSION= 5.0-20210324 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.invisible-island.net/cdk/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/mingw-cdk.nsi new/cdk-5.0-20210324/package/mingw-cdk.nsi --- old/cdk-5.0-20190224/package/mingw-cdk.nsi 2019-02-23 02:02:28.000000000 +0100 +++ new/cdk-5.0-20210324/package/mingw-cdk.nsi 2021-03-24 22:12:34.000000000 +0100 @@ -1,4 +1,4 @@ -; $Id: mingw-cdk.nsi,v 1.28 2019/02/23 01:02:28 tom Exp $ +; $Id: mingw-cdk.nsi,v 1.36 2021/03/24 21:12:34 tom Exp $ ; TODO add examples @@ -8,8 +8,8 @@ !define VERSION_MAJOR "5" !define VERSION_MINOR "0" -!define VERSION_YYYY "2019" -!define VERSION_MMDD "224" +!define VERSION_YYYY "2021" +!define VERSION_MMDD "324" !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD} !define SUBKEY "libcdk5" @@ -29,7 +29,7 @@ VIAddVersionKey ProductName "${SUBKEY}" VIAddVersionKey CompanyName "http://invisible-island.net" -VIAddVersionKey LegalCopyright "? 1999-2018,2019, Thomas E. Dickey" +VIAddVersionKey LegalCopyright "? 1999-2020,2021, Thomas E. Dickey" VIAddVersionKey FileDescription "Cdk Installer (MinGW)" VIAddVersionKey FileVersion ${VERSION_FULL} VIAddVersionKey ProductVersion ${VERSION_FULL} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/cdk-5.0-20190224/package/mingw-cdk.spec new/cdk-5.0-20210324/package/mingw-cdk.spec --- old/cdk-5.0-20190224/package/mingw-cdk.spec 2019-02-23 02:02:28.000000000 +0100 +++ new/cdk-5.0-20210324/package/mingw-cdk.spec 2021-03-24 22:12:34.000000000 +0100 @@ -1,10 +1,10 @@ %?mingw_package_header -# $Id: mingw-cdk.spec,v 1.27 2019/02/23 01:02:28 tom Exp $ +# $Id: mingw-cdk.spec,v 1.34 2021/03/24 21:12:34 tom Exp $ Summary: Curses Development Kit %define AppProgram mingw32-cdk %define AppVersion 5.0 -%define AppRelease 20190224 +%define AppRelease 20210324 Name: %{AppProgram} Version: %{AppVersion} Release: %{AppRelease}