From 1ac8ff44f695cd5c22c57981d31ffa4ae11c8e11 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Dec 2014 16:15:23 +0100 Subject: Fedora 21 SCL mass rebuild (done) --- php-pecl-xdebug.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index ab4adb5..cb7a6f8 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -30,7 +30,7 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: 2.2.6 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1 %if 0%{?gitver:1} Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{commit}/%{pecl_name}-%{version}-%{gitver}.tar.gz %else @@ -259,6 +259,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 24 2014 Remi Collet - 2.2.6-3.1 +- Fedora 21 SCL mass rebuild + * Wed Dec 3 2014 Remi Collet - 2.2.6-3 - more upstream patch -- cgit