Accepting request 110846 from home:gregkh:branches:editors
Add patchlevel to the Version, this lets Tumbleweed handle versioning properly OBS-URL: https://build.opensuse.org/request/show/110846 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=92
This commit is contained in:
parent
b7068b374f
commit
c81753ec79
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: vim
|
||||
Version: 7.3
|
||||
Version: 7.3.%{official_ptchlvl}
|
||||
Release: 0
|
||||
BuildRequires: db-devel
|
||||
%if 0%{?suse_version} > 1020
|
||||
@ -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