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

Remi Collet remi at fedoraproject.org
Mon Jul 7 14:00:56 UTC 2014


commit 423ca116f25bda41046981109e44b08b97bbc485
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Jul 7 16:01:07 2014 +0200

    update to 2.1.5

 .gitignore                          |    1 +
 php-phpunit-PHPUnit-MockObject.spec |   11 +++++------
 sources                             |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6f30af..6673b53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ clog
 /phpunit-mock-objects-2.1.2.tar.gz
 /phpunit-mock-objects-2.1.3.tar.gz
 /phpunit-mock-objects-2.1.4.tar.gz
+/phpunit-mock-objects-2.1.5.tar.gz
diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec
index 2164c4b..d1ada6e 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    1a894a16b6c15fcdc5ef2b110f0e6233952c9b0f
+%global gh_commit    7878b9c41edb3afab92b85edf5f0981014a2713a
 %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.4
+Version:        2.1.5
 Release:        1%{?dist}
 Summary:        Mock Object library for PHPUnit
 
@@ -32,9 +32,6 @@ Source1:        Autoload.php.in
 # Temporary workaround, under investigation
 Patch0:         %{gh_project}-rpm.patch
 
-# https://github.com/sebastianbergmann/phpunit-mock-objects/pull/176
-Patch1:         %{gh_project}-pr176.patch
-
 BuildArch:      noarch
 BuildRequires:  %{_bindir}/phpab
 %if %{with_tests}
@@ -62,7 +59,6 @@ Mock Object library for PHPUnit
 %setup -q -n %{gh_project}-%{gh_commit}
 
 %patch0 -p1
-%patch1 -p1
 
 find . -name \*.orig -exec rm {} \; -print
 
@@ -105,6 +101,9 @@ fi
 
 
 %changelog
+* Mon Jul 07 2014 Remi Collet <remi at fedoraproject.org> - 2.1.5-1
+- update to 2.1.5
+
 * Thu Jun 12 2014 Remi Collet <remi at fedoraproject.org> - 2.1.4-1
 - update to 2.1.4
 - add upstream patch to fix unserialize issue
diff --git a/sources b/sources
index 271a7b2..d4ce01d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aafbd925f039eae2b2740435f5ab88ae  phpunit-mock-objects-2.1.4.tar.gz
+47d03e948a92f94dee29f3bc0f197aaa  phpunit-mock-objects-2.1.5.tar.gz


More information about the scm-commits mailing list