Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2012-07-21 12:30:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2012-07-12 
10:49:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes     2012-07-21 
12:30:53.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Jul 20 15:12:43 UTC 2012 - [email protected]
+
+- Add ncurses patch 5.9.20120714 (bnc#769788)
+ + add use_tioctl() function (adapted from patch by Werner Fink,
+   Novell #769788):
+- Set the default for use_tioctl() to TRUE and add a note in the
+  manual page for this.
+
+-------------------------------------------------------------------

New:
----
  ncurses-5.9-environment.dif

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ncurses.spec ++++++
--- /var/tmp/diff_new_pack.250ep3/_old  2012-07-21 12:30:59.000000000 +0200
+++ /var/tmp/diff_new_pack.250ep3/_new  2012-07-21 12:30:59.000000000 +0200
@@ -48,6 +48,7 @@
 Patch0:         ncurses-%{version}.dif
 Patch3:         ncurses-5.9-overwrite.dif
 Patch4:         ncurses-5.7-tack.dif
+Patch5:         ncurses-5.9-environment.dif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %global         _sysconfdir /etc
 %global         _miscdir    %{_datadir}/misc
@@ -262,6 +263,7 @@
 mv tack-* tack
 %patch -P 3 -p0 -b .ow
 %patch -P 4 -p0 -b .hs
+%patch -P 5 -p0 -b .lc
 %patch -P 0 -p0 -b .p0
 rm -vf include/ncurses_dll.h
 rm -vf mkdirs.sh

++++++ ncurses-5.9-environment.dif ++++++
--- man/curs_util.3x
+++ man/curs_util.3x    2012-07-20 15:36:56.188010145 +0000
@@ -159,6 +159,9 @@ ncurses modifies the last step in its co
 checks if the \fBLINES\fR and \fBCOLUMNS\fR environment variables
 are set to a number greater than zero.
 .bP
+On openSUSE/SUSE Linux the default is \fBTRUE\fR, if you do not want this
+feature you may use the \fBuse_tioctl\fR routine with \fBFALSE\fR as an 
argument.
+.bP
 for each, ncurses updates the corresponding environment variable
 with the value that it has obtained via operating system call
 or from the terminal database.
--- ncurses/tinfo/lib_data.c
+++ ncurses/tinfo/lib_data.c    2012-07-20 15:16:12.708010349 +0000
@@ -255,7 +255,7 @@ NCURSES_EXPORT_VAR(NCURSES_PRESCREEN) _n
     NULL,                      /* _tputs_trace */
 #endif
 #endif
-    FALSE,                     /* use_tioctl */
+    TRUE,                      /* use_tioctl */
 };
 /* *INDENT-ON* */
 
++++++ ncurses-5.9-patches.tar.bz2 ++++++
++++ 4120 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to