summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-03-29 18:36:40 +0200
committerRemi Collet <fedora@famillecollet.com>2015-03-29 18:36:40 +0200
commit6db4a67c806f5c8a8dab0a784df455f5ad2b0650 (patch)
tree0cc2d4ef9505ae5a17057c3642eab2c14ebe77ba
parentc99235a4d36f14d31ea596c5f5b5656bd9426e18 (diff)
php-phpunit-DbUnit: 1.3.2
-rw-r--r--php-phpunit-DbUnit.spec23
1 files changed, 17 insertions, 6 deletions
diff --git a/php-phpunit-DbUnit.spec b/php-phpunit-DbUnit.spec
index 52e8676..7b97e25 100644
--- a/php-phpunit-DbUnit.spec
+++ b/php-phpunit-DbUnit.spec
@@ -2,11 +2,11 @@
#
# Copyright (c) 2010-2015 Remi Collet
# License: CC-BY-SA
-# http://creativecommons.org/licenses/by-sa/3.0/
+# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit a5891b7a9c4f21587a51f9bc4e8f7042b741b480
+%global gh_commit 1507040c2541bdffd7fbd71fc792cecdea6a7c61
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project dbunit
@@ -16,8 +16,8 @@
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
Name: php-phpunit-DbUnit
-Version: 1.3.1
-Release: 4%{?dist}
+Version: 1.3.2
+Release: 1%{?dist}
Summary: DbUnit port for PHP/PHPUnit
Group: Development/Libraries
@@ -34,11 +34,18 @@ BuildRequires: php-pear-PHPUnit >= 3.7.0
%endif
# From composer.json
+# "php": ">=5.3.3",
+# "phpunit/phpunit": "~3.7|~4.0",
+# "symfony/yaml": "~2.1",
+# "ext-pdo": "*",
+# "ext-simplexml": "*"
Requires: php(language) >= 5.3.3
Requires: php-pdo
Requires: php-simplexml
-Requires: php-pear-PHPUnit >= 3.7.0
-Requires: php-symfony-yaml >= 2.1.0
+Requires: php-composer(phpunit/phpunit) >= 3.7
+Requires: php-composer(phpunit/phpunit) < 5
+Requires: php-composer(symfony/yaml) >= 2.1
+Requires: php-composer(symfony/yaml) < 3
# From phpcompatinfo report for version 1.3.0
Requires: php-libxml
Requires: php-reflection
@@ -108,6 +115,10 @@ fi
%changelog
+* Sun Mar 29 2015 Remi Collet <remi@fedoraproject.org> - 1.4.0-1
+- update to 1.3.2
+- switch all dependencies to composer
+
* Sun Jun 08 2014 Remi Collet <remi@fedoraproject.org> - 1.3.1-4
- fix FTBFS, add BR php-pdo
- add composer provides