]> git.pld-linux.org Git - packages/php-pecl-ssh2.git/commitdiff
- fix for api change in libssh2 >= 0.16 auto/ac/php-pecl-ssh2-0_10-3 auto/th/php-pecl-ssh2-0_10-3
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 21 Feb 2008 18:28:07 +0000 (18:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-ssh2.spec -> 1.19

php-pecl-ssh2.spec

index ad8de55a3ca392c50e9268116f9d8dc2808335db..b1d1787bba039ba4effe3fe0e34ee75ab092c8db 100644 (file)
@@ -4,13 +4,14 @@ Summary:      %{_modname} - bindings for the libssh2 library
 Summary(pl.UTF-8):     %{_modname} - dowiązania do biblioteki libssh2
 Name:          php-pecl-%{_modname}
 Version:       0.10
-Release:       2
+Release:       3
 License:       PHP
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{_modname}-%{version}.tgz
 # Source0-md5: 95bdbd6a9a0d14cb65c6d6bdc9ee1770
+Patch0:        php-pecl-ssh2-libssh2.patch
 URL:           http://pecl.php.net/package/ssh2/
-BuildRequires: libssh2-devel >= 0.5
+BuildRequires: libssh2-devel >= 0.16
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: php-devel >= 3:5.0.0
 BuildRequires: rpmbuild(macros) >= 1.344
@@ -33,6 +34,8 @@ To rozszerzenie ma w PECL status: %{_status}.
 
 %prep
 %setup -q -c
+cd ssh2-%{version}
+%patch0 -p0
 
 %build
 cd %{_modname}-%{version}
This page took 0.089627 seconds and 4 git commands to generate.