This commit is contained in:
parent
3eb0abe2d9
commit
7e15a078ac
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9cd0287cd5346650d872a4f7ff62cb87137c66abda8b221e0a9d9d539940e0c4
|
||||
size 131669
|
3
vim-7.0-official_patches_001-243.bz2
Normal file
3
vim-7.0-official_patches_001-243.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d33909fd898cc610cb1ff54f65861a6f91477b9a73afa5fb86d772e3c0ebad3
|
||||
size 169241
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 7 17:23:56 CEST 2007 - mkoenig@suse.de
|
||||
|
||||
- update official patches to 243
|
||||
* Fixes modeline exploit, CVE-2007-2438 [#270496]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 25 01:53:59 CEST 2007 - ro@suse.de
|
||||
|
||||
|
21
vim.spec
21
vim.spec
@ -12,16 +12,16 @@
|
||||
|
||||
Name: vim
|
||||
Version: 7.0
|
||||
Release: 65
|
||||
Release: 70
|
||||
#
|
||||
License: Other License(s), see package
|
||||
License: Other uncritical OpenSource License
|
||||
Group: Productivity/Editors/Vi
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: db-devel gettext-devel gpm gtk2-devel libacl-devel ncurses-devel python-devel ruby-devel tcl-devel update-alternatives update-desktop-files
|
||||
#
|
||||
%define pkg_version 7.0
|
||||
%define official_ptchlvl 188
|
||||
%define official_ptchlvl 243
|
||||
%define VIM_SUBDIR vim70
|
||||
#
|
||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?jobs:-j%jobs}
|
||||
@ -97,9 +97,8 @@ of UNIX.
|
||||
|
||||
For SuSE Linux, Vim is used as /usr/bin/vi.
|
||||
|
||||
Package vim contains the common files needed for all different vim
|
||||
versions. You still need to select at least one of the vim-normal,
|
||||
vim-enhanced or gvim packages.
|
||||
Package vim contains the normal version of vim. To get the full runtime
|
||||
environment install additionally vim-data.
|
||||
|
||||
|
||||
|
||||
@ -152,9 +151,10 @@ of UNIX.
|
||||
|
||||
For SuSE Linux, Vim is used as /usr/bin/vi.
|
||||
|
||||
Package vim contains the common files needed for all different vim
|
||||
versions. You still need to select at least one of the vim-normal,
|
||||
vim-enhanced or gvim packages.
|
||||
Package vim-base contains the common files needed for all different vim
|
||||
versions. You still need to select at least one of the vim,
|
||||
vim-enhanced or gvim packages. For full runtime support you might also
|
||||
want to install the vim-data package.
|
||||
|
||||
|
||||
|
||||
@ -633,6 +633,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon May 07 2007 - mkoenig@suse.de
|
||||
- update official patches to 243
|
||||
* Fixes modeline exploit, CVE-2007-2438 [#270496]
|
||||
* Wed Apr 25 2007 - ro@suse.de
|
||||
- add prereqs for update-alternative in subpackages
|
||||
* Mon Apr 23 2007 - mrueckert@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user