Changeset 1738
- Timestamp:
- Nov 20, 2010, 8:17:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/httpd.spec.patch
r1693 r1738 1 --- httpd.spec.orig 2010- 07-27 11:55:33.000000000 -04002 +++ httpd.spec 2010- 09-06 20:45:28.000000000 -04001 --- httpd.spec.orig 2010-10-27 08:26:15.000000000 -0400 2 +++ httpd.spec 2010-11-18 18:20:43.000000000 -0500 3 3 @@ -7,7 +7,7 @@ 4 4 Summary: Apache HTTP Server 5 5 Name: httpd 6 Version: 2.2.1 67 -Release: 1%{?dist} 8 +Release: 1%{?dist}. scripts.%{scriptsversion}6 Version: 2.2.17 7 -Release: 1%{?dist}.1 8 +Release: 1%{?dist}.1.scripts.%{scriptsversion} 9 9 URL: http://httpd.apache.org/ 10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar. gz10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 11 11 Source1: index.html 12 12 @@ -55,6 +55,14 @@ … … 55 55 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 56 56 if test "x${vmmn}" != "x%{mmn}"; then 57 @@ -17 8,10 +195,12 @@57 @@ -177,10 +194,12 @@ 58 58 --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ 59 59 --enable-suexec --with-suexec \
Note: See TracChangeset
for help on using the changeset viewer.