Logoj0ke.net Open Build Service > Projects > home:jg:http > nginx-devel > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed nginx.spec
x
 
1
@@ -13,8 +13,8 @@
2
 %define with_rtmp_ext           1
3
 
4
 Name:           nginx
5
-version:        1.2.7
6
-Release:        3
7
+version:        1.3.14
8
+Release:        1
9
 Summary:        Robust, small and high performance http and reverse proxy server
10
 Group:          System Environment/Daemons   
11
 
12
@@ -54,6 +54,7 @@
13
 # configuration patch to match all the Fedora paths for logs, pid files
14
 # etc.
15
 Patch1:     nginx-conf-0.7.x.patch
16
+Patch2:        spdy-69.patch
17
 
18
 # syslog patch, use syslog instead of nginx logfiles
19
 #Patch2:       nginx-syslog.patch
20
@@ -71,6 +72,8 @@
21
 
22
 %patch0 -p0
23
 %patch1 -p0
24
+%patch2 -p1
25
+
26
 #%patch2 -p1
27
 # %patch3 -p1
28
 #%patch4 -p1
29
@@ -106,6 +109,7 @@
30
     --with-mail_ssl_module \
31
     --with-debug \
32
     --with-ipv6 \
33
+    --with-http_spdy_module \
34
     --with-cc-opt="%{optflags} $(pcre-config --cflags)" \
35
     --add-module=%{_builddir}/nginx-%{version}/nginx-upstream-fair \
36
 %if 0%{with_rtmp_ext}
37
[+] Added spdy-69.patch ^
Added nginx-1.3.14.tar.gz ^