Updated to 1.11.13

This commit is contained in:
Алзим 2017-04-09 13:35:29 +03:00
parent 086ed6f437
commit 158fdefc84
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
sources: sources:
nginx-1.11.12.tar.gz: 75a5cee8a468aec4b53082fbacd9a531b4a729fa nginx-1.11.13.tar.gz: 84f27729754796181dc39d47da761c7e85eb3ae2
nginx-1.11.12.tar.gz.asc: 132f9cd23833c9b2a3031a1970a6dca88c697f82 nginx-1.11.13.tar.gz.asc: 80a451b3b1be92e54260ffd26c867f9ff04fddeb
nginx-logo.png: a609ff4e27b6236233ea576739a6fb040da4d550 nginx-logo.png: a609ff4e27b6236233ea576739a6fb040da4d550
nginx-rtmp-module-1.1.11.tar.gz: 8a5b48f5ccba2825d544e836446f01568379b40b nginx-rtmp-module-1.1.11.tar.gz: 8a5b48f5ccba2825d544e836446f01568379b40b

View file

@ -11,7 +11,7 @@
Summary: Robust, small and high performance HTTP and reverse proxy server Summary: Robust, small and high performance HTTP and reverse proxy server
Name: nginx Name: nginx
Version: 1.11.12 Version: 1.11.13
Release: 1 Release: 1
# BSD License (two clause) # BSD License (two clause)
# http://www.freebsd.org/copyright/freebsd-license.html # http://www.freebsd.org/copyright/freebsd-license.html
@ -169,9 +169,9 @@ perl -pi -e "s|_VERSION_|%{version}|g" %{buildroot}%{nginx_webroot}/index.html
# convert to UTF-8 all files that give warnings. # convert to UTF-8 all files that give warnings.
for textfile in CHANGES; do for textfile in CHANGES; do
mv $textfile $textfile.old mv $textfile $textfile.old
iconv --from-code ISO8859-1 --to-code UTF-8 --output $textfile $textfile.old iconv --from-code ISO8859-1 --to-code UTF-8 --output $textfile $textfile.old
rm -f $textfile.old rm -f $textfile.old
done done
install -d %{buildroot}%{_mandir}/man8 install -d %{buildroot}%{_mandir}/man8