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)
|
||||
Name: php-ssh2
|
||||
Version: 0.12.20160127
|
||||
Version: 1.1.2.20190220git
|
||||
Release: 1mamba
|
||||
Summary: PHP bindings for the libssh2 library
|
||||
Group: Applications/Web
|
||||
@ -8,7 +8,8 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
Patch0: php-ssh2-0.12-fix_crash_sftp_wordpress.patch
|
||||
License: PHP License
|
||||
@ -16,7 +17,7 @@ License: PHP License
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libssh2-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: php-devel
|
||||
BuildRequires: php-devel >= 7.3.2
|
||||
Requires: php >= %{php_majver}
|
||||
Requires: php <= %{php_majver}.99
|
||||
%systemd_requires
|
||||
@ -28,8 +29,8 @@ PHP bindings for the libssh2 library.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n pecl-networking-ssh2-%{version}
|
||||
%patch0 -p1
|
||||
%setup -q -n ssh2-%{version}
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
phpize
|
||||
@ -68,6 +69,12 @@ fi
|
||||
%doc LICENSE
|
||||
|
||||
%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
|
||||
- update to 0.12.20160127
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user