[php-phpunit-environment/epel7] update to 1.2.1

Remi Collet remi at fedoraproject.org
Wed Dec 3 07:58:34 UTC 2014


commit 0c455f5681e6dcedb0c0f5ae9fdc6ca9c92bd50a
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Dec 3 08:49:05 2014 +0100

    update to 1.2.1
    
    (cherry picked from commit 273040e9fcf14a9ca3e4dcb7c808ff9a25291513)

 .gitignore                   |    1 +
 environment-upstream.patch   |  115 ------------------------------------------
 php-phpunit-environment.spec |   19 ++-----
 sources                      |    2 +-
 4 files changed, 8 insertions(+), 129 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2527140..ccf4888 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ clog
 /environment-1.0.1.tar.gz
 /environment-1.1.0.tar.gz
 /environment-1.2.0.tar.gz
+/environment-1.2.1.tar.gz
diff --git a/php-phpunit-environment.spec b/php-phpunit-environment.spec
index b28cfe3..e082341 100644
--- a/php-phpunit-environment.spec
+++ b/php-phpunit-environment.spec
@@ -7,7 +7,7 @@
 # Please, preserve the changelog entries
 #
 %global bootstrap    0
-%global gh_commit    0d9bf79554d2a999da194a60416c15cf461eb67d
+%global gh_commit    6e6c71d918088c251b181ba8b3088af4ac336dd7
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
 %global gh_project   environment
@@ -19,7 +19,7 @@
 %endif
 
 Name:           php-phpunit-environment
-Version:        1.2.0
+Version:        1.2.1
 Release:        1%{?dist}
 Summary:        Handle HHVM/PHP environments
 
@@ -28,8 +28,6 @@ License:        BSD
 URL:            https://github.com/%{gh_owner}/%{gh_project}
 Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
 
-Patch0:         %{gh_project}-upstream.patch
-
 BuildArch:      noarch
 BuildRequires:  php(language) >= 5.3.3
 BuildRequires:  %{_bindir}/phpab
@@ -52,8 +50,6 @@ has runtime-specific (PHP / HHVM) execution paths.
 %prep
 %setup -q -n %{gh_project}-%{gh_commit}
 
-%patch0 -p1
-
 
 %build
 # Generate the Autoloader
@@ -77,13 +73,7 @@ then
     >PHPUnit/Autoload.php
 fi
 
-# Ignore this test which requires a tty
-# https://github.com/sebastianbergmann/environment/issues/5
-rm -f tests/ConsoleTest.php
-
-phpunit \
-  --bootstrap src/autoload.php \
-  -d date.timezone=UTC
+phpunit --bootstrap src/autoload.php
 %endif
 
 
@@ -94,6 +84,9 @@ phpunit \
 
 
 %changelog
+* Tue Dec  2 2014 Remi Collet <remi at fedoraproject.org> - 1.2.1-1
+- update to 1.2.1
+
 * Mon Nov  3 2014 Remi Collet <remi at fedoraproject.org> - 1.2.0-1
 - update to 1.2.0
 - upstream patch to avoid error in mock (no tty)
diff --git a/sources b/sources
index 71377da..dde232a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-086f0a355ace9d47ef39d0309e4b5c60  environment-1.2.0.tar.gz
+78cc91f02103424d1ef46d58fb67d2ab  environment-1.2.1.tar.gz


More information about the scm-commits mailing list