diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-06 09:34:55 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-06 09:34:55 +0100 |
commit | 8cc69c1915a33bcfa69f55561b2cc51ce68e1495 (patch) | |
tree | 3950dc6f0adcd1f87810f97fc01bb7c7ff4fc878 | |
parent | 80f49773dc92e757d0f61fb7e10ead2f55398f9d (diff) |
php-phpunit-diff: 1.4.0
-rw-r--r-- | php-phpunit-diff.spec | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/php-phpunit-diff.spec b/php-phpunit-diff.spec index b34e65a..8793e1e 100644 --- a/php-phpunit-diff.spec +++ b/php-phpunit-diff.spec @@ -1,4 +1,4 @@ -# spec file for php-phpunit-diff +# remirepo/fedora spec file for php-phpunit-diff # # Copyright (c) 2013-2015 Remi Collet # License: CC-BY-SA @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 863df9687835c62aa423a22412d26fa2ebde3fd3 +%global gh_commit 2b0112e42c338afa9ad9dfeb94d66f6d84c2f828 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project diff @@ -21,7 +21,7 @@ %endif Name: php-phpunit-diff -Version: 1.3.0 +Version: 1.4.0 Release: 1%{?dist} Summary: Diff implementation @@ -36,8 +36,9 @@ BuildRequires: php(language) >= 5.3.3 BuildRequires: %{_bindir}/phpab %if %{with_tests} # from composer.json, "require-dev": { -# "phpunit/phpunit": "~4.2" -BuildRequires: php-composer(phpunit/phpunit) >= 4.2 +# "phpunit/phpunit": "~5" +# min version ignored +BuildRequires: php-composer(phpunit/phpunit) %endif # from composer.json @@ -107,6 +108,9 @@ fi %changelog +* Sun Dec 6 2015 Remi Collet <remi@fedoraproject.org> - 1.4.0-1 +- update to 1.4.0 + * Fri Apr 3 2015 Remi Collet <remi@fedoraproject.org> - 1.3.0-1 - update to 1.3.0 |