From 0b721b052c10df09f987dc0be7d0c1bb73994d15 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Feb 2015 10:22:16 +0100 Subject: php-pecl-xmldiff: 1.1.1 --- php-pecl-xmldiff.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'php-pecl-xmldiff.spec') diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec index 3b66bdb..4c731f1 100644 --- a/php-pecl-xmldiff.spec +++ b/php-pecl-xmldiff.spec @@ -24,7 +24,7 @@ Summary: XML diff and merge Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -107,9 +107,6 @@ sed -e '/name="diffmark/d' \ mv %{pecl_name}-%{version} NTS cd NTS -# http://svn.php.net/viewvc?view=revision&revision=335853 -sed -e 's:/PHP_LIBDIR:/$PHP_LIBDIR:' -i config.m4 - # drop bundled library to ensure it is not used rm -rf diffmark @@ -257,6 +254,9 @@ rm -rf %{buildroot} %changelog +* Mon Feb 02 2015 Remi Collet - 1.1.1-1 +- Update to 1.1.1 (stable) + * Mon Feb 02 2015 Remi Collet - 1.1.0-1 - Update to 1.1.0 (stable) - drop runtime dependency on pear, new scriptlets -- cgit