From e026046004b8b32620226b40793b62087db63892 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 11:14:36 +0200 Subject: rebuild for 7.3.0beta2 new ABI --- php-pecl-ssh2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-ssh2.spec') diff --git a/php-pecl-ssh2.spec b/php-pecl-ssh2.spec index 5eeb69a..8eb2139 100644 --- a/php-pecl-ssh2.spec +++ b/php-pecl-ssh2.spec @@ -27,10 +27,10 @@ Name: %{?sub_prefix}php-pecl-ssh2 Version: 1.1.2 %if 0%{?gh_date} -Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}-%{gh_short}.tar.gz %else -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif Summary: Bindings for the libssh2 library @@ -241,6 +241,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet - 1.1.2-4 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet - 1.1.2-3 - rebuild for 7.3.0alpha4 new ABI -- cgit