mirror of
https://abf.rosa.ru/djam/angie.git
synced 2025-02-24 19:32:47 +00:00
Updated to 1.11.13
This commit is contained in:
parent
086ed6f437
commit
158fdefc84
2 changed files with 6 additions and 6 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,5 +1,5 @@
|
|||
sources:
|
||||
nginx-1.11.12.tar.gz: 75a5cee8a468aec4b53082fbacd9a531b4a729fa
|
||||
nginx-1.11.12.tar.gz.asc: 132f9cd23833c9b2a3031a1970a6dca88c697f82
|
||||
nginx-1.11.13.tar.gz: 84f27729754796181dc39d47da761c7e85eb3ae2
|
||||
nginx-1.11.13.tar.gz.asc: 80a451b3b1be92e54260ffd26c867f9ff04fddeb
|
||||
nginx-logo.png: a609ff4e27b6236233ea576739a6fb040da4d550
|
||||
nginx-rtmp-module-1.1.11.tar.gz: 8a5b48f5ccba2825d544e836446f01568379b40b
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
Summary: Robust, small and high performance HTTP and reverse proxy server
|
||||
Name: nginx
|
||||
Version: 1.11.12
|
||||
Version: 1.11.13
|
||||
Release: 1
|
||||
# BSD License (two clause)
|
||||
# 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.
|
||||
for textfile in CHANGES; do
|
||||
mv $textfile $textfile.old
|
||||
iconv --from-code ISO8859-1 --to-code UTF-8 --output $textfile $textfile.old
|
||||
rm -f $textfile.old
|
||||
mv $textfile $textfile.old
|
||||
iconv --from-code ISO8859-1 --to-code UTF-8 --output $textfile $textfile.old
|
||||
rm -f $textfile.old
|
||||
done
|
||||
|
||||
install -d %{buildroot}%{_mandir}/man8
|
||||
|
|
Loading…
Add table
Reference in a new issue