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

Changes of Revision 7

[-] Changed php5-ssh2.spec
x
 
1
@@ -1,10 +1,10 @@
2
 # norootforbuild
3
 %define pkg_name    ssh2
4
-%define pkg_version 0.10
5
+%define pkg_version 0.11.0
6
 %define php_version %(php-config --version 2>/dev/null || echo PHPCONFIG_NOT_FOUND)
7
 #
8
 Name: php5-ssh2
9
-Version: 0.10
10
+Version: 0.11.0
11
 Release: 0
12
 #
13
 License: PHP
14
@@ -16,9 +16,9 @@
15
 #
16
 URL: http://pecl.php.net/ssh2
17
 Source: http://pecl.php.net/package/ssh2/%{pkg_name}-%{version}.tgz
18
-Patch0: php5-ssh2-lib64.patch
19
-Patch1: php5-ssh2-fixes.patch
20
-Patch2: php5-ssh2-compile-fix.patch
21
+#Patch0: php5-ssh2-lib64.patch
22
+#Patch1: php5-ssh2-fixes.patch
23
+#Patch2: php5-ssh2-compile-fix.patch
24
 Patch3: php5-ssh2-stream-segfault-fix.patch
25
 
26
 Summary: Bindings for the libssh2 library
27
@@ -34,9 +34,9 @@
28
 %debug_package
29
 %prep
30
 %setup -n %{pkg_name}-%{version}
31
-%patch0
32
-%patch1
33
-%patch2
34
+#%patch0
35
+#%patch1
36
+#%patch2
37
 %patch3
38
 
39
 %{__mkdir} %{name}
40
Added ssh2-0.11.0.tgz ^