Accepting request 159594 from editors

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/159594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=100
This commit is contained in:
Stephan Kulow 2013-03-17 09:08:19 +00:00 committed by Git OBS Bridge
commit 6598102b20
3 changed files with 38 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:3dd3f33ac7ffeba8f555932a1c3fed133a9dc6fc6b35b1f1430e292d85f28ff7 oid sha256:159ed5f6a6d0fad81e2ef525f1de0b66fc644e2060414ce2f2997697c86289cc
size 894404 size 914800

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Mar 8 16:07:36 UTC 2013 - idonmez@suse.com
- Updated to revision 854, fixes the following problems
* Compiler warning.
* In the terminal the scroll wheel always scrolls the active window.
* Ruby 2.0 has a few API changes.
* "xxd -i" fails on an empty file.
* Clipboard does not work on Win32 when compiled with Cygwin.
* Empty lines in :version output when 'columns' is 320.
* Insufficient testing for mksession.
* Some files missing in the list of distributed files.
* "\@<!" in regexp does not work correctly with multi-byte
characters, especially cp932.
* When a "cond ? one : two" expression has a subscript it is not
parsed correctly. (Andy Wokula)
* Compiler warning for signed/unsigned pointer.
* Missing test file changes.
* Enum is not indented correctly with "public" etc.
* Enum indenting is not tested.
* Missing proto file, listing a non-existing proto file.
* Test 55 fails when messages are translated.
* Can't build with Ruby 2.0 when using MinGW x64 or MSVC10.
* ":g//" gives "Pattern not found error" with E486. Should not use
the error number, it's not a regular error message.
* ":vimgrep //" matches everywhere.
* Using an empty pattern with :sort silently continues when there is
no previous search pattern.
* system() breaks clipboard text. (Yukihiro Nakadaira)
* Using "ra" in multiple lines on multi-byte characters leaves a few
characters not replaced.
* After using backspace in insert mode completion, CTRL-N and CTRL-P
do not highlight the right entry. (Olivier Teuliere)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 26 10:02:48 UTC 2013 - idonmez@suse.com Tue Feb 26 10:02:48 UTC 2013 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.3 %define pkg_version 7.3
%define official_ptchlvl 831 %define official_ptchlvl 854
%define VIM_SUBDIR vim73 %define VIM_SUBDIR vim73
%define site_runtimepath /usr/share/vim/site %define site_runtimepath /usr/share/vim/site
@ -483,7 +483,7 @@ mkdir -p %{buildroot}/var/run/vi.recover
%check %check
# Look for "TEST FAILURE" in the build log # Look for "TEST FAILURE" in the build log
# Currently test83 fails # Currently test83 & test92 fails
make test || true make test || true
%post %post