diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 | 
| commit | 8c24bc75444c2cb6bffb96e306fdfb08a3b21903 (patch) | |
| tree | 8566af9c781309bd2b921eb0144559dd78307c73 | |
| parent | d0131e926f74434f082a26d5ec2f3f9b83288db7 (diff) | |
PHP 7.0.0beta2 + mass rebuild of ext.
| -rw-r--r-- | php-pecl-msgpack-dev.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-msgpack-dev.spec b/php-pecl-msgpack-dev.spec index 58e52ce..68ef0b8 100644 --- a/php-pecl-msgpack-dev.spec +++ b/php-pecl-msgpack-dev.spec @@ -24,7 +24,7 @@  %global gh_commit   ce27a107c77d239d95ba0d6b81105b8b2b2c0525  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_owner    laruence +%global gh_owner    msgpack  %global gh_project  msgpack-php  %global gh_date     20150702  %global pecl_name   msgpack @@ -45,7 +45,7 @@ Summary:       API for communicating with MessagePack serialization  Name:          %{?sub_prefix}php-pecl-msgpack  Version:       0.5.7  %if 0%{?gh_date:1} -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:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif @@ -289,6 +289,9 @@ rm -rf %{buildroot}  %changelog +* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 0.5.7-0.5.20150702gitce27a10 +- rebuild against php 7.0.0beta2 +  * Wed Jul  8 2015 Remi Collet <remi@fedoraproject.org> - 0.5.7-0.4.20150702gitce27a10  - new snapshot, rebuild against php 7.0.0beta1  | 
