From 93131504ae6cc309ec1fd5886d1e76df971f5d2d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jan 2018 15:15:42 +0100 Subject: Update to 3.0.3 use range dependencies on F27+ --- php-phpunit-dbunit3.spec | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'php-phpunit-dbunit3.spec') 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 - 3.0.3-1 +- Update to 3.0.3 +- use range dependencies on F27+ + * Tue Dec 19 2017 Remi Collet - 3.0.2-3 - fix autoloader for symfony/yaml -- cgit