[php-phpunit-PHP-Invoker/el6] updatre to 1.1.2

Remi Collet remi at fedoraproject.org
Fri Apr 12 14:32:24 UTC 2013


commit 343d8937ce42aa36462857f59709beae90b75415
Author: Remi Collet <rcollet at redhat.com>
Date:   Fri Apr 12 16:32:09 2013 +0200

    updatre to 1.1.2

 .gitignore                   |    2 ++
 php-phpunit-PHP-Invoker.spec |   13 +++++++++----
 sources                      |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a0c914..fffba44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ package-*.xml
 /PHP_Invoker-1.0.0.tgz
 /PHP_Invoker-1.0.1.tgz
 /PHP_Invoker-1.1.0.tgz
+/PHP_Invoker-1.1.1.tgz
+/PHP_Invoker-1.1.2.tgz
diff --git a/php-phpunit-PHP-Invoker.spec b/php-phpunit-PHP-Invoker.spec
index 8f7dfb2..c844b6a 100644
--- a/php-phpunit-PHP-Invoker.spec
+++ b/php-phpunit-PHP-Invoker.spec
@@ -1,10 +1,11 @@
+%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 
 %global channel   pear.phpunit.de
 %global pear_name PHP_Invoker
 
 Name:           php-phpunit-PHP-Invoker
-Version:        1.1.0
+Version:        1.1.2
 Release:        1%{?dist}
 Summary:        Utility class for invoking callables with a timeout
 
@@ -22,8 +23,9 @@ Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Requires:       php-pear(PEAR) >= 1.9.4
 Requires:       php-pear(%{channel}/PHP_Timer) >= 1.0.1
-# merge php-cntl + php >= 5.2.7, php-cli provides php-pcntl
-Requires:       php-cli >= 5.2.7
+Requires:       php-common >= 5.2.7
+Requires:       php-pcntl
+Requires:       php-spl
 
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
 
@@ -49,7 +51,7 @@ rm -rf %{buildroot}
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Clean up unnecessary files
-rm -rf %{buildroot}%{pear_phpdir}/.??*
+rm -rf %{buildroot}%{pear_metadir}/.??*
 
 # Install XML package description
 install -Dpm 644 %{name}.xml %{buildroot}%{pear_xmldir}/%{name}.xml
@@ -79,6 +81,9 @@ fi
 
 
 %changelog
+* Sat Oct  6 2012 Remi Collet <remi at fedoraproject.org> - 1.1.2-1
+- Update to 1.1.2 (stable) - API 1.1.0
+
 * Tue Jan 24 2012 Remi Collet <remi at fedoraproject.org> - 1.1.0-1
 - Update to 1.1.0 (stable) - API 1.1.0
 - now requires PHP_Timer
diff --git a/sources b/sources
index 637fce8..61acdb0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d18d1595f2722c6dd2e6f3cd68a04712  PHP_Invoker-1.1.0.tgz
+a0518dfb969856c292182dd72703ad40  PHP_Invoker-1.1.2.tgz


More information about the scm-commits mailing list