Merge branch 'f28' into f27

This commit is contained in:
Zdenek Dohnal 2018-09-07 10:55:23 +02:00
commit a753583917
4 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View file

@ -225,3 +225,4 @@
/vim-8.1-279.tar.bz2
/vim-8.1-287.tar.bz2
/vim-8.1-328.tar.bz2
/vim-8.1-351.tar.bz2

View file

@ -1 +1 @@
SHA512 (vim-8.1-328.tar.bz2) = 512950340c4dd9538af397f894e6af3a7f423f661c46324863321fcd05552e55c7f6f8e592442bf73c6c7b1ae12252add60e51cb9fc6061f6d1e5a91df48f05f
SHA512 (vim-8.1-351.tar.bz2) = 320c91eb7eab8d87c45fa9843e31d058a424ad5ad4685cdf419b7e268bad35451881f2d94f3cfb9999a560fd21cc63a8c5416362e6fabaac23d2f3a6a7daf6bf

View file

@ -4,7 +4,7 @@ debug=""
branches=( "master" "f29" "f28" "f27" )
releases=( "fc30" "fc29" "fc28" "fc27" )
regexps=( "fc30" "\|fc29" "\|fc28" "\|fc27" )
bodhi_enabled=( "0" "0" "1" "1")
bodhi_enabled=( "0" "1" "1" "1")
branches_count=3
#releases_regexp=fc28\\\|fc27\\\|fc28

View file

@ -1,4 +1,4 @@
%define patchlevel 328
%define patchlevel 351
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -795,6 +795,12 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Fri Sep 07 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.351-1
- patchlevel 351
* Fri Aug 31 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.328-2
- vim-update.sh - F29 got enabled in bodhi
* Mon Aug 27 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.328-1
- patchlevel 328