rpms/php-pecl-ssh2/devel ssh2-php53.patch, NONE, 1.1 php-pecl-ssh2.spec, 1.3, 1.4

Remi Collet remi at fedoraproject.org
Sun Jul 12 20:09:11 UTC 2009


Author: remi

Update of /cvs/extras/rpms/php-pecl-ssh2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10492

Modified Files:
	php-pecl-ssh2.spec 
Added Files:
	ssh2-php53.patch 
Log Message:
PHP 5.3.0 build

ssh2-php53.patch:

--- NEW FILE ssh2-php53.patch ---
--- ssh2.c.php53	2008-12-14 10:04:22.000000000 +0100
+++ ssh2.c	2008-12-14 10:04:24.000000000 +0100
@@ -48,7 +48,6 @@
 #endif
 
 #ifdef ZEND_ENGINE_2
-static
     ZEND_BEGIN_ARG_INFO(php_ssh2_first_arg_force_ref, 0)
         ZEND_ARG_PASS_INFO(1)
     ZEND_END_ARG_INFO()


Index: php-pecl-ssh2.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-ssh2/devel/php-pecl-ssh2.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- php-pecl-ssh2.spec	26 Feb 2009 22:40:35 -0000	1.3
+++ php-pecl-ssh2.spec	12 Jul 2009 20:08:40 -0000	1.4
@@ -7,7 +7,7 @@
 
 Name:           php-pecl-ssh2
 Version:        0.11.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Bindings for the libssh2 library
 
 License:        PHP
@@ -17,6 +17,8 @@ Source0:        http://pecl.php.net/get/
 Source1:        PHP-LICENSE-3.01
 Source2:        php-pecl-ssh2-0.10-README
 
+Patch0:         ssh2-php53.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libssh2-devel php-devel php-pear
@@ -48,6 +50,10 @@ libssh2 is available from http://www.sou
 %{__install} -m 644 -c %{SOURCE1} LICENSE
 %{__install} -m 644 -c %{SOURCE2} README
 
+cd %{pecl_name}-%{version}
+%patch0 -p0 -b .php53
+
+
 %build
 cd %{pecl_name}-%{version}
 phpize
@@ -97,6 +103,10 @@ fi
 
 
 %changelog
+* Sun Jul 12 2009 Remi Collet <Fedora at FamilleCollet.com> - 0.11.0-3
+- add ssh2-php53.patch
+- rebuild for new PHP 5.3.0 ABI (20090626)
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list