[php-ocramius-instantiator] update to 1.1.3 (fix for 5.6)

Remi Collet remi at fedoraproject.org
Mon Aug 25 17:26:41 UTC 2014


commit 322a92601335e4b9c56d11063ae4b348498aee4e
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Aug 25 19:26:36 2014 +0200

    update to 1.1.3 (fix for 5.6)

 .gitignore                     |    1 +
 php-ocramius-instantiator.spec |   16 +++++++---------
 sources                        |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cbeaea5..cbfceb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Instantiator-1.0.0.tar.gz
 /Instantiator-1.1.2.tar.gz
+/Instantiator-1.1.3.tar.gz
diff --git a/php-ocramius-instantiator.spec b/php-ocramius-instantiator.spec
index 7917f8f..884a169 100644
--- a/php-ocramius-instantiator.spec
+++ b/php-ocramius-instantiator.spec
@@ -9,7 +9,7 @@
 
 # bootstrap needed when rebuilding PHPUnit for new major version
 %global bootstrap    0
-%global gh_commit    a7abbb5fc9df6e7126af741dd6c140d1a7369435
+%global gh_commit    e24a12178906ff2e7471b8aaf3a0eb789b59f881
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     Ocramius
 %global gh_project   Instantiator
@@ -18,11 +18,10 @@
 %else
 %global with_tests   %{?_without_tests:0}%{!?_without_tests:1}
 %endif
-%global phpverid     %(%{_bindir}/php -r 'echo PHP_VERSION_ID;' || echo 50000)
 
 Name:           php-ocramius-instantiator
-Version:        1.1.2
-Release:        2%{?dist}
+Version:        1.1.3
+Release:        1%{?dist}
 Summary:        Instantiate objects in PHP without invoking their constructors
 
 Group:          Development/Libraries
@@ -85,14 +84,10 @@ sed -e '/Instantiator/d' \
     >PHPUnit/Autoload.php
 fi
 
-: Run test suite with PHP  %{phpverid}
+: Run test suite
 %{_bindir}/phpunit \
     --bootstrap autoload.php \
-%if %{phpverid} >= 50600
-    -d date.timezone=UTC || : Ignore test suite result
-%else
     -d date.timezone=UTC
-%endif
 %else
 : Test suite disabled
 %endif
@@ -106,6 +101,9 @@ fi
 
 
 %changelog
+* Mon Aug 25 2014 Remi Collet <remi at fedoraproject.org> - 1.1.3-1
+- update to 1.1.3
+
 * Sat Aug 16 2014 Remi Collet <remi at fedoraproject.org> - 1.1.2-2
 - fix test suite
 
diff --git a/sources b/sources
index f1f7b78..a783fed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b46e1851190fca3a4e7d19da6b311f9a  Instantiator-1.1.2.tar.gz
+5f05ce9070e9ae353e2fb55478294ea4  Instantiator-1.1.3.tar.gz


More information about the scm-commits mailing list