remi pushed to php-phpspec-prophecy (master). "- update to 1.4.0 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Mar 30 07:48:31 UTC 2015


>From 1229c939248d73ff4ad89261dc05be577f8252a2 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi at fedoraproject.org>
Date: Mon, 30 Mar 2015 09:48:21 +0200
Subject: - update to 1.4.0 - add dependency on sebastian/comparator


diff --git a/.gitignore b/.gitignore
index dedaf0e..80e7ccf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
+clog
 /prophecy-1.3.1.tar.gz
+/prophecy-1.4.0.tar.gz
diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec
index d90fa0a..5c7f783 100644
--- a/php-phpspec-prophecy.spec
+++ b/php-phpspec-prophecy.spec
@@ -7,7 +7,7 @@
 # Please, preserve the changelog entries
 #
 %global bootstrap    1
-%global gh_commit    9ca52329bcdd1500de24427542577ebf3fc2f1c9
+%global gh_commit    8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     phpspec
 %global gh_project   prophecy
@@ -19,7 +19,7 @@
 %endif
 
 Name:           php-phpspec-prophecy
-Version:        1.3.1
+Version:        1.4.0
 Release:        1%{?dist}
 Summary:        Highly opinionated mocking framework for PHP
 
@@ -36,9 +36,12 @@ BuildRequires:  %{_bindir}/phpspec
 
 # from composer.json, requires
 #        "phpdocumentor/reflection-docblock": "~2.0",
-#        "doctrine/instantiator":             "~1.0,>=1.0.2"
+#        "sebastian/comparator":              "~1.1",
+#        "doctrine/instantiator":             "^1.0.2"
 Requires:       php-composer(phpdocumentor/reflection-docblock) >= 2.0
 Requires:       php-composer(phpdocumentor/reflection-docblock) <  3
+Requires:       php-composer(sebastian/comparator)              >= 1.1
+Requires:       php-composer(sebastian/comparator)              <  2
 # use 1.0.4 to ensure we have the autoloader
 Requires:       php-composer(doctrine/instantiator)             >= 1.0.4
 Requires:       php-composer(doctrine/instantiator)             <  2
@@ -70,6 +73,7 @@ to be used inside any testing framework out there with minimal effort.
 cat <<EOF | tee -a src/Prophecy/autoload.php
 // Dependencies' autoloaders
 require_once 'Doctrine/Instantiator/autoload.php';
+require_once 'SebastianBergmann/Comparator/autoload.php';
 require_once 'phpDocumentor/Reflection/DocBlock/autoload.php';
 EOF
 
@@ -99,5 +103,9 @@ cp -pr src/* %{buildroot}%{_datadir}/php
 
 
 %changelog
+* Sun Mar 29 2015 Remi Collet <remi at fedoraproject.org> - 1.4.0-1
+- update to 1.4.0
+- add dependency on sebastian/comparator
+
 * Fri Feb 13 2015 Remi Collet <remi at fedoraproject.org> - 1.3.1-1
 - initial package
\ No newline at end of file
diff --git a/sources b/sources
index 4db2351..6967fa8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee34683c3a8c9cf5889a18bc3b663cdc  prophecy-1.3.1.tar.gz
+8ecf4fbe8b774b3498e85aa05fb298e2  prophecy-1.4.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/php-phpspec-prophecy.git/commit/?h=master&id=1229c939248d73ff4ad89261dc05be577f8252a2


More information about the scm-commits mailing list