Hello community, here is the log from the commit of package libyui-ncurses for openSUSE:Factory checked in at 2015-11-23 07:29:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libyui-ncurses (Old) and /work/SRC/openSUSE:Factory/.libyui-ncurses.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui-ncurses" Changes: -------- --- /work/SRC/openSUSE:Factory/libyui-ncurses/libyui-ncurses.changes 2015-09-27 08:38:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libyui-ncurses.new/libyui-ncurses.changes 2015-11-23 07:29:24.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Nov 17 09:22:11 CET 2015 - [email protected] + +- Allow Ctrl-a and Ctrl-e key navigation for ComboBox, InputField + and MultiLineEdit widgets (bsc#938814) +- 2.47.5 + +------------------------------------------------------------------- @@ -8,0 +16 @@ +- 2.47.4 Old: ---- libyui-ncurses-2.47.4.tar.bz2 New: ---- libyui-ncurses-2.47.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyui-ncurses-doc.spec ++++++ --- /var/tmp/diff_new_pack.88MGBq/_old 2015-11-23 07:29:25.000000000 +0100 +++ /var/tmp/diff_new_pack.88MGBq/_new 2015-11-23 07:29:25.000000000 +0100 @@ -20,7 +20,7 @@ %define so_version 7 Name: %{parent}-doc -Version: 2.47.4 +Version: 2.47.5 Release: 0 Source: %{parent}-%{version}.tar.bz2 ++++++ libyui-ncurses.spec ++++++ --- /var/tmp/diff_new_pack.88MGBq/_old 2015-11-23 07:29:25.000000000 +0100 +++ /var/tmp/diff_new_pack.88MGBq/_new 2015-11-23 07:29:25.000000000 +0100 @@ -17,7 +17,7 @@ Name: libyui-ncurses -Version: 2.47.4 +Version: 2.47.5 Release: 0 Source: %{name}-%{version}.tar.bz2 ++++++ libyui-ncurses-2.47.4.tar.bz2 -> libyui-ncurses-2.47.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-ncurses-2.47.4/Rakefile new/libyui-ncurses-2.47.5/Rakefile --- old/libyui-ncurses-2.47.4/Rakefile 1970-01-01 01:00:00.000000000 +0100 +++ new/libyui-ncurses-2.47.5/Rakefile 2015-11-17 13:10:12.000000000 +0100 @@ -0,0 +1,8 @@ +#-- +# Copyright (C) 2015 SUSE LLC +# +# make continuous integration using rubygem-libyui-rake. +# +# MIT license +#++ +require "libyui/rake" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-ncurses-2.47.4/VERSION.cmake new/libyui-ncurses-2.47.5/VERSION.cmake --- old/libyui-ncurses-2.47.4/VERSION.cmake 2015-09-17 13:08:53.000000000 +0200 +++ new/libyui-ncurses-2.47.5/VERSION.cmake 2015-11-17 13:10:12.000000000 +0100 @@ -1,6 +1,6 @@ SET( VERSION_MAJOR "2" ) SET( VERSION_MINOR "47" ) -SET( VERSION_PATCH "4" ) +SET( VERSION_PATCH "5" ) SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" ) ##### This is need for the libyui core, ONLY. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-ncurses-2.47.4/package/libyui-ncurses-doc.spec new/libyui-ncurses-2.47.5/package/libyui-ncurses-doc.spec --- old/libyui-ncurses-2.47.4/package/libyui-ncurses-doc.spec 2015-09-17 13:08:53.000000000 +0200 +++ new/libyui-ncurses-2.47.5/package/libyui-ncurses-doc.spec 2015-11-17 13:10:12.000000000 +0100 @@ -19,7 +19,7 @@ %define so_version 7 Name: %{parent}-doc -Version: 2.47.4 +Version: 2.47.5 Release: 0 Source: %{parent}-%{version}.tar.bz2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-ncurses-2.47.4/package/libyui-ncurses.changes new/libyui-ncurses-2.47.5/package/libyui-ncurses.changes --- old/libyui-ncurses-2.47.4/package/libyui-ncurses.changes 2015-09-17 13:08:53.000000000 +0200 +++ new/libyui-ncurses-2.47.5/package/libyui-ncurses.changes 2015-11-17 13:10:12.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Nov 17 09:22:11 CET 2015 - [email protected] + +- Allow Ctrl-a and Ctrl-e key navigation for ComboBox, InputField + and MultiLineEdit widgets (bsc#938814) +- 2.47.5 + +------------------------------------------------------------------- Wed Sep 16 17:29:23 CEST 2015 - [email protected] - Reorganized git for easier tarball creation: @@ -6,6 +13,7 @@ - no longer call PREP_SPEC_FILES in CMakeLists.common - No functional change but version bumped to push the package down the pipeline (boo#946079). +- 2.47.4 ------------------------------------------------------------------- Wed Sep 16 07:42:34 UTC 2015 - [email protected] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-ncurses-2.47.4/package/libyui-ncurses.spec new/libyui-ncurses-2.47.5/package/libyui-ncurses.spec --- old/libyui-ncurses-2.47.4/package/libyui-ncurses.spec 2015-09-17 13:08:53.000000000 +0200 +++ new/libyui-ncurses-2.47.5/package/libyui-ncurses.spec 2015-11-17 13:10:12.000000000 +0100 @@ -17,7 +17,7 @@ Name: libyui-ncurses -Version: 2.47.4 +Version: 2.47.5 Release: 0 Source: %{name}-%{version}.tar.bz2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-ncurses-2.47.4/src/NCComboBox.cc new/libyui-ncurses-2.47.5/src/NCComboBox.cc --- old/libyui-ncurses-2.47.4/src/NCComboBox.cc 2015-09-17 13:08:53.000000000 +0200 +++ new/libyui-ncurses-2.47.5/src/NCComboBox.cc 2015-11-17 13:10:12.000000000 +0100 @@ -453,6 +453,7 @@ break; + case KEY_SLEFT: case KEY_HOME: if ( curpos && ( mayedit || fldstart ) ) @@ -467,6 +468,7 @@ break; + case KEY_SRIGHT: case KEY_END: if ( curpos < buffer.length() && ( mayedit || fldstart + fldlength <= buffer.length() ) ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-ncurses-2.47.4/src/NCInputField.cc new/libyui-ncurses-2.47.5/src/NCInputField.cc --- old/libyui-ncurses-2.47.4/src/NCInputField.cc 2015-09-17 13:08:53.000000000 +0200 +++ new/libyui-ncurses-2.47.5/src/NCInputField.cc 2015-11-17 13:10:12.000000000 +0100 @@ -408,6 +408,7 @@ break; + case KEY_SLEFT: case KEY_HOME: if ( curpos ) @@ -422,6 +423,7 @@ break; + case KEY_SRIGHT: case KEY_END: if ( curpos < maxCursor() ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-ncurses-2.47.4/src/NCTextPad.cc new/libyui-ncurses-2.47.5/src/NCTextPad.cc --- old/libyui-ncurses-2.47.4/src/NCTextPad.cc 2015-09-17 13:08:53.000000000 +0200 +++ new/libyui-ncurses-2.47.5/src/NCTextPad.cc 2015-11-17 13:10:12.000000000 +0100 @@ -295,6 +295,7 @@ break; + case KEY_SLEFT: case KEY_HOME: if ( curs.C ) @@ -304,6 +305,7 @@ break; + case KEY_SRIGHT: case KEY_END: if (( unsigned )curs.C < ( *cline ) )
