update to 1.1.2.20190220git [release 1.1.2.20190220git-1mamba;Wed Feb 20 2019]
This commit is contained in:
parent
60c39465e8
commit
a816dd34f6
@ -1,6 +1,6 @@
|
|||||||
%define php_majver %(php-config --version | cut -d. -f1-2)
|
%define php_majver %(php-config --version | cut -d. -f1-2)
|
||||||
Name: php-ssh2
|
Name: php-ssh2
|
||||||
Version: 0.12.20160127
|
Version: 1.1.2.20190220git
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: PHP bindings for the libssh2 library
|
Summary: PHP bindings for the libssh2 library
|
||||||
Group: Applications/Web
|
Group: Applications/Web
|
||||||
@ -8,7 +8,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://pecl.php.net/package/ssh2
|
URL: http://pecl.php.net/package/ssh2
|
||||||
Source: https://github.com/Sean-Der/pecl-networking-ssh2.git/php7/pecl-networking-ssh2-%{version}.tar.bz2
|
Source: https://git.php.net/repository/pecl/networking/ssh2.git/master/ssh2-%{version}.tar.bz2
|
||||||
|
#Source: https://github.com/Sean-Der/pecl-networking-ssh2.git/php7/pecl-networking-ssh2-%{version}.tar.bz2
|
||||||
#Source: http://pecl.php.net/get/ssh2-%{version}.tgz
|
#Source: http://pecl.php.net/get/ssh2-%{version}.tgz
|
||||||
Patch0: php-ssh2-0.12-fix_crash_sftp_wordpress.patch
|
Patch0: php-ssh2-0.12-fix_crash_sftp_wordpress.patch
|
||||||
License: PHP License
|
License: PHP License
|
||||||
@ -16,7 +17,7 @@ License: PHP License
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libssh2-devel
|
BuildRequires: libssh2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: php-devel
|
BuildRequires: php-devel >= 7.3.2
|
||||||
Requires: php >= %{php_majver}
|
Requires: php >= %{php_majver}
|
||||||
Requires: php <= %{php_majver}.99
|
Requires: php <= %{php_majver}.99
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
@ -28,8 +29,8 @@ PHP bindings for the libssh2 library.
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pecl-networking-ssh2-%{version}
|
%setup -q -n ssh2-%{version}
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
phpize
|
phpize
|
||||||
@ -68,6 +69,12 @@ fi
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 20 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.2.20190220git-1mamba
|
||||||
|
- update to 1.1.2.20190220git
|
||||||
|
|
||||||
|
* Wed Feb 20 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.20190220git-1mamba
|
||||||
|
- update to 0.12.20190220git
|
||||||
|
|
||||||
* Wed Jan 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.20160127-1mamba
|
* Wed Jan 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.20160127-1mamba
|
||||||
- update to 0.12.20160127
|
- update to 0.12.20160127
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user