diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-23 15:15:42 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-23 15:15:42 +0100 |
commit | 93131504ae6cc309ec1fd5886d1e76df971f5d2d (patch) | |
tree | bd9628e97e78d8f936d4137df99cebab12c5d3c4 | |
parent | 3c4584cc007cda9be393fea566f52c17b5b7aaf8 (diff) |
Update to 3.0.3
use range dependencies on F27+
-rw-r--r-- | php-phpunit-dbunit3.spec | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/php-phpunit-dbunit3.spec b/php-phpunit-dbunit3.spec index 1bb2385..5b5a59c 100644 --- a/php-phpunit-dbunit3.spec +++ b/php-phpunit-dbunit3.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-phpunit-dbunit3 # -# Copyright (c) 2010-2017 Remi Collet +# Copyright (c) 2010-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 403350339b6aca748ee0067d027d85621992e21f +%global gh_commit 0fa4329e490480ab957fe7b1185ea0996ca11f44 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project dbunit @@ -20,8 +20,8 @@ %global with_tests 0%{!?_without_tests:1} %global ver_major 3 %global ver_minor 0 -%global ver_patch 2 -%global specrel 3 +%global ver_patch 3 +%global specrel 1 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: %{ver_major}.%{ver_minor}.%{ver_patch} @@ -40,8 +40,8 @@ BuildRequires: php(language) >= 7.0 BuildRequires: php-pdo BuildRequires: php-simplexml BuildRequires: phpunit6 -%if 0%{?fedora} >= 26 -BuildRequires: php-composer(symfony/yaml) < 5 +%if 0%{?fedora} >= 27 +BuildRequires: (php-composer(symfony/yaml) >= 3.0 with php-composer(symfony/yaml) < 5) %else BuildRequires: php-composer(symfony/yaml) < 4 %endif @@ -57,8 +57,8 @@ Requires: php(language) >= 7.0 Requires: php-pdo Requires: php-simplexml Requires: phpunit6 -%if 0%{?fedora} >= 26 -Requires: php-composer(symfony/yaml) < 5 +%if 0%{?fedora} >= 27 +Requires: (php-composer(symfony/yaml) >= 3.0 with php-composer(symfony/yaml) < 5) %else Requires: php-composer(symfony/yaml) < 4 %endif @@ -138,6 +138,10 @@ exit $ret %changelog +* Tue Jan 23 2018 Remi Collet <remi@remirepo.net> - 3.0.3-1 +- Update to 3.0.3 +- use range dependencies on F27+ + * Tue Dec 19 2017 Remi Collet <remi@remirepo.net> - 3.0.2-3 - fix autoloader for symfony/yaml |