This commit is contained in:
committed by
Git OBS Bridge
parent
05f37a24f6
commit
81b8b53252
18
vim.spec
18
vim.spec
@@ -20,7 +20,7 @@
|
||||
|
||||
Name: vim
|
||||
Version: 7.2
|
||||
Release: 9
|
||||
Release: 10
|
||||
#
|
||||
License: Other uncritical OpenSource License; http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
|
||||
Group: Productivity/Editors/Vi
|
||||
@@ -29,7 +29,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: db-devel fdupes gettext-devel gpm gtk2-devel libacl-devel ncurses-devel perl python-devel ruby-devel tcl-devel update-alternatives update-desktop-files
|
||||
#
|
||||
%define pkg_version 7.2
|
||||
%define official_ptchlvl 108
|
||||
%define official_ptchlvl 127
|
||||
%define VIM_SUBDIR vim72
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
#
|
||||
@@ -93,6 +93,10 @@ Patch18: vim-7.1-filetype_spec.patch
|
||||
Patch19: vim-7.2-diff_check.patch
|
||||
Patch21: vim-7.1-filetype_changes.patch
|
||||
Patch22: vim-7.1-remove-terrible-hack.patch
|
||||
Patch23: vim-7.2-php.patch
|
||||
Patch24: vim-7.2-lib64.patch
|
||||
Patch25: vim-7.2-lzma-support.patch
|
||||
Patch100: vim-7.1.314-CVE-2009-0316-debian.patch
|
||||
# tbd??? %name-6.3-ga-utf8.diff
|
||||
# tbd??? %name-6.3-initvals.diff
|
||||
# tbd??? vim64-svn-crash.patch
|
||||
@@ -306,6 +310,10 @@ unset p
|
||||
%patch19 -p1
|
||||
%patch21 -p1
|
||||
%patch22
|
||||
%patch23
|
||||
%patch24
|
||||
%patch25
|
||||
%patch100 -p1
|
||||
cp %{S:3} %{S:4} %{S:5} %{S:6} %{S:8} %{S:9} %{S:10} .
|
||||
rename no nb $RPM_BUILD_DIR/vim*/src/po/no.*
|
||||
rename menu_no menu_nb $RPM_BUILD_DIR/vim*/runtime/lang/menu_no*
|
||||
@@ -688,6 +696,12 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 25 2009 werner@suse.de
|
||||
- Upto version 7.2.127
|
||||
- Be sure that lib64 is found by configure
|
||||
- Add patch for CVE-2009-0316 from debian
|
||||
- lzma support
|
||||
- Add some missed fstab keywords
|
||||
* Mon Feb 16 2009 werner@suse.de
|
||||
- Update to patchlevel 108 ... fixes bnc#470100, bnc#465255,
|
||||
bnc#439148, bnc#436755, bnc#457098, and bnc#470100
|
||||
|
Reference in New Issue
Block a user