Accepting request 369495 from editors

- Switch back to GTK+2 because GTK+3 interface seems to be slower. 

- Updated to revision 1525, fixes the following problems
  * Statusline highlighting is sometimes wrong.
  * "J" fails if there are not enough lines.
  * Channel output to file not implemented yet.
  * Channel test is a bit flaky.
  * Channel with disconnected in/out/err is not supported.
  * Channel test: Waiting for a file to appear doesn't work.
  * Cannot write channel err to a buffer.
  * On a high resolution screen the toolbar icons are too small. 

- Updated to revision 1510, fixes the following problems
  * Crash when starting a job fails.
  * Keeping both a variable for a job and the channel it refers to is a hassle.
  * Channel test fails on AppVeyor. 

- Updated to revision 1506, fixes the following problems
  * No error message when :packadd does not find anything.
  * Garbage collection with an open channel is not tested.
  * Writing last-but-one line of buffer to a channel isn't implemented yet.
  * Crash when using ch_getjob().
  * No test for reading last-but-one line.
  * When channel log is enabled get too many "looking for messages" log entries.
  * Job cannot read from a file. 

- Updated to revision 1498, fixes the following problems
  * ":loadplugin" is not optimal, some people find it confusing.
  * Not using key when result from hangul_string_convert() is NULL.
  * "inline" is not supported by old MSVC.

OBS-URL: https://build.opensuse.org/request/show/369495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=169
This commit is contained in:
Dominique Leuenberger 2016-03-14 08:57:06 +00:00 committed by Git OBS Bridge
commit cddb525664
4 changed files with 107 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04bcbf0f31cdcfff20f8e267d616626cf96eb53058df2ba438949c97b4041221
size 12588556

3
v7.4.1525.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0a6e56a2310337bc355df6b8458408c1b53fac06b32dfbcefb7b57c0dd7d6b8
size 12544936

View File

@ -1,3 +1,106 @@
-------------------------------------------------------------------
Thu Mar 10 09:52:43 UTC 2016 - idonmez@suse.com
- Switch back to GTK+2 because GTK+3 interface seems to be slower.
-------------------------------------------------------------------
Wed Mar 9 08:16:44 UTC 2016 - idonmez@suse.com
- Updated to revision 1525, fixes the following problems
* Statusline highlighting is sometimes wrong.
* "J" fails if there are not enough lines.
* Channel output to file not implemented yet.
* Channel test is a bit flaky.
* Channel with disconnected in/out/err is not supported.
* Channel test: Waiting for a file to appear doesn't work.
* Cannot write channel err to a buffer.
* On a high resolution screen the toolbar icons are too small.
-------------------------------------------------------------------
Tue Mar 8 08:11:13 UTC 2016 - idonmez@suse.com
- Updated to revision 1510, fixes the following problems
* Crash when starting a job fails.
* Keeping both a variable for a job and the channel it refers to is a hassle.
* Channel test fails on AppVeyor.
-------------------------------------------------------------------
Mon Mar 7 08:16:01 UTC 2016 - idonmez@suse.com
- Updated to revision 1506, fixes the following problems
* No error message when :packadd does not find anything.
* Garbage collection with an open channel is not tested.
* Writing last-but-one line of buffer to a channel isn't implemented yet.
* Crash when using ch_getjob().
* No test for reading last-but-one line.
* When channel log is enabled get too many "looking for messages" log entries.
* Job cannot read from a file.
-------------------------------------------------------------------
Sun Mar 6 08:28:03 UTC 2016 - idonmez@suse.com
- Updated to revision 1498, fixes the following problems
* ":loadplugin" is not optimal, some people find it confusing.
* Not using key when result from hangul_string_convert() is NULL.
* "inline" is not supported by old MSVC.
* Compiler warning for unused function.
* Visual-block shift breaks multi-byte characters.
* No command line completion for ":packadd".
* Wrong callback invoked for zero-id messages.
* clr_history() does not work properly.
* Crash when built with GUI but it's not active.
* Cursor drawing problem with GTK 3.
* Error for locked item when using json_decode().
-------------------------------------------------------------------
Fri Mar 4 11:10:14 UTC 2016 - idonmez@suse.com
- Updated to revision 1485, fixes the following problems
* When using hangulinput with utf-8 a CSI character is misintepreted.
* Function arguments marked as unused while they are not.
* Test_reltime is flaky, it depends on timing.
* ":loadplugin" doesn't take care of ftdetect files.
* No test for ":loadplugin".
* Cannot add a pack direcory without loading a plugin.
* "timeout" option not supported on ch_eval*().
* A one-time callback is not used for a raw channel.
* Channel "err-io" value "out" is not supported.
* Job input from buffer is not implemented.
-------------------------------------------------------------------
Thu Mar 3 07:56:37 UTC 2016 - idonmez@suse.com
- Updated to revision 1474, fixes the following problems
* Sort test doesn't test with "1" argument.
* Channel test sometimes fails, especially on OS/X.
* Coverity reports missing restore.
* Missing out-of-memory check. And Coverity warning.
* Can't build without the autocommand feature.
* Compiler warnings without the float feature.
-------------------------------------------------------------------
Tue Mar 1 08:37:53 UTC 2016 - idonmez@suse.com
- Updated to revision 1467, fixes the following problems
* Error when reading fails uses wrong errno. Keeping channel open
after job stops results in test failing.
* The "out-io" option for jobs is not implemented yet.
* When encoding JSON, turning NaN and Infinity into null without
giving an error is not useful.
* JSON encoding doesn't handle surrogate pair.
* Can't get buffer number of a channel.
* Using empty name instead of no name for channel buffer.
* Memory corruption when 'encoding' is not utf-8.
* Crash when using json_decode().
* Memory leak when using ch_read().
* JSON tests fail if 'encoding' is not utf-8.
* Json encoding still fails when encoding is not utf-8.
* Vim hangs when a channel has a callback but isn't referenced.
* Test 87 fails with Python 3.5.
* Opening a channel with select() is not done properly.
* When a JSON channel has a callback it may never be cleared.
* When the argument of sort() is zero or empty it fails.
-------------------------------------------------------------------
Fri Feb 26 08:21:14 UTC 2016 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 1421
%define patchlevel 1525
%define VIM_SUBDIR vim74
%define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}