Projects
Multimedia
siren
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
siren.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Nov 7 23:07:13 UTC 2012 - pascal.bleser@opensuse.org + +- fix ncurses patch for the feature detection to work properly, + namely enabling screen resizing and proper background color in + xterms; thanks to Tim van der Molen for the fix and the heads up + +------------------------------------------------------------------- Thu Oct 25 06:38:02 CET 2012 - pascal.bleser@opensuse.org - initial version (0.2)
View file
siren-ncurses.patch
Changed
@@ -1,5 +1,25 @@ ---- GNUmakefile.orig 2012-10-25 08:33:59.058146363 +0200 -+++ GNUmakefile 2012-10-25 08:34:04.992150560 +0200 +--- configure.orig 2012-11-08 00:03:37.036175156 +0100 ++++ configure 2012-11-08 00:03:50.134164196 +0100 +@@ -332,7 +332,7 @@ + makefile_append SRCS compat/fgetln.c + fi + +-if check_function resizeterm "resizeterm(0, 0)" curses.h "" -lcurses; then ++if check_function resizeterm "resizeterm(0, 0)" curses.h "" -lncurses; then + header_define HAVE_RESIZETERM + fi + +@@ -376,7 +376,7 @@ + fi + + if check_function use_default_colors "use_default_colors()" curses.h "" \ +- -lcurses; then ++ -lncurses; then + header_define HAVE_USE_DEFAULT_COLORS + fi + +--- GNUmakefile.orig 2012-10-24 18:02:53.000000000 +0200 ++++ GNUmakefile 2012-11-08 00:03:33.108178446 +0100 @@ -51,7 +51,7 @@ -Wformat=2 -Wpointer-arith -Wshadow -Wundef -Wwrite-strings CFLAGS+= ${CDIAGFLAGS} @@ -9,8 +29,8 @@ LINTFLAGS?= -hx MKDEPFLAGS?= -a ---- Makefile.orig 2012-10-25 08:31:00.054021818 +0200 -+++ Makefile 2012-10-25 08:31:44.003052017 +0200 +--- Makefile.orig 2012-10-24 18:02:53.000000000 +0200 ++++ Makefile 2012-11-08 00:03:33.108178446 +0100 @@ -51,7 +51,7 @@ -Wformat=2 -Wpointer-arith -Wshadow -Wundef -Wwrite-strings CFLAGS+= ${CDIAGFLAGS}
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.