diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 | 
| commit | d4fa88f98abb4e428219e05632dbd1e3a0ab56a8 (patch) | |
| tree | 8815955c56327abc1850ca6681ae6fc365030793 | |
| parent | e9f3661b5091810d4de6984c22e725854f78092b (diff) | |
PHP 7.1 mass rebuild part #1
| -rw-r--r-- | php-pecl-sync.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-sync.spec b/php-pecl-sync.spec index 4e26fd2..8061127 100644 --- a/php-pecl-sync.spec +++ b/php-pecl-sync.spec @@ -22,7 +22,7 @@  Summary:        Named and unnamed synchronization objects  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.1.0 -Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        MIT  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -224,6 +224,9 @@ rm -rf %{buildroot}  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 1.1.0-2 +- rebuild with PHP 7.1.0 GA +  * Sun Nov 27 2016 Remi Collet <remi@fedoraproject.org> - 1.1.0-1  - Update to 1.1.0  | 
