]> git.pld-linux.org Git - packages/vim.git/commitdiff
updated to 7.3.1219 auto/th/vim-7.3.1219-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 17 Jun 2013 20:32:38 +0000 (23:32 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 17 Jun 2013 20:32:38 +0000 (23:32 +0300)
7.3.1213  can't build with Python and small features.
7.3.1214  missing declaration for init_users() and realloc_post_list()
7.3.1215  compiler warning for function not defined
7.3.1216  configure can't find Motif on Ubuntu
7.3.1217  new regexp engine: Can't handle \%[[ao]]
7.3.1218  "make test" on MS-Windows does not clean all temporary files
7.3.1219  no test for using []] inside \%[]

sources
vim.spec

diff --git a/sources b/sources
index 7704b01e077509bdf1d322f6c63bfe0e4bdcd1e9..4e162016b8e22635f9f35eee77bf300b6050d221 100644 (file)
--- a/sources
+++ b/sources
@@ -1208,3 +1208,10 @@ bc73e5cb87d253d69bc7bdb93cdcbf50  7.3.1209
 dc2610f5d1912a8436dcdc4eacc44dfa  7.3.1210
 4110874fc8b3d2eccd0322462cb99fe4  7.3.1211
 e71edaf647e764e9adf0e449db162609  7.3.1212
+5f09c95c4cc05160e235575116e72c12  7.3.1213
+6361a2b88481f0da97e85eb867512893  7.3.1214
+848613b12e434f56d79e18edbb9119ce  7.3.1215
+c3fd14044d60dfb837be83d8ed5bd755  7.3.1216
+89c8944fe27d8de2e0742ba0dc55bae4  7.3.1217
+3ba0a1b6e205c7944bfd2a619bcd41ac  7.3.1218
+fd6b4c952dbcb11d3ff8dc50f64c41b4  7.3.1219
index 8094e3f5598111d306ac97aab9674ed2039b2602..4230359574ee4193ce7f20a5c98e5256468e10b0 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -27,7 +27,7 @@
 # VCS Commits: https://code.google.com/p/vim/source/browse/
 
 %define                ver             7.3
-%define                patchlevel      1212
+%define                patchlevel      1219
 %define                rel             1
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
@@ -174,6 +174,7 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # configure redefines it to =1
 %define                filterout_cpp   -D_FORTIFY_SOURCE=[0-9]*
+%define                filterout_c             -Wp,-D_FORTIFY_SOURCE=2
 
 # that's example script
 %define                _noautoreq      '/bin/csh'
This page took 0.054917 seconds and 4 git commands to generate.