diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-01 15:09:28 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-01 15:09:28 +0100 |
commit | e9f715e3e70406ac5ec267acae0ce84221c4f414 (patch) | |
tree | bed1521578fd66f905835aec29abdf3a69d5c11f | |
parent | 934516eb147d1b9b5d9649d59d3d2c1daac6719f (diff) |
v1.1.1
-rw-r--r-- | REFLECTION | 7 | ||||
-rw-r--r-- | php-pinba.spec | 15 |
2 files changed, 17 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #112 pinba version 1.1.0 ] { +Extension [ <persistent> extension #120 pinba version 1.1.1 ] { - INI { Entry [ pinba.server <ALL> ] @@ -84,6 +84,11 @@ Extension [ <persistent> extension #112 pinba version 1.1.0 ] { Parameter #1 [ <optional> $flags ] } } + Function [ <internal:pinba> function pinba_reset ] { + + - Parameters [0] { + } + } Function [ <internal:pinba> function pinba_get_info ] { - Parameters [0] { diff --git a/php-pinba.spec b/php-pinba.spec index bf8ab03..a0056eb 100644 --- a/php-pinba.spec +++ b/php-pinba.spec @@ -1,14 +1,18 @@ # remirepo spec file for php-pinba # -# Copyright (c) 2017 Remi Collet +# Copyright (c) 2017-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # + +# we don't want -z defs linker flag +%undefine _strict_symbol_defs_build + %{?scl: %scl_package php-pinba} -%global gh_commit 56d0ea04abdd995948d4a537d21caa8e55ae1006 +%global gh_commit 225262582ed3fb6e8de6eb5ec5a8c666716385dc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner tony2001 %global gh_project pinba_extension @@ -18,11 +22,11 @@ Summary: Client extension for Pinba statistics server Name: %{?scl_prefix}php-pinba -Version: 1.1.0 +Version: 1.1.1 %if 0%{?gh_date:1} Release: 0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: LGPLv2+ Group: Development/Languages @@ -172,6 +176,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Feb 1 2018 Remi Collet <remi@remirepo.net> - 1.1.1-1 +- update to 1.1.1 + * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.1.0-2 - rebuild for PHP 7.2.0beta1 new API |