From 225aca0313fbb6836a97ae0695b1043796e639d7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:59:45 +0100 Subject: [PATCH] update to 1.2 [release 1.2-1mamba;Sun May 31 2020] --- php-ssh2.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-ssh2.spec b/php-ssh2.spec index de0c384..90cc336 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: 1.1.2.20190220git +Version: 1.2 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://git.php.net/repository/pecl/networking/ssh2.git/master/ssh2-%{version}.tar.bz2 +Source: https://pecl.php.net/get/ssh2-%{version}.tgz +#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 @@ -17,7 +18,7 @@ License: PHP License BuildRequires: glibc-devel BuildRequires: libssh2-devel ## AUTOBUILDREQ-END -BuildRequires: php-devel >= 7.3.2 +BuildRequires: php-devel >= 7.4.6 Requires: php >= %{php_majver} Requires: php <= %{php_majver}.99 %systemd_requires @@ -69,6 +70,9 @@ fi %doc LICENSE %changelog +* Sun May 31 2020 Silvan Calarco 1.2-1mamba +- update to 1.2 + * Wed Feb 20 2019 Silvan Calarco 1.1.2.20190220git-1mamba - update to 1.1.2.20190220git