diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-xmldiff.spec | 8 | 
2 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #156 xmldiff version 1.1.0 ] { +Extension [ <persistent> extension #156 xmldiff version 1.1.1 ] {    - Dependencies {      Dependency [ dom (Required) ] 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 <remi@fedoraproject.org> - 1.1.1-1 +- Update to 1.1.1 (stable) +  * Mon Feb 02 2015 Remi Collet <remi@fedoraproject.org> - 1.1.0-1  - Update to 1.1.0 (stable)  - drop runtime dependency on pear, new scriptlets  | 
