[php-phpunit-PHPUnit-MockObject/el6] update to 1.1.1 (bugfix)

Remi Collet remi at fedoraproject.org
Thu Jan 19 05:23:16 UTC 2012


commit ae9d5787784e9502810b30e13acdc17d41270794
Author: remi <fedora at famillecollet.com>
Date:   Thu Jan 19 06:07:20 2012 +0100

    update to 1.1.1 (bugfix)

 .gitignore                          |    1 +
 php-phpunit-PHPUnit-MockObject.spec |    6 +++++-
 sources                             |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e321908..b667cd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ package*.xml
 /PHPUnit_MockObject-1.0.8.tgz
 /PHPUnit_MockObject-1.0.9.tgz
 /PHPUnit_MockObject-1.1.0.tgz
+/PHPUnit_MockObject-1.1.1.tgz
diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec
index 7227845..1aa1bc4 100644
--- a/php-phpunit-PHPUnit-MockObject.spec
+++ b/php-phpunit-PHPUnit-MockObject.spec
@@ -3,7 +3,7 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-PHPUnit-MockObject
-Version:        1.1.0
+Version:        1.1.1
 Release:        1%{?dist}
 Summary:        Mock Object library for PHPUnit
 
@@ -19,6 +19,7 @@ BuildRequires:  php-channel(%{channel})
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
+Requires:       php-pear(PEAR) >= 1.9.4
 Requires:       php-soap >= 5.2.7
 Requires:       php-pear(%{channel}/Text_Template) >= 1.1.1
 Requires:       php-pear(%{channel}/PHPUnit) >= 3.6.0
@@ -78,6 +79,9 @@ fi
 
 
 %changelog
+* Thu Jan 19 2012 Remi Collet <remi at fedoraproject.org> - 1.1.1-1
+- Version 1.1.1 (stable) - API 1.1.0 (stable)
+
 * Tue Nov 01 2011 Remi Collet <remi at fedoraproject.org> - 1.1.0-1
 - Version 1.1.0 (stable) - API 1.1.0 (stable)
 - remove PEAR hack
diff --git a/sources b/sources
index 6047376..f43b5f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-158b177ccd0026a8183f631c54ce9cfc  PHPUnit_MockObject-1.1.0.tgz
+60edd0b9f5d8d8b5318dbf73a44a656c  PHPUnit_MockObject-1.1.1.tgz


More information about the scm-commits mailing list