From 93e9879075bde261cbd5ebd0550060af31a75e53 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: May 09 2006 09:04:20 +0000 Subject: - try to convince the buildsystem that this package is newer then vim-7.0.g000-1 without adding an epoch. rpmvercmp said it would be fine, rpm didn't complain during an update, just the buildsystem sux. --- diff --git a/vim.spec b/vim.spec index fb31d32..f591aeb 100644 --- a/vim.spec +++ b/vim.spec @@ -20,7 +20,7 @@ %define withcvim 0 -%define baseversion 7.0 +%define baseversion 7 #used for pre-releases: %define beta %{nil} %define vimdir vim70%{?beta} @@ -29,7 +29,7 @@ Summary: The VIM editor. Name: vim Version: %{baseversion}.%{beta}%{patchlevel} -Release: 2 +Release: 1 License: freeware Group: Applications/Editors Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2 @@ -518,6 +518,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Tue May 09 2006 Karsten Hopp 7.000-1 +- bump version + * Tue May 09 2006 Karsten Hopp 7.0.000-2 - bump version