[php-phpunit-PHPUnit-MockObject] update to 2.1.3

Remi Collet remi at fedoraproject.org
Mon Jun 9 07:44:48 UTC 2014


commit 1257c9a1a5230a7874fcaaa31bf555ad39a05249
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Jun 9 09:44:38 2014 +0200

    update to 2.1.3

 .gitignore                          |    1 +
 php-phpunit-PHPUnit-MockObject.spec |   15 +++++++++------
 sources                             |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1990574..0563210 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ clog
 /PHPUnit_MockObject-1.2.3.tgz
 /phpunit-mock-objects-2.1.0.tar.gz
 /phpunit-mock-objects-2.1.2.tar.gz
+/phpunit-mock-objects-2.1.3.tar.gz
diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec
index cdb250d..3317ff9 100644
--- a/php-phpunit-PHPUnit-MockObject.spec
+++ b/php-phpunit-PHPUnit-MockObject.spec
@@ -6,7 +6,7 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    4a6423af97d4b4a0010a1ac5addfad4843c3e97b
+%global gh_commit    92f4b49d2cd4f2537db7ef969231f3d43c8da957
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
 %global gh_project   phpunit-mock-objects
@@ -17,7 +17,7 @@
 %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:           php-phpunit-PHPUnit-MockObject
-Version:        2.1.2
+Version:        2.1.3
 Release:        1%{?dist}
 Summary:        Mock Object library for PHPUnit
 
@@ -35,20 +35,20 @@ Patch0:         %{gh_project}-rpm.patch
 BuildArch:      noarch
 BuildRequires:  %{_bindir}/phpab
 %if %{with_tests}
-BuildRequires:  php-pear-PHPUnit >= 4.0.0
+BuildRequires:  php-pear-PHPUnit >= 4.1.0
 %endif
 
 # From composer.json
 Requires:       php(language) >= 5.3.3
-Requires:       php-phpunit-Text-Template >= 1.2
-Requires:       php-phpunit-Text-Template <  2
+Requires:       php-composer(phpunit/php-text-template) >= 1.2
+Requires:       php-composer(phpunit/php-text-template) <  2
 # From phpcompatinfo report for version 2.0.5
 Requires:       php-pcre
 Requires:       php-reflection
 Requires:       php-soap
 Requires:       php-spl
 
-Provides:       php-composer(phpunit/%{gh_project})
+Provides:       php-composer(phpunit/phpunit-mock-objects) = %{version}
 
 
 %description
@@ -100,6 +100,9 @@ fi
 
 
 %changelog
+* Sat Jun  7 2014 Remi Collet <remi at fedoraproject.org> - 2.1.3-1
+- update to 2.1.3
+
 * Sat Jun  7 2014 Remi Collet <remi at fedoraproject.org> - 2.1.2-1
 - update to 2.1.2
 - add composer provide
diff --git a/sources b/sources
index 493c946..386cc07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfbc3d6b1398e6fb29f6598bb85ef7f5  phpunit-mock-objects-2.1.2.tar.gz
+00a8abc9ecba5bc32f629ad97505f9ea  phpunit-mock-objects-2.1.3.tar.gz


More information about the scm-commits mailing list