Logoj0ke.net Open Build Service > Projects > Apache:Modules > apache2-mod_rpaf > Changes
Sign Up | Log In

Changes of Revision 12

[-] Changed apache2-mod_rpaf-CentOS_5.spec
x
 
1
@@ -1,6 +1,6 @@
2
 Name:           mod_rpaf
3
 Version:        0.6
4
-Release:        3%{?dist}
5
+Release:        43%{?dist}
6
 Summary:        opposite of mod_proxy_add_forward
7
 
8
 Group:          System Environment/Daemons
9
@@ -8,7 +8,7 @@
10
 Url:            http://stderr.net/apache/rpaf/
11
 Source0:        http://stderr.net/apache/rpaf/download/%{name}-%{version}.tar.gz
12
 Source1:        mod_rpaf.conf
13
-
14
+Patch0:        mod_rpaf-ipv6.patch
15
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
16
 
17
 BuildRequires:  httpd-devel
18
@@ -20,6 +20,7 @@
19
 %debug_package
20
 %prep
21
 %setup -n %{name}-%{version}
22
+%patch0 -p1
23
 
24
 %build
25
 %{_sbindir}/apxs -Wc,"%{optflags}" -a -n %{name}.so -c %{name}-2.0.c
26
@@ -47,5 +48,8 @@
27
 
28
 
29
 %changelog
30
+* Sat May 22 2010 Carsten Schoene <cs@linux-administrator.com> - 0.6-4
31
+- added IPv6 patch
32
+
33
 * Thu Feb 05 2009 Carsten Schoene <cs@linux-administrator.com> - 0.6
34
 - initial CentOS 5 build
35
[-] Changed apache2-mod_rpaf-RHEL_5.spec ^
35
 
1
@@ -1,6 +1,6 @@
2
 Name:           mod_rpaf
3
 Version:        0.6
4
-Release:        3%{?dist}
5
+Release:        4%{?dist}
6
 Summary:        opposite of mod_proxy_add_forward
7
 
8
 Group:          System Environment/Daemons
9
@@ -8,7 +8,7 @@
10
 Url:            http://stderr.net/apache/rpaf/
11
 Source0:        http://stderr.net/apache/rpaf/download/%{name}-%{version}.tar.gz
12
 Source1:        mod_rpaf.conf
13
-
14
+Patch0:        mod_rpaf-ipv6.patch
15
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
16
 
17
 BuildRequires:  httpd-devel
18
@@ -20,6 +20,7 @@
19
 %debug_package
20
 %prep
21
 %setup -n %{name}-%{version}
22
+%patch0 -p1
23
 
24
 %build
25
 %{_sbindir}/apxs -Wc,"%{optflags}" -a -n %{name}.so -c %{name}-2.0.c
26
@@ -47,5 +48,8 @@
27
 
28
 
29
 %changelog
30
+* Sat May 22 2010 Carsten Schoene <cs@linux-administrator.com> - 0.6-4
31
+- added IPv6 patch
32
+
33
 * Thu Mar 10 2009 Carsten Schoene <cs@linux-administrator.com> - 0.6
34
 - initial RHEL 5 build
35