Accepting request 95706 from editors
- Move require of systemd to base package since the base postinstall needs it. (forwarded request 95701 from a_jaeger) OBS-URL: https://build.opensuse.org/request/show/95706 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=78
This commit is contained in:
commit
304cadc991
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e1f4b8fceadd809f66a3345e48d9bf2db918b28572031dfff16f90e93e7650b
|
||||
size 323984
|
||||
oid sha256:e624d64687f0f736b7367218fddac2508414569044b916bb6cac69218c89fe86
|
||||
size 353023
|
||||
|
55
vim.changes
55
vim.changes
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 10:09:25 UTC 2011 - aj@suse.de
|
||||
|
||||
- Move require of systemd to base package since the base postinstall
|
||||
needs it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 12:45:08 UTC 2011 - idoenmez@suse.de
|
||||
|
||||
- Update to patchlevel 364, fixes the following problems
|
||||
* C indenting is wrong after #endif followed by a semicolon.
|
||||
* ml_get error when using ":g" with folded lines.
|
||||
* Accessing memory after it is freed when EXITFREE is defined.
|
||||
* Interrupting the load of an autoload function may cause a crash.
|
||||
* Command line completion shows dict functions.
|
||||
* Using "o" with 'cindent' set may freeze Vim.
|
||||
* ":set backspace+=eol" doesn't work when 'backspace' has a
|
||||
backwards compatible value of 2.
|
||||
* When completing methods dict functions and script-local functions
|
||||
get in the way.
|
||||
* Text formatting uses start of insert position when it should not.
|
||||
* Block of code after ":lua << EOF" may not work.
|
||||
* When running out of memory during startup trying to open a
|
||||
swapfile will loop forever.
|
||||
* "call range(1, 947948399)" causes a crash
|
||||
* When dropping text from a browser on Vim it receives HTML even
|
||||
though "html" is excluded from 'clipboard'
|
||||
* When switching language with ":lang" the window title doesn't
|
||||
change until later.
|
||||
* Problem with GUI startup related to XInitThreads.
|
||||
* No mouse support for urxvt.
|
||||
* Using getchar() in an expression mapping doesn't work well.
|
||||
* Screen doesn't update after resizing the xterm until a character
|
||||
is typed.
|
||||
* When a tags file specifies an encoding different from 'enc' it
|
||||
may hang and using a pattern doesn't work.
|
||||
* When 'imdisable' is reset from an autocommand in Insert mode it
|
||||
doesn't take effect.
|
||||
* Using "." to repeat a Visual delete counts the size in bytes, not
|
||||
characters.
|
||||
* Indent after "public:" is not increased in C++ code.
|
||||
* "vit" selects wrong text when a tag name starts with the same text
|
||||
as an outer tag name.
|
||||
* When longjmp() is invoked if the X server gives an error the state
|
||||
is not properly restored.
|
||||
* When skipping over code from ":for" to ":endfor" get an error for
|
||||
calling a dict function.
|
||||
* When command line wraps the cursor may be displayed wrong when
|
||||
there are multi-byte characters.
|
||||
* When jumping to a help tag a closed fold doesn't open.
|
||||
* A duplicated function argument gives an internal error.
|
||||
* Completion for ":compiler" shows color scheme names.
|
||||
* The default 'errorformat' does not ignore some "included from"
|
||||
lines.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 19:33:41 UTC 2011 - idoenmez@suse.de
|
||||
|
||||
|
6
vim.spec
6
vim.spec
@ -47,7 +47,7 @@ BuildRequires: gpm
|
||||
%endif
|
||||
#
|
||||
%define pkg_version 7.3
|
||||
%define official_ptchlvl 322
|
||||
%define official_ptchlvl 364
|
||||
%define VIM_SUBDIR vim73
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
#
|
||||
@ -66,8 +66,6 @@ PreReq: %{vim_prereq}
|
||||
PreReq: fileutils
|
||||
PreReq: sh-utils
|
||||
PreReq: update-alternatives
|
||||
# For post script
|
||||
Requires: systemd
|
||||
#
|
||||
Provides: vim_client
|
||||
Provides: vi
|
||||
@ -159,6 +157,8 @@ Summary: Vi IMproved
|
||||
Group: Productivity/Editors/Vi
|
||||
PreReq: %{vim_prereq}
|
||||
PreReq: update-alternatives
|
||||
# For post script
|
||||
Requires: systemd
|
||||
|
||||
%description base
|
||||
Vim (Vi IMproved) is an almost compatible version of the UNIX editor
|
||||
|
Loading…
Reference in New Issue
Block a user