From e9f715e3e70406ac5ec267acae0ce84221c4f414 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Feb 2018 15:09:28 +0100 Subject: v1.1.1 --- php-pinba.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'php-pinba.spec') 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 - 1.1.1-1 +- update to 1.1.1 + * Tue Jul 18 2017 Remi Collet - 1.1.0-2 - rebuild for PHP 7.2.0beta1 new API -- cgit