Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2013-04-20 17:49:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and      /work/SRC/openSUSE:Factory/.msmtp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "msmtp", Maintainer is "mrueck...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes      2012-10-22 
22:07:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2013-04-20 
17:49:35.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Apr 19 12:46:40 UTC 2013 - mrueck...@suse.de
+
+- we dont use the unversion path anymore for installing the
+  extension: use requires_eq for requiring vim.
+
+-------------------------------------------------------------------
+Wed Apr 17 11:57:50 UTC 2013 - idon...@suse.com
+
+- /usr/share/vim/current is a symlink, resolve it before putting
+  any file under there.
+
+-------------------------------------------------------------------
@@ -18 +30 @@
-Tue Jan 10 11:09:26 UTC 2012 - mrueck...@suse.com
+Tue Jan 10 11:09:26 UTC 2012 - mrueck...@suse.de

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ msmtp.spec ++++++
--- /var/tmp/diff_new_pack.ZUf68a/_old  2013-04-20 17:49:37.000000000 +0200
+++ /var/tmp/diff_new_pack.ZUf68a/_new  2013-04-20 17:49:37.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package msmtp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,16 +33,16 @@
 # for the directory
 %if 0%{?centos_version}
 BuildRequires:  vim-common
-Requires:       vim-common
+%requires_eq    vim-common
 %else
 %if 0%{?suse_version} < 1030
 # old openSUSE and SLES and Fedora and RHEL:
 BuildRequires:  vim
-Requires:       vim
+%requires_eq    vim
 %else
 # recent openSUSE:
 BuildRequires:  vim-base
-Requires:       vim-base
+%requires_eq    vim-base
 %endif #suse_version
 %endif #centos_version
 %if 0%{?suse_version}
@@ -122,9 +122,9 @@
         scripts/set_sendmail/*.sh \
         scripts/find_alias/*.sh \
     %{buildroot}%{_bindir}
-install -D -m 0644 \
-      scripts/vim/msmtp.vim \
-      %{buildroot}%{_datadir}/vim/current/syntax/msmtp.vim
+
+vimver=`readlink %{_datadir}/vim/current`
+install -D -m 0644 scripts/vim/msmtp.vim 
%{buildroot}/%{_datadir}/vim/$vimver/syntax/msmtp.vim
 
 # main package doc files
 for f in \
@@ -186,7 +186,7 @@
 %{_bindir}/msmtp-gnome-tool.py
 %{_mandir}/man1/msmtp.1%{ext_man}
 %{_infodir}/msmtp.info%{ext_info}
-%{_datadir}/vim/current/syntax/msmtp.vim
+%{_datadir}/vim/*/syntax/msmtp.vim
 
 %files doc -f docfiles.lst
 %defattr (-, root, root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to