Accepting request 111051 from editors
- Try to fix bnc#753907 - 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. OBS-URL: https://build.opensuse.org/request/show/111051 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=81
This commit is contained in:
commit
91adec9668
14
vim.changes
14
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
|
||||
|
||||
|
14
vim.spec
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user