Author: witekfl                      Date: Sun Jun 28 14:46:27 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.7.61
- added the uname.patch (configure stage for 2.6.30_vanilla failed, so I added 
this patch)

---- Files affected:
packages/nginx:
   nginx.spec (1.95 -> 1.96) , nginx-uname.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/nginx/nginx.spec
diff -u packages/nginx/nginx.spec:1.95 packages/nginx/nginx.spec:1.96
--- packages/nginx/nginx.spec:1.95      Tue May 26 21:13:26 2009
+++ packages/nginx/nginx.spec   Sun Jun 28 16:46:22 2009
@@ -23,12 +23,12 @@
 Summary:       High perfomance HTTP and reverse proxy server
 Summary(pl.UTF-8):     Serwer HTTP i odwrotne proxy o wysokiej wydajności
 Name:          nginx
-Version:       0.7.59
+Version:       0.7.61
 Release:       1
 License:       BSD-like
 Group:         Networking/Daemons/HTTP
 Source0:       http://sysoev.ru/nginx/%{name}-%{version}.tar.gz
-# Source0-md5: d981b03b4c3ba43de580553355608b63
+# Source0-md5: 6ebf89b9b00a3b82734e93c32da7df07
 Source1:       http://www.nginx.eu/favicon.ico
 # Source1-md5: 2aaf2115c752cbdbfb8a2f0b3c3189ab
 Source2:       http://www.nginx.eu/download/proxy.conf
@@ -48,6 +48,7 @@
 Source15:      %{name}-standard.monitrc
 Source16:      %{name}-standard.init
 Source17:      %{name}-mime.types.sh
+Patch0:                %{name}-uname.patch
 URL:           http://nginx.net/
 BuildRequires: mailcap
 BuildRequires: openssl-devel
@@ -210,6 +211,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 # build mime.types.conf
 #sh %{SOURCE17} /etc/mime.types
@@ -573,6 +575,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.96  2009/06/28 14:46:22  witekfl
+- up to 0.7.61
+- added the uname.patch (configure stage for 2.6.30_vanilla failed, so I added 
this patch)
+
 Revision 1.95  2009/05/26 19:13:26  witekfl
 - up to 7.5.59 (latest stable)
 

================================================================
Index: packages/nginx/nginx-uname.patch
diff -u /dev/null packages/nginx/nginx-uname.patch:1.1
--- /dev/null   Sun Jun 28 16:46:27 2009
+++ packages/nginx/nginx-uname.patch    Sun Jun 28 16:46:22 2009
@@ -0,0 +1,11 @@
+--- nginx-0.7.61/auto/os/linux.old     2009-06-28 16:31:31.000000000 +0200
++++ nginx-0.7.61/auto/os/linux 2009-06-28 16:32:08.000000000 +0200
+@@ -18,7 +18,7 @@ CC_AUX_FLAGS="$cc_aux_flags -D_GNU_SOURC
+ # Linux kernel version
+ 
+ version=$((`uname -r \
+-         | sed 
's/^\([^.]*\)\.\([^.]*\)\.\([^.-]*\).*/\1*256*256+\2*256+\3/'`))
++         | sed 
's/^\([^.]*\)\.\([^.]*\)\.\([^._]*\).*/\1*256*256+\2*256+\3/'`))
+ 
+ version=${version:-0}
+ 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nginx/nginx.spec?r1=1.95&r2=1.96&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to