diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-18 21:53:19 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-18 21:53:19 +0200 |
commit | 0cf702896988374663b26db3c26ccc146043f01f (patch) | |
tree | babb88b0adc2e1ec666c301fe05e44ff8fc3efc9 | |
parent | d72ba38f7ad59bbf1b1a36a994e22081acd9a5fa (diff) |
rebuild for 7.2.0beta1
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | php-pecl-apcu-bc.spec | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-pecl-apcu-bc.spec b/php-pecl-apcu-bc.spec index 59257ef..8a50745 100644 --- a/php-pecl-apcu-bc.spec +++ b/php-pecl-apcu-bc.spec @@ -30,10 +30,10 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name} Summary: APCu Backwards Compatibility Module Version: 1.0.3 %if 0%{?gh_date:1} -Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{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}/%{proj_name}-%{version}-%{gh_short}.tar.gz %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;')}} Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz %endif @@ -234,6 +234,9 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.0.3-7 +- rebuild for PHP 7.2.0beta1 new API + * Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.0.3-6 - rebuild with PHP 7.1.0 GA |