diff options
Diffstat (limited to 'php-theseer-fDOMDocument.spec')
-rw-r--r-- | php-theseer-fDOMDocument.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/php-theseer-fDOMDocument.spec b/php-theseer-fDOMDocument.spec index 8614eb4..2831941 100644 --- a/php-theseer-fDOMDocument.spec +++ b/php-theseer-fDOMDocument.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-theseer-fDOMDocument # -# Copyright (c) 2013-2017 Remi Collet +# Copyright (c) 2013-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -17,10 +17,9 @@ Name: php-theseer-fDOMDocument Version: 1.6.6 -Release: 1%{?dist} +Release: 6%{?dist} Summary: An Extension to PHP standard DOM -Group: Development/Libraries License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz @@ -28,7 +27,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit BuildArch: noarch BuildRequires: php(language) >= 5.3.3 # For test -%if 0%{?fedora} >= 26 +%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8 %global phpunit %{_bindir}/phpunit6 %else %global phpunit %{_bindir}/phpunit @@ -103,6 +102,9 @@ fi %changelog +* Wed Feb 20 2019 Remi Collet <remi@remirepo.net> - 1.6.6-6 +- cleanup for EL-8 + * Sun Jul 2 2017 Remi Collet <remi@remirepo.net> - 1.6.6-1 - Update to 1.6.6 |