From bf9c0d3bed9e5d4c452b2bb9cc52928e997ff680 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 11:09:30 +0200 Subject: rebuild for 7.4.0beta1 --- php-pecl-recode.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pecl-recode.spec b/php-pecl-recode.spec index 98f812f..8fba382 100644 --- a/php-pecl-recode.spec +++ b/php-pecl-recode.spec @@ -19,11 +19,11 @@ %endif # https://github.com/php/pecl-text-recode/commits/master -%global gh_commit 7baf882c9771889dd4333f481af34ed218f2d47d +%global gh_commit 3e049a6b3a5138c6bad444cd29393b3150958c64 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner php %global gh_project pecl-text-recode -%global gh_date 20190712 +%global gh_date 20190723 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name recode %global with_tests 0%{!?_without_tests:1} @@ -35,7 +35,7 @@ Summary: A module for PHP applications for using the recode library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} @@ -198,5 +198,8 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 23 2019 Remi Collet - 1.0.0~DEV.20190723-2 +- rebuild for 7.4.0beta1 + * Fri Jul 12 2019 Remi Collet - 1.0.0~DEV.20190712-1 - initial package, version 1.0.0-dev -- cgit