summaryrefslogtreecommitdiffstats
path: root/php-pinba.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-01 15:09:28 +0100
committerRemi Collet <remi@remirepo.net>2018-02-01 15:09:28 +0100
commite9f715e3e70406ac5ec267acae0ce84221c4f414 (patch)
treebed1521578fd66f905835aec29abdf3a69d5c11f /php-pinba.spec
parent934516eb147d1b9b5d9649d59d3d2c1daac6719f (diff)
v1.1.1
Diffstat (limited to 'php-pinba.spec')
-rw-r--r--php-pinba.spec15
1 files changed, 11 insertions, 4 deletions
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