diff options
| author | Remi Collet <fedora@famillecollet.com> | 2017-01-04 19:21:27 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2017-01-04 19:21:27 +0100 | 
| commit | a45d538b087cb0f1b34abac70d4af399d6135887 (patch) | |
| tree | 1a037dbab684ffb6f9603fcc05bd904efbebc738 | |
| parent | a807404bf0f47e71cf73911643d2ef9a27af6770 (diff) | |
php-pecl-uv: rebuild
| -rw-r--r-- | php-pecl-uv.spec | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec index 8f59336..9bc3526 100644 --- a/php-pecl-uv.spec +++ b/php-pecl-uv.spec @@ -19,7 +19,7 @@  Summary:        Libuv wrapper  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.1.1 -Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -98,6 +98,8 @@ EOF  %build +%{?dtsenable} +  cd NTS  %{_bindir}/phpize  %configure \ @@ -118,6 +120,8 @@ make %{?_smp_mflags}  %install +%{?dtsenable} +  make -C NTS install INSTALL_ROOT=%{buildroot}  # install config file @@ -217,6 +221,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Jan  4 2017 Remi Collet <remi@fedoraproject.org> - 0.1.1-3 +- rebuild against new libuv (EL-7) +  * Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 0.1.1-2  - rebuild with PHP 7.1.0 GA  | 
