Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2011-12-06 18:01:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim", Maintainer is "idon...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2011-12-02 09:29:09.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2011-12-06 
18:03:20.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Dec  2 19:33:41 UTC 2011 - idoen...@suse.de
+
+- vim doesn't support -D_FORTIFY_SOURCE=2 , we must use level 1,
+  see http://goo.gl/g9d8F for details.
+
+-------------------------------------------------------------------

Old:
----
  vim-7.3-disable_gcc_warning_eval_c.patch

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.bCLiut/_old  2011-12-06 18:03:22.000000000 +0100
+++ /var/tmp/diff_new_pack.bCLiut/_new  2011-12-06 18:03:22.000000000 +0100
@@ -112,7 +112,6 @@
 Patch21:        %{name}-7.3-filetype_changes.patch
 Patch22:        %{name}-7.3-filetype_mine.patch
 Patch25:        vim-7.2-lzma-support.patch
-Patch27:        %{name}-7.3-disable_gcc_warning_eval_c.patch
 Patch100:       vim-7.1.314-CVE-2009-0316-debian.patch
 Patch101:       vim73-no-static-libpython.patch
 
@@ -278,7 +277,6 @@
 %patch21 -p1
 %patch22 -p1
 #%patch25
-%patch27 -p1
 %patch100 -p1
 %patch101
 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE8} %{SOURCE10} .
@@ -287,9 +285,8 @@
 
 %build
 export CFLAGS="%{optflags} -Wall -pipe -fno-strict-aliasing"
-%if 0%{?suse_version} > 1000
-export CFLAGS="$CFLAGS -fstack-protector-all"
-%endif
+export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/-D_FORTIFY_SOURCE=1}
+
 export COMMON_OPTIONS="\
     --with-vim-name=vim \
     --with-ex-name=ex \
@@ -468,10 +465,6 @@
 %fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/ftplugin
 %endif
 
-%clean
-rm -rf %{buildroot}
-#   link name | name | binary                  | priority
-
 %post
 /usr/sbin/update-alternatives --install \
     /bin/vim        vim  /bin/vim-normal          15


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

Reply via email to