[php-phpunit-comparator/epel7] update to 1.1.1

Remi Collet remi at fedoraproject.org
Fri Jan 30 08:42:19 UTC 2015


commit a233d3ea5b075b973c4f6030d6367783326365ce
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Jan 30 08:53:46 2015 +0100

    update to 1.1.1
    
    - raise dependency on sebastian/diff >= 1.2
    - raise dependency on sebastian/exporter >= 1.2
    
    (cherry picked from commit 2805290728a202465a45a8fc7d4bac16a643f97d)

 .gitignore                  |    5 ++---
 php-phpunit-comparator.spec |   21 ++++++++++++---------
 sources                     |    2 +-
 3 files changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c1b478..8ba2c64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
-/comparator-1.0.0.tar.gz
-/comparator-1.0.1.tar.gz
-/comparator-1.1.0.tar.gz
+clog
+/comparator-1.1.1.tar.gz
diff --git a/php-phpunit-comparator.spec b/php-phpunit-comparator.spec
index 5495b9b..883e2cf 100644
--- a/php-phpunit-comparator.spec
+++ b/php-phpunit-comparator.spec
@@ -1,13 +1,13 @@
 # spec file for php-phpunit-comparator
 #
-# Copyright (c) 2014 Remi Collet
+# Copyright (c) 2014-2015 Remi Collet
 # License: CC-BY-SA
 # http://creativecommons.org/licenses/by-sa/3.0/
 #
 # Please, preserve the changelog entries
 #
 %global bootstrap    0
-%global gh_commit    c484a80f97573ab934e37826dba0135a3301b26a
+%global gh_commit    1dd8869519a225f7f2b9eb663e225298fade819e
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
 %global gh_project   comparator
@@ -19,7 +19,7 @@
 %endif
 
 Name:           php-phpunit-comparator
-Version:        1.1.0
+Version:        1.1.1
 Release:        1%{?dist}
 Summary:        Compare PHP values for equality
 
@@ -37,12 +37,12 @@ BuildRequires:  %{_bindir}/phpunit
 
 # from composer.json
 #        "php": ">=5.3.3",
-#        "sebastian/diff": "~1.1",
-#        "sebastian/exporter": "~1.0"
+#        "sebastian/diff": "~1.2",
+#        "sebastian/exporter": "~1.2"
 Requires:       php(language) >= 5.3.3
-Requires:       php-composer(sebastian/diff)  >= 1.1
+Requires:       php-composer(sebastian/diff)  >= 1.2
 Requires:       php-composer(sebastian/diff)  <  2
-Requires:       php-composer(sebastian/exporter) >= 1.0
+Requires:       php-composer(sebastian/exporter) >= 1.2
 Requires:       php-composer(sebastian/exporter) <  2
 # from phpcompatinfo report for version 1.0.0
 Requires:       php-date
@@ -74,8 +74,6 @@ cp -pr src %{buildroot}%{php_home}/Comparator
 %if %{with_tests}
 sed -e 's/vendor/src/' -i tests/bootstrap.php
 sed -e '/log/d' phpunit.xml.dist >phpunit.xml
-# https://github.com/sebastianbergmann/comparator/issues/7
-sed -e 's/f4c3b00c/74c3b00c/' -i tests/NumericComparatorTest.php
 
 phpunit \
   --include-path %{_datadir}/php \
@@ -94,6 +92,11 @@ phpunit \
 
 
 %changelog
+* Fri Jan 30 2015 Remi Collet <remi at fedoraproject.org> - 1.1.1-1
+- update to 1.1.1
+- raise dependency on sebastian/diff >= 1.2
+- raise dependency on sebastian/exporter >= 1.2
+
 * Thu Dec  4 2014 Remi Collet <remi at fedoraproject.org> - 1.1.0-1
 - update to 1.1.0
 
diff --git a/sources b/sources
index 261ca5f..eb9d48d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9eb60bd7df65c01667f3854dca2695fd  comparator-1.1.0.tar.gz
+5fa2f155775375e2449237ea6fc4535e  comparator-1.1.1.tar.gz


More information about the scm-commits mailing list