fix dates in changelogs when spec.vim is used and locale != 'C'
This commit is contained in:
parent
2fcd1e8b20
commit
f61b0f98b6
14
vim-7.4-spec_rfc822.patch
Normal file
14
vim-7.4-spec_rfc822.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff -up vim74/runtime/ftplugin/spec.vim.rfc822 vim74/runtime/ftplugin/spec.vim
|
||||||
|
--- vim74/runtime/ftplugin/spec.vim.rfc822 2016-04-13 12:31:09.856418963 +0200
|
||||||
|
+++ vim74/runtime/ftplugin/spec.vim 2016-04-13 12:32:22.091802791 +0200
|
||||||
|
@@ -113,7 +113,10 @@ if !exists("*s:SpecChangelog")
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
if (chgline != -1)
|
||||||
|
+ let tmptime = v:lc_time
|
||||||
|
+ language time C
|
||||||
|
let parsed_format = "* ".strftime(format)." - ".ver."-".rel
|
||||||
|
+ execute "language time" tmptime
|
||||||
|
let release_info = "+ ".name."-".ver."-".rel
|
||||||
|
let wrong_format = 0
|
||||||
|
let wrong_release = 0
|
3
vim.spec
3
vim.spec
@ -60,6 +60,7 @@ Patch3011: vim-manpagefixes-948566.patch
|
|||||||
Patch3012: vim-7.4-licensemacro-1151450.patch
|
Patch3012: vim-7.4-licensemacro-1151450.patch
|
||||||
Patch3013: vim-7.4-globalsyntax.patch
|
Patch3013: vim-7.4-globalsyntax.patch
|
||||||
Patch3014: vim-7.4-virc.patch
|
Patch3014: vim-7.4-virc.patch
|
||||||
|
Patch3015: vim-7.4-spec_rfc822.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: python-devel python3-devel ncurses-devel gettext perl-devel
|
BuildRequires: python-devel python3-devel ncurses-devel gettext perl-devel
|
||||||
@ -212,6 +213,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch3012 -p1
|
%patch3012 -p1
|
||||||
%patch3013 -p1
|
%patch3013 -p1
|
||||||
%patch3014 -p1
|
%patch3014 -p1
|
||||||
|
%patch3015 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp -f %{SOURCE5} .
|
cp -f %{SOURCE5} .
|
||||||
@ -768,6 +770,7 @@ rm -rf %{buildroot}
|
|||||||
- add %%_libdir/vim directory for plugins (rhbz#1193230)
|
- add %%_libdir/vim directory for plugins (rhbz#1193230)
|
||||||
- vi, rvi, rview, ex, view don't read vimrc anymore. They use virc instead
|
- vi, rvi, rview, ex, view don't read vimrc anymore. They use virc instead
|
||||||
(rhbz#1045815)
|
(rhbz#1045815)
|
||||||
|
- fix dates in changelogs when spec.vim is used and locale != 'C'
|
||||||
|
|
||||||
* Fri Apr 08 2016 Karsten Hopp <karsten@redhat.com> 7.4.1718-1
|
* Fri Apr 08 2016 Karsten Hopp <karsten@redhat.com> 7.4.1718-1
|
||||||
- patchlevel 1718
|
- patchlevel 1718
|
||||||
|
Loading…
Reference in New Issue
Block a user