Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Bump libcurses to 7.1 for prior additions.



details:   https://anonhg.NetBSD.org/src/rev/bf685eb44151
branches:  trunk
changeset: 350026:bf685eb44151
user:      roy <roy%NetBSD.org@localhost>
date:      Mon Jan 02 12:38:16 2017 +0000

description:
Bump libcurses to 7.1 for prior additions.

diffstat:

 distrib/sets/lists/base/shl.mi |  4 ++--
 lib/libcurses/fileio.h         |  2 +-
 lib/libcurses/shlib_version    |  4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 35b134f2ba28 -r bf685eb44151 distrib/sets/lists/base/shl.mi
--- a/distrib/sets/lists/base/shl.mi    Mon Jan 02 10:36:58 2017 +0000
+++ b/distrib/sets/lists/base/shl.mi    Mon Jan 02 12:38:16 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.795 2016/12/25 00:09:20 christos Exp $
+# $NetBSD: shl.mi,v 1.796 2017/01/02 12:38:16 roy Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -237,7 +237,7 @@
 ./usr/lib/libctf.so.3.0                                base-sys-shlib          compatfile,ctf
 ./usr/lib/libcurses.so                         base-sys-shlib          compatfile
 ./usr/lib/libcurses.so.7                       base-sys-shlib          compatfile
-./usr/lib/libcurses.so.7.0                     base-sys-shlib          compatfile
+./usr/lib/libcurses.so.7.1                     base-sys-shlib          compatfile
 ./usr/lib/libdes.so                            base-crypto-shlib       compatfile,crypto
 ./usr/lib/libdes.so.12                         base-crypto-shlib       compatfile,crypto
 ./usr/lib/libdes.so.12.0                               base-crypto-shlib       compatfile,crypto
diff -r 35b134f2ba28 -r bf685eb44151 lib/libcurses/fileio.h
--- a/lib/libcurses/fileio.h    Mon Jan 02 10:36:58 2017 +0000
+++ b/lib/libcurses/fileio.h    Mon Jan 02 12:38:16 2017 +0000
@@ -5,4 +5,4 @@
  */
 
 #define CURSES_LIB_MAJOR 7
-#define CURSES_LIB_MINOR 0
+#define CURSES_LIB_MINOR 1
diff -r 35b134f2ba28 -r bf685eb44151 lib/libcurses/shlib_version
--- a/lib/libcurses/shlib_version       Mon Jan 02 10:36:58 2017 +0000
+++ b/lib/libcurses/shlib_version       Mon Jan 02 12:38:16 2017 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: shlib_version,v 1.41 2015/11/22 04:56:00 kamil Exp $
+#      $NetBSD: shlib_version,v 1.42 2017/01/02 12:38:16 roy Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #      Remember to run `make fileio.h` when changing
 #      Remember to increment the major numbers of libform, libmenu and
 #      libpanel when the libcurses major number increments.
 #
 major=7
-minor=0
+minor=1



Home | Main Index | Thread Index | Old Index