Mailinglist Archive: opensuse-commit (1093 mails)
| < Previous | Next > |
commit vim
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 01 Feb 2008 01:34:03 +0100
- Message-id: <20080201003403.C5FCA6781B8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package vim
checked in at Fri Feb 1 01:34:03 CET 2008.
--------
--- vim/vim.changes 2008-01-24 15:16:32.000000000 +0100
+++ vim/vim.changes 2008-01-31 12:46:58.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Jan 31 12:38:24 CET 2008 - mkoenig@xxxxxxx
+
+- get perl version we build with dynamically rather than
+ hardcoding it.
+- Change Provides: vi_clone to vi
+ vi_clone last used about 6 years ago
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.k16605/_old 2008-02-01 01:33:26.000000000 +0100
+++ /var/tmp/diff_new_pack.k16605/_new 2008-02-01 01:33:26.000000000 +0100
@@ -12,7 +12,7 @@
Name: vim
Version: 7.1
-Release: 79
+Release: 81
#
License: Other uncritical OpenSource License;
http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
Group: Productivity/Editors/Vi
@@ -29,7 +29,7 @@
#
%define vim_prereq %{name}-base = %{version}
# Explicitly require versioned perl for libperl.so
-%define perl_requires perl = 5.10.0
+%define perl_requires perl = %(rpm -q --qf '%{VERSION}' perl)
%if 0%{?with_splitted_gvim}
%define gvim_prereq g%{name}-base = %{version}
%else
@@ -41,7 +41,7 @@
PreReq: %{vim_prereq}
#
Provides: vim_client
-Provides: vi_clone
+Provides: vi
#
%if 0%{?suse_version} >= 1010
Recommends: vim-data = %{version}
@@ -174,7 +174,7 @@
Group: Productivity/Editors/Vi
PreReq: %{vim_prereq}
PreReq: update-alternatives
-Provides: vi_clone
+Provides: vi
Provides: vim_client
Requires: %{perl_requires}
#
@@ -223,7 +223,7 @@
PreReq: update-alternatives
Provides: vim_client
Provides: gvim_client
-Provides: vi_clone
+Provides: vi
#
Summary: dummy package for a subpackage only build in the buildservice
@@ -247,7 +247,7 @@
Provides: gvim-enhanced = %{version}-%{release}
Provides: gvim_client
Provides: vim_client
-Provides: vi_clone
+Provides: vi
Requires: %{perl_requires}
#
Summary: A GUI for Vi
@@ -654,6 +654,11 @@
%endif
%changelog
+* Thu Jan 31 2008 mkoenig@xxxxxxx
+- get perl version we build with dynamically rather than
+ hardcoding it.
+- Change Provides: vi_clone to vi
+ vi_clone last used about 6 years ago
* Thu Jan 24 2008 mkoenig@xxxxxxx
- provide site wide runtimepath /usr/share/vim/site
might be used by other packages to install vim files
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |