Mailinglist Archive: opensuse-commit (1124 mails)
| < Previous | Next > |
commit vim
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 03 Apr 2007 21:51:24 +0200
- Message-id: <20070403195124.6E576678179@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package vim
checked in at Tue Apr 3 21:51:24 CEST 2007.
--------
--- vim/vim.changes 2007-03-27 18:55:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/vim/vim.changes 2007-04-03 19:02:54.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 3 19:01:43 CEST 2007 - mkoenig@xxxxxxx
+
+- change %ghost %config(missingok) to %config(noreplace)
+ for /etc/vimrc and /etc/gvimrc
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.Rf1256/_old 2007-04-03 21:50:39.000000000 +0200
+++ /var/tmp/diff_new_pack.Rf1256/_new 2007-04-03 21:50:39.000000000 +0200
@@ -12,7 +12,7 @@
Name: vim
Version: 7.0
-Release: 58
+Release: 60
#
License: Other License(s), see package
Group: Productivity/Editors/Vi
@@ -192,18 +192,10 @@
Requires: gvim_client
Obsoletes: vim7-base
#
-Summary: A GUI for Vi
+Summary: dummy package for a subpackage only build in the buildservice
%description -n gvim-base
-Start: /usr/X11R6/bin/gvim
-
-Copy and modify /usr/share/vim/current/gvimrc to ~/.gvimrc if needed.
-
-Package gvim contains the largest set of features of vim, which is
-graphical windows and language interpreter, like python, ruby, or perl.
-You need package vim for the help and other documentation too. If you
-want less features, you might want to install packages vim-enhanced or
-vim instead.
+dummy package for a subpackage only build in the buildservice
@@ -219,18 +211,10 @@
Provides: vi_clone
Obsoletes: gvim7
#
-Summary: A GUI for Vi
+Summary: dummy package for a subpackage only build in the buildservice
%description -n gvim-enhanced
-Start: /usr/X11R6/bin/gvim
-
-Copy and modify /usr/share/vim/current/gvimrc to ~/.gvimrc if needed.
-
-Package gvim contains the largest set of features of vim, which is
-graphical windows and language interpreter, like python, ruby, or perl.
-You need package vim for the help and other documentation too. If you
-want less features, you might want to install packages vim-enhanced or
-vim instead.
+dummy package for a subpackage only build in the buildservice
@@ -466,7 +450,7 @@
%files
%defattr(-,root,root,-)
-%ghost %config(missingok) /etc/vimrc
+%config(noreplace) /etc/vimrc
# symlinks
/bin/vi
/bin/vim
@@ -587,7 +571,7 @@
%defattr(-,root,root,-)
%endif
%doc %{_docdir}/gvim
-%ghost %config(missingok) /etc/gvimrc
+%config(noreplace) /etc/gvimrc
%{_bindir}/egview
%{_bindir}/egvim
%{_bindir}/eview
@@ -610,6 +594,9 @@
%endif
%changelog
+* Tue Apr 03 2007 - mkoenig@xxxxxxx
+- change %%ghost %%config(missingok) to %%config(noreplace)
+ for /etc/vimrc and /etc/gvimrc
* Tue Mar 27 2007 - mrueckert@xxxxxxx
- another minor layout change
* Tue Mar 27 2007 - mrueckert@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |