From 81fcf01e8ff5b157e03636745c578f199aac7424 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 May 2019 15:48:35 +0200 Subject: rebuild --- php-pecl-wddx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-wddx.spec b/php-pecl-wddx.spec index e9309b1..278283c 100644 --- a/php-pecl-wddx.spec +++ b/php-pecl-wddx.spec @@ -19,7 +19,7 @@ %endif # https://github.com/php/pecl-text-wddx/commits/master -%global gh_commit 52f31f435f075c30eb50556c4cdb2c9d78b2bfe6 +%global gh_commit 354bfc1d1a7390c14ccc0d0c5eaf83748e40bcf8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner php %global gh_project pecl-text-wddx @@ -35,7 +35,7 @@ Summary: Web Distributed Data Exchange Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} @@ -196,6 +196,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed May 29 2019 Remi Collet - 1.0.0~DEV.20190320-3 +- rebuild + * Thu May 23 2019 Remi Collet - 1.0.0~DEV.20190320-2 - refresh -- cgit