-
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=326
This commit is contained in:
parent
06a357eaca
commit
c38fcecde8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f2af8e78dd95dba86ca9a7940b5561113124e44a5e07e6560775a266cc2c016a
|
|
||||||
size 12534639
|
|
3
v7.4.1498.tar.gz
Normal file
3
v7.4.1498.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1537c8d7c482d8f7b04d0d275ce48fb273c9d3c51dfd9a87ec389462d3c08792
|
||||||
|
size 12540434
|
16
vim.changes
16
vim.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Mar 4 11:10:14 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
6
vim.spec
6
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 1485
|
%define patchlevel 1498
|
||||||
%define VIM_SUBDIR vim74
|
%define VIM_SUBDIR vim74
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||||
@ -30,7 +30,7 @@ BuildRequires: db-devel
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: gpm-devel
|
BuildRequires: gpm-devel
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk3-devel
|
||||||
%if 0%{?suse_version} > 1200
|
%if 0%{?suse_version} > 1200
|
||||||
BuildRequires: pkgconfig(xt)
|
BuildRequires: pkgconfig(xt)
|
||||||
%endif
|
%endif
|
||||||
@ -194,7 +194,7 @@ export COMMON_OPTIONS="\
|
|||||||
export GUI_OPTIONS="\
|
export GUI_OPTIONS="\
|
||||||
--enable-xim \
|
--enable-xim \
|
||||||
--enable-fontset \
|
--enable-fontset \
|
||||||
--enable-gui=gtk2"
|
--enable-gui=gtk3"
|
||||||
|
|
||||||
pushd src
|
pushd src
|
||||||
autoconf
|
autoconf
|
||||||
|
Loading…
Reference in New Issue
Block a user