From a816dd34f604679215a8549b22c3909b58aa5608 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:59:45 +0100 Subject: [PATCH] update to 1.1.2.20190220git [release 1.1.2.20190220git-1mamba;Wed Feb 20 2019] --- php-ssh2.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/php-ssh2.spec b/php-ssh2.spec index b1c1309..de0c384 100644 --- a/php-ssh2.spec +++ b/php-ssh2.spec @@ -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 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 1.1.2.20190220git-1mamba +- update to 1.1.2.20190220git + +* Wed Feb 20 2019 Silvan Calarco 0.12.20190220git-1mamba +- update to 0.12.20190220git + * Wed Jan 27 2016 Silvan Calarco 0.12.20160127-1mamba - update to 0.12.20160127