Logoj0ke.net Open Build Service > Projects > internetx:php5:extensions > php5-pecl_http > Changes
Sign Up | Log In

Changes of Revision 22

[-] Changed php5-pecl_http.spec
x
 
1
@@ -28,6 +28,7 @@
2
 URL:       http://pecl.php.net/pecl_http
3
 Source:        http://pecl.php.net/package/pecl_http/%{pkg_name}-%{my_version}.tar.bz2
4
 Source1:   http.ini
5
+Patch0:        pecl_http-2.4.3_debug.patch
6
 Summary:   Extended HTTP Support
7
 
8
 %description
9
@@ -54,7 +55,9 @@
10
 
11
 %prep
12
 %setup -q -n %{pkg_name}-%{my_version}
13
-
14
+%if %{my_version} == "2.4.3"
15
+%patch0
16
+%endif
17
 
18
 #%{__mkdir} %{name}
19
 
20
@@ -81,8 +84,8 @@
21
 --with-http-curl-requests=%{_usr} \
22
 --with-http-shared-deps \
23
 --with-libdir=%{_lib} || cat config.log
24
-/usr/bin/php -v
25
-/usr/bin/php -m
26
+/usr/bin/php5 -v
27
+/usr/bin/php5 -m
28
 
29
 %{__make} %{?jobs:-j%jobs}
30
 
31
[+] Added pecl_http-2.4.3_debug.patch ^