diff --git a/vim.changes b/vim.changes index 82d10d9..0f52b36 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Mar 24 20:08:15 UTC 2012 - idonmez@suse.com + +- Try to fix bnc#753907 + +------------------------------------------------------------------- +Fri Mar 23 17:43:36 UTC 2012 - gregkh@opensuse.org + +- add patchlevel to package version. This makes it easier for proper version + to be determined, and to let other repos properly handle "which version is + newer than the other" without having to rely on the Release number, which osc + does not keep track of cross-repos. Side effect, openSUSE:Tumbleweed can + properly include vim now. + ------------------------------------------------------------------- Wed Feb 29 12:55:57 UTC 2012 - mvyskocil@suse.cz diff --git a/vim.spec b/vim.spec index ae9d9fa..7357a92 100644 --- a/vim.spec +++ b/vim.spec @@ -16,8 +16,13 @@ # +%define pkg_version 7.3 +%define official_ptchlvl 456 +%define VIM_SUBDIR vim73 +%define site_runtimepath /usr/share/vim/site + Name: vim -Version: 7.3 +Version: 7.3.%{official_ptchlvl} Release: 0 BuildRequires: db-devel %if 0%{?suse_version} > 1020 @@ -46,11 +51,6 @@ BuildRequires: gpm-devel BuildRequires: gpm %endif # -%define pkg_version 7.3 -%define official_ptchlvl 456 -%define VIM_SUBDIR vim73 -%define site_runtimepath /usr/share/vim/site -# %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?jobs:-j%jobs} # %define vim_prereq %{name}-base = %{version} @@ -82,7 +82,7 @@ Source: ftp://ftp.vim.org/pub/vim/unix/vim-%{pkg_version}.tar.bz2 Source3: suse.vimrc Source4: vimrc_example1 Source5: vimrc_example2 -Source6: ANNOUNCEMENT.vim-%{version} +Source6: ANNOUNCEMENT.vim-%{pkg_version} Source8: suse.gvimrc Source10: README.Japanese-XIM Source13: vitmp.c