diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-23 11:09:30 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-23 11:09:30 +0200 |
commit | bf9c0d3bed9e5d4c452b2bb9cc52928e997ff680 (patch) | |
tree | 1fd0b7cdfafd892d1cbbb815f476409a769678c1 | |
parent | e141b8c31daf83e693a0e950111afca47e497428 (diff) |
rebuild for 7.4.0beta1
-rw-r--r-- | php-pecl-recode.spec | 9 |
1 files 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 <remi@remirepo.net> - 1.0.0~DEV.20190723-2 +- rebuild for 7.4.0beta1 + * Fri Jul 12 2019 Remi Collet <remi@remirepo.net> - 1.0.0~DEV.20190712-1 - initial package, version 1.0.0-dev |