Hello community,

here is the log from the commit of package libyui-ncurses for openSUSE:Factory 
checked in at 2018-01-10 23:28:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-ncurses.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-ncurses"

Wed Jan 10 23:28:50 2018 rev:37 rq:561697 version:2.50.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-ncurses/libyui-ncurses.changes    
2017-11-23 09:40:15.513612039 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-ncurses.new/libyui-ncurses.changes       
2018-01-10 23:28:51.741778634 +0100
@@ -1,0 +2,7 @@
+Thu Jan  4 16:22:29 UTC 2018 - shundham...@suse.com
+
+- Removed is_linetouched() function that clashes with a macro of
+  the same name of newer NCurses libs (bsc#1074600)
+- 2.50.0
+
+-------------------------------------------------------------------

Old:
----
  libyui-ncurses-2.49.0.tar.bz2

New:
----
  libyui-ncurses-2.50.0.tar.bz2

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

Other differences:
------------------
++++++ libyui-ncurses-doc.spec ++++++
--- /var/tmp/diff_new_pack.aaEdjG/_old  2018-01-10 23:28:52.169758545 +0100
+++ /var/tmp/diff_new_pack.aaEdjG/_new  2018-01-10 23:28:52.169758545 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses-doc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define so_version 8
 
 Name:           %{parent}-doc
-Version:        2.49.0
+Version:        2.50.0
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 

++++++ libyui-ncurses.spec ++++++
--- /var/tmp/diff_new_pack.aaEdjG/_old  2018-01-10 23:28:52.189757607 +0100
+++ /var/tmp/diff_new_pack.aaEdjG/_new  2018-01-10 23:28:52.193757419 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-ncurses
-Version:        2.49.0
+Version:        2.50.0
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 

++++++ libyui-ncurses-2.49.0.tar.bz2 -> libyui-ncurses-2.50.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.49.0/VERSION.cmake 
new/libyui-ncurses-2.50.0/VERSION.cmake
--- old/libyui-ncurses-2.49.0/VERSION.cmake     2017-11-20 17:15:10.844081564 
+0100
+++ new/libyui-ncurses-2.50.0/VERSION.cmake     2018-01-04 17:36:40.000000000 
+0100
@@ -1,5 +1,5 @@
 SET( VERSION_MAJOR "2" )
-SET( VERSION_MINOR "49" )
+SET( VERSION_MINOR "50" )
 SET( VERSION_PATCH "0" )
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libyui-ncurses-2.49.0/package/libyui-ncurses-doc.spec 
new/libyui-ncurses-2.50.0/package/libyui-ncurses-doc.spec
--- old/libyui-ncurses-2.49.0/package/libyui-ncurses-doc.spec   2017-11-20 
17:15:10.848081564 +0100
+++ new/libyui-ncurses-2.50.0/package/libyui-ncurses-doc.spec   2018-01-04 
17:36:40.000000000 +0100
@@ -19,7 +19,7 @@
 %define so_version 8
 
 Name:           %{parent}-doc
-Version:        2.49.0
+Version:        2.50.0
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.49.0/package/libyui-ncurses.changes 
new/libyui-ncurses-2.50.0/package/libyui-ncurses.changes
--- old/libyui-ncurses-2.49.0/package/libyui-ncurses.changes    2017-11-20 
17:15:10.848081564 +0100
+++ new/libyui-ncurses-2.50.0/package/libyui-ncurses.changes    2018-01-04 
17:36:40.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Jan  4 16:22:29 UTC 2018 - shundham...@suse.com
+
+- Removed is_linetouched() function that clashes with a macro of
+  the same name of newer NCurses libs (bsc#1074600)
+- 2.50.0
+
+-------------------------------------------------------------------
 Wed Nov 15 15:30:34 UTC 2017 - shundham...@suse.de
 
 - Send a widget ID with Shift-F6 for automated testing (fate#324098)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.49.0/package/libyui-ncurses.spec 
new/libyui-ncurses-2.50.0/package/libyui-ncurses.spec
--- old/libyui-ncurses-2.49.0/package/libyui-ncurses.spec       2017-11-20 
17:15:10.848081564 +0100
+++ new/libyui-ncurses-2.50.0/package/libyui-ncurses.spec       2018-01-04 
17:36:40.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-ncurses
-Version:        2.49.0
+Version:        2.50.0
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.49.0/src/ncursesw.h 
new/libyui-ncurses-2.50.0/src/ncursesw.h
--- old/libyui-ncurses-2.49.0/src/ncursesw.h    2017-11-20 17:15:10.864081564 
+0100
+++ new/libyui-ncurses-2.50.0/src/ncursesw.h    2018-01-04 17:36:40.000000000 
+0100
@@ -1608,14 +1608,6 @@
     }
 
     /**
-     * Return TRUE if line is marked as changed, FALSE otherwise
-    */
-    bool          is_linetouched( int line ) const
-    {
-       return ( ::is_linetouched( w, line ) ? TRUE : FALSE );
-    }
-
-    /**
      * Return TRUE if window is marked as changed, FALSE otherwise
     */
     bool          is_wintouched() const


Reply via email to