diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-01-19 08:19:13 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-01-19 08:19:13 +0100 |
commit | e5140930194c72a1b91513860852f4d2f60ce2a3 (patch) | |
tree | 59836abc410e58a2fb672e30e7a6d05ede466a78 | |
parent | 157ebb6975b9b11b4e20dd9ad1aa5c74358fcdb7 (diff) |
php-pecl-raphf: 1.1.2 (php 5, stable)
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-raphf.spec | 9 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #143 raphf version 1.1.1RC1 ] { +Extension [ <persistent> extension #149 raphf version 1.1.2 ] { - INI { Entry [ raphf.persistent_handle.limit <SYSTEM> ] diff --git a/php-pecl-raphf.spec b/php-pecl-raphf.spec index a24c258..e5487c2 100644 --- a/php-pecl-raphf.spec +++ b/php-pecl-raphf.spec @@ -33,12 +33,12 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global prever RC1 +#global prever RC1 Summary: Resource and persistent handles factory Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.1 -Release: 0.1.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.1.2 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -257,6 +257,9 @@ rm -rf %{buildroot} %changelog +* Tue Jan 19 2016 Remi Collet <remi@fedoraproject.org> - 1.1.2-1 +- Update to 1.1.2 (stable) + * Mon Dec 7 2015 Remi Collet <remi@fedoraproject.org> - 1.1.1-0.1.RC1 - Update to 1.1.1RC1 (beta) |