OSDN Git Service

ncurses 5.9 - patch 20131014
authorThomas E. Dickey <dickey@invisible-island.net>
Mon, 14 Oct 2013 22:13:49 +0000 (22:13 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Mon, 14 Oct 2013 22:13:49 +0000 (22:13 +0000)
+ fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).

12 files changed:
Ada95/aclocal.m4
Ada95/configure
NEWS
aclocal.m4
configure
dist.mk
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec

index 2dfa5d0..4391e02 100644 (file)
@@ -28,7 +28,7 @@ dnl***************************************************************************
 dnl
 dnl Author: Thomas E. Dickey
 dnl
-dnl $Id: aclocal.m4,v 1.73 2013/10/12 21:01:04 tom Exp $
+dnl $Id: aclocal.m4,v 1.74 2013/10/14 08:48:41 tom Exp $
 dnl Macros used in NCURSES Ada95 auto-configuration script.
 dnl
 dnl These macros are maintained separately from NCURSES.  The copyright on
@@ -65,7 +65,7 @@ define([CF_ACVERSION_COMPARE],
 [ifelse([$8], , ,[$8])],
 [ifelse([$9], , ,[$9])])])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_ADA_INCLUDE_DIRS version: 7 updated: 2013/10/12 16:45:09
+dnl CF_ADA_INCLUDE_DIRS version: 8 updated: 2013/10/14 04:24:07
 dnl -------------------
 dnl Construct the list of include-options for the C programs in the Ada95
 dnl binding.
@@ -79,7 +79,7 @@ if test "$GCC" != yes; then
        ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
 elif test "$includedir" != "/usr/include"; then
        if test "$includedir" = '${prefix}/include' ; then
-               if test x$prefix != /usr ; then
+               if test x$prefix != x/usr ; then
                        ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
                fi
        else
index f81cf90..1832894 100644 (file)
@@ -11858,7 +11858,7 @@ if test "$GCC" != yes; then
        ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
 elif test "$includedir" != "/usr/include"; then
        if test "$includedir" = '${prefix}/include' ; then
-               if test x$prefix != /usr ; then
+               if test x$prefix != x/usr ; then
                        ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
                fi
        else
diff --git a/NEWS b/NEWS
index 09c7447..b1d3578 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.2117 2013/10/12 23:15:23 tom Exp $
+-- $Id: NEWS,v 1.2119 2013/10/14 08:33:15 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,9 @@ See the AUTHORS file for the corresponding full names.
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20131014
+       + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
+
 20131012
        + fix a few compiler warnings in progs and test.
        + minor fix to package/debian-mingw/rules, do not strip dll's.
index 04cf49b..c94aea4 100644 (file)
@@ -28,7 +28,7 @@ dnl***************************************************************************
 dnl
 dnl Author: Thomas E. Dickey 1995-on
 dnl
-dnl $Id: aclocal.m4,v 1.680 2013/10/12 20:45:47 tom Exp $
+dnl $Id: aclocal.m4,v 1.681 2013/10/14 08:26:40 tom Exp $
 dnl Macros used in NCURSES auto-configuration script.
 dnl
 dnl These macros are maintained separately from NCURSES.  The copyright on
@@ -88,7 +88,7 @@ define([CF_ACVERSION_COMPARE],
 [ifelse([$8], , ,[$8])],
 [ifelse([$9], , ,[$9])])])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_ADA_INCLUDE_DIRS version: 7 updated: 2013/10/12 16:45:09
+dnl CF_ADA_INCLUDE_DIRS version: 8 updated: 2013/10/14 04:24:07
 dnl -------------------
 dnl Construct the list of include-options for the C programs in the Ada95
 dnl binding.
@@ -102,7 +102,7 @@ if test "$GCC" != yes; then
        ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
 elif test "$includedir" != "/usr/include"; then
        if test "$includedir" = '${prefix}/include' ; then
-               if test x$prefix != /usr ; then
+               if test x$prefix != x/usr ; then
                        ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
                fi
        else
index eb06729..dc82c37 100755 (executable)
--- a/configure
+++ b/configure
@@ -20213,7 +20213,7 @@ if test "$GCC" != yes; then
        ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
 elif test "$includedir" != "/usr/include"; then
        if test "$includedir" = '${prefix}/include' ; then
-               if test x$prefix != /usr ; then
+               if test x$prefix != x/usr ; then
                        ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
                fi
        else
diff --git a/dist.mk b/dist.mk
index 52c613d..b9ff828 100644 (file)
--- a/dist.mk
+++ b/dist.mk
@@ -25,7 +25,7 @@
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
-# $Id: dist.mk,v 1.948 2013/10/12 16:11:35 tom Exp $
+# $Id: dist.mk,v 1.949 2013/10/14 08:22:29 tom Exp $
 # Makefile for creating ncurses distributions.
 #
 # This only needs to be used directly as a makefile by developers, but
@@ -37,7 +37,7 @@ SHELL = /bin/sh
 # These define the major/minor/patch versions of ncurses.
 NCURSES_MAJOR = 5
 NCURSES_MINOR = 9
-NCURSES_PATCH = 20131012
+NCURSES_PATCH = 20131014
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
index 8b5c290..61fc90a 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (5.9-20131012) unstable; urgency=low
+ncurses6 (5.9-20131014) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 12 Oct 2013 19:17:29 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Mon, 14 Oct 2013 04:22:29 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
index 8b5c290..61fc90a 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (5.9-20131012) unstable; urgency=low
+ncurses6 (5.9-20131014) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 12 Oct 2013 19:17:29 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Mon, 14 Oct 2013 04:22:29 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
index c905d8c..388ae01 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (5.9-20131012) unstable; urgency=low
+ncurses6 (5.9-20131014) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 12 Oct 2013 12:11:35 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Mon, 14 Oct 2013 04:22:29 -0400
 
 ncurses6 (5.9-20120608) unstable; urgency=low
 
index 67cb268..d2b6b94 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: mingw-ncurses.nsi,v 1.4 2013/10/12 23:13:27 tom Exp $\r
+; $Id: mingw-ncurses.nsi,v 1.5 2013/10/14 08:22:29 tom Exp $\r
 \r
 ; TODO add examples\r
 ; TODO bump ABI to 6\r
@@ -10,7 +10,7 @@
 !define VERSION_MAJOR "5"\r
 !define VERSION_MINOR "9"\r
 !define VERSION_YYYY  "2013"\r
-!define VERSION_MMDD  "1012"\r
+!define VERSION_MMDD  "1014"\r
 !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}\r
 \r
 !define MY_ABI   "5"\r
index 74e30e5..ab197b5 100644 (file)
@@ -3,7 +3,7 @@
 Summary: shared libraries for terminal handling
 Name: mingw32-ncurses6
 Release: 5.9
-Version: 20131012
+Version: 20131014
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{release}-%{version}.tgz
index d3e32df..4ed840a 100644 (file)
@@ -1,7 +1,7 @@
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Release: 5.9
-Version: 20131012
+Version: 20131014
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{release}-%{version}.tgz