From 158fdefc84fc560e10bd39a7456cd0f3ea0b0b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B7=D0=B8=D0=BC?= Date: Sun, 9 Apr 2017 13:35:29 +0300 Subject: [PATCH] Updated to 1.11.13 --- .abf.yml | 4 ++-- nginx.spec | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.abf.yml b/.abf.yml index 9175d45..4311cf9 100644 --- a/.abf.yml +++ b/.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 diff --git a/nginx.spec b/nginx.spec index 2a77bba..caafb6c 100644 --- a/nginx.spec +++ b/nginx.spec @@ -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