From c7768284f821955bc1e3716012ff9d0b8a9508a6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Jun 2014 13:35:04 +0200 Subject: [PATCH] rebuild for https://fedoraproject.org/wiki/Changes/Php56 --- php-pecl-rrd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-rrd.spec b/php-pecl-rrd.spec index 88b98f8..d1d48d0 100644 --- a/php-pecl-rrd.spec +++ b/php-pecl-rrd.spec @@ -12,7 +12,7 @@ %global with_zts 0%{?__ztsphp:1} %global pecl_name rrd -%if 0%{?fedora} < 21 +%if "%{php_version}" < "5.6" %global ini_name %{pecl_name}.ini %else %global ini_name 40-%{pecl_name}.ini @@ -21,7 +21,7 @@ Summary: PHP Bindings for rrdtool Name: php-pecl-rrd Version: 1.1.3 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/rrd @@ -166,6 +166,9 @@ fi %changelog +* Thu Jun 19 2014 Remi Collet - 1.1.3-4 +- rebuild for https://fedoraproject.org/wiki/Changes/Php56 + * Sat Jun 07 2014 Fedora Release Engineering - 1.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild