Ismail Dönmez 2016-03-06 08:31:46 +00:00 committed by Git OBS Bridge
parent 06a357eaca
commit c38fcecde8
4 changed files with 22 additions and 6 deletions

View File

@ -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
View File

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

View File

@ -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

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 1485
%define patchlevel 1498
%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}
@ -30,7 +30,7 @@ BuildRequires: db-devel
BuildRequires: fdupes
BuildRequires: gettext-devel
BuildRequires: gpm-devel
BuildRequires: gtk2-devel
BuildRequires: gtk3-devel
%if 0%{?suse_version} > 1200
BuildRequires: pkgconfig(xt)
%endif
@ -194,7 +194,7 @@ export COMMON_OPTIONS="\
export GUI_OPTIONS="\
--enable-xim \
--enable-fontset \
--enable-gui=gtk2"
--enable-gui=gtk3"
pushd src
autoconf