[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2042: forgot to regen ncursesw/curses.h after earlier ncursesw change

Mats Wichmann mats at linuxfoundation.org
Fri Jan 11 19:11:50 UTC 2013


------------------------------------------------------------
revno: 2042
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Fri 2013-01-11 12:11:50 -0700
message:
  forgot to regen ncursesw/curses.h after earlier ncursesw change
modified:
  headers/All/5.0/ncursesw/curses.h.defs
  headers/ncursesw/curses.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/All/5.0/ncursesw/curses.h.defs'
--- a/headers/All/5.0/ncursesw/curses.h.defs	2013-01-08 16:09:23 +0000
+++ b/headers/All/5.0/ncursesw/curses.h.defs	2013-01-11 19:11:50 +0000
@@ -705,7 +705,7 @@
 		   int);
 extern int curs_set(int);
 extern WINDOW *curscr;
-extern curses_version(void);
+extern const char *curses_version(void);
 extern int def_prog_mode(void);
 extern int def_shell_mode(void);
 extern int define_key(const char *, int);

=== modified file 'headers/ncursesw/curses.h'
--- a/headers/ncursesw/curses.h	2013-01-08 16:09:23 +0000
+++ b/headers/ncursesw/curses.h	2013-01-11 19:11:50 +0000
@@ -784,7 +784,7 @@
     extern int curs_set(int);
     extern WINDOW *curscr;
 #undef curses_version
-    extern curses_version(void);
+    extern const char *curses_version(void);
     extern int def_prog_mode(void);
     extern int def_shell_mode(void);
     extern int define_key(const char *, int);

=== modified file 'package/Makefile'
--- a/package/Makefile	2013-01-11 16:25:00 +0000
+++ b/package/Makefile	2013-01-11 19:11:50 +0000
@@ -46,7 +46,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=7
+RPM_PACKAGE_RELEASE=8
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)



More information about the lsb-messages mailing list