From 7d839ad6604eda8221121856129d1a4fe2d61467 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 12:36:42 +0200 Subject: rebuild for 7.3.0beta2 new ABI --- php-smbclient.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-smbclient.spec b/php-smbclient.spec index 9e51acd..0ab47c0 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -37,9 +37,9 @@ Name: %{?sub_prefix}php-smbclient Version: 0.9.0 %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;')}} %else -Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif Summary: PHP wrapper for libsmbclient @@ -266,6 +266,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet - 0.9.0-7 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet - 0.9.0-6 - rebuild for 7.3.0alpha4 new ABI -- cgit