1.9.5-1
diff --git a/debian/changelog b/debian/changelog
index f5403e4..74f5b6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nginx (1.9.5-1) unstable; urgency=low
+
+  * 1.9.5
+  * http_spdy module replaced with http_v2 module
+
+ -- Andrei Belov <defan@nginx.com>  Tue, 22 Sep 2015 10:30:00 +0300
+
 nginx (1.9.4-1) unstable; urgency=low
 
   * 1.9.4
diff --git a/rpm/SPECS/nginx.spec b/rpm/SPECS/nginx.spec
index 7b90a93..553bc08 100644
--- a/rpm/SPECS/nginx.spec
+++ b/rpm/SPECS/nginx.spec
@@ -23,7 +23,7 @@
 Requires(post): chkconfig
 Requires: openssl >= 1.0.1
 BuildRequires: openssl-devel >= 1.0.1
-%define with_spdy 1
+%define with_http2 1
 %endif
 
 %if 0%{?rhel}  == 7
@@ -34,7 +34,7 @@
 BuildRequires: systemd
 BuildRequires: openssl-devel >= 1.0.1
 Epoch: 1
-%define with_spdy 1
+%define with_http2 1
 %endif
 
 %if 0%{?suse_version} == 1110
@@ -50,7 +50,7 @@
 BuildRequires: systemd
 Requires(pre): shadow
 Requires: systemd
-%define with_spdy 1
+%define with_http2 1
 %define nginx_loggroup trusted
 %endif
 
@@ -58,7 +58,7 @@
 
 Summary: High performance web server
 Name: nginx
-Version: 1.9.4
+Version: 1.9.5
 Release: 1%{?dist}.ngx
 Vendor: nginx inc.
 URL: http://nginx.org/
@@ -137,7 +137,7 @@
         --with-file-aio \
         --with-ipv6 \
         --with-debug \
-        %{?with_spdy:--with-http_spdy_module} \
+        %{?with_http2:--with-http_v2_module} \
         --with-cc-opt="%{optflags} $(pcre-config --cflags)" \
         $*
 make %{?_smp_mflags}
@@ -178,7 +178,7 @@
         --with-mail_ssl_module \
         --with-file-aio \
         --with-ipv6 \
-        %{?with_spdy:--with-http_spdy_module} \
+        %{?with_http2:--with-http_v2_module} \
         --with-cc-opt="%{optflags} $(pcre-config --cflags)" \
         $*
 make %{?_smp_mflags}
@@ -352,6 +352,10 @@
 fi
 
 %changelog
+* Tue Sep 22 2015 Andrei Belov <defan@nginx.com>
+- 1.9.5
+- http_spdy module replaced with http_v2 module
+
 * Tue Aug 18 2015 Konstantin Pavlov <thresh@nginx.com>
 - 1.9.4