From 5b2b16eb633b26542fead4d4bcdb6b7a8c3b5dcf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 May 2014 10:49:00 +0200 Subject: php-pecl-xmldiff: bump release --- php-pecl-xmldiff.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec index 187bb51..4502566 100644 --- a/php-pecl-xmldiff.spec +++ b/php-pecl-xmldiff.spec @@ -25,7 +25,7 @@ Summary: XML diff and merge Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 0.9.2 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -243,6 +243,9 @@ rm -rf %{buildroot} %changelog +* Fri May 30 2014 Remi Collet - 0.9.2-4 +- rebuild to have NEVR > Fedora or EPEL one + * Thu Apr 17 2014 Remi Collet - 0.9.2-3 - add numerical prefix to extension configuration file (php 5.6) -- cgit