]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- apr-status-is-success patch (macro APR_STATUS_IS_SUCCESS was removed from
authorMarcin Gajda <m.gajda@functional-software.com>
Sat, 16 Oct 2004 10:20:29 +0000 (10:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  libapr; use APR_STATUS constant instead)
- now it works with apr >= 1.0
- rel. 5

Changed files:
    apache-mod_python.spec -> 1.67

apache-mod_python.spec

index 2561a990787f234a162e05eb692af186f4ade10a..ef0a749a15696514bdc544cfc0f3f9c708ed0e52 100644 (file)
@@ -19,13 +19,14 @@ Summary(sl):        Vklju
 Summary(sv):   En inbyggd Python-interpretator för webbservern Apache
 Name:          apache-mod_%{mod_name}
 Version:       3.1.3
 Summary(sv):   En inbyggd Python-interpretator för webbservern Apache
 Name:          apache-mod_%{mod_name}
 Version:       3.1.3
-Release:       4
+Release:       5
 License:       Apache Group License
 Group:         Networking/Daemons
 Source0:       http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz
 # Source0-md5: 2e1983e35edd428f308b0dfeb1c23bfe
 Source1:       %{name}.conf
 Patch0:                %{name}-lib64.patch
 License:       Apache Group License
 Group:         Networking/Daemons
 Source0:       http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz
 # Source0-md5: 2e1983e35edd428f308b0dfeb1c23bfe
 Source1:       %{name}.conf
 Patch0:                %{name}-lib64.patch
+Patch1:                %{name}-apr-status-is-success.patch
 URL:           http://www.modpython.org/
 BuildRequires: %{apxs}
 BuildRequires: apache >= 2.0.44
 URL:           http://www.modpython.org/
 BuildRequires: %{apxs}
 BuildRequires: apache >= 2.0.44
@@ -126,6 +127,7 @@ prestandan j
 %if "%{_libdir}" == "%{_prefix}/lib64"
 %patch0
 %endif
 %if "%{_libdir}" == "%{_prefix}/lib64"
 %patch0
 %endif
+%patch1 -p1
 
 %build
 %{__aclocal}
 
 %build
 %{__aclocal}
This page took 0.037008 seconds and 4 git commands to generate.