[php-phpunit-PHP-Invoker] update to 1.1.0

Remi Collet remi at fedoraproject.org
Tue Jan 24 16:41:27 UTC 2012


commit 04e4f64481d8d8f078660db0e5aca50b9a32aa56
Author: remi <fedora at famillecollet.com>
Date:   Tue Jan 24 17:40:53 2012 +0100

    update to 1.1.0

 .gitignore                   |    1 +
 php-phpunit-PHP-Invoker.spec |   10 +++++++---
 sources                      |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c199aa..7a0c914 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 package-*.xml
 /PHP_Invoker-1.0.0.tgz
 /PHP_Invoker-1.0.1.tgz
+/PHP_Invoker-1.1.0.tgz
diff --git a/php-phpunit-PHP-Invoker.spec b/php-phpunit-PHP-Invoker.spec
index d6d0bce..09979cc 100644
--- a/php-phpunit-PHP-Invoker.spec
+++ b/php-phpunit-PHP-Invoker.spec
@@ -4,8 +4,8 @@
 %global pear_name PHP_Invoker
 
 Name:           php-phpunit-PHP-Invoker
-Version:        1.0.1
-Release:        2%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        Utility class for invoking callables with a timeout
 
 Group:          Development/Libraries
@@ -21,7 +21,7 @@ BuildRequires:  php-channel(%{channel})
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Requires:       php-pear(PEAR) >= 1.9.4
-Requires:       php-channel(%{channel})
+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
 
@@ -79,6 +79,10 @@ fi
 
 
 %changelog
+* 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
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index a31dd25..637fce8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1170a859bda39444cd7758772b9fcccc  PHP_Invoker-1.0.1.tgz
+d18d1595f2722c6dd2e6f3cd68a04712  PHP_Invoker-1.1.0.tgz


More information about the scm-commits mailing list