From 018608b11cc5c28afbe08c8f93b06174263994fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Mar 2014 19:19:40 +0100 Subject: php-pecl-inotify: allow SCL build --- php-pecl-inotify.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-pecl-inotify.spec b/php-pecl-inotify.spec index 9fc4cd1..1a7c72e 100644 --- a/php-pecl-inotify.spec +++ b/php-pecl-inotify.spec @@ -17,7 +17,7 @@ Summary: Inotify Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 0.1.6 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -200,7 +200,7 @@ rm -rf %{buildroot} %changelog -* Fri Nov 29 2013 Remi Collet - 0.1.6-2 +* Thu Mar 20 2014 Remi Collet - 0.1.6-3 - adapt for SCL * Sun Nov 24 2013 Remi Collet - 0.1.6-2 -- cgit