diff options
| -rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index f01167a..c779ff0 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  # See https://github.com/llaville/php-compatinfo-db/releases -%global gh_commit    e0b202dcc7f1c13475fbb9e56f05556e2853fce2 +%global gh_commit    b83e1fa4194b5ec0e67086026b76603dd978747d  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date      20151031  %global gh_owner     llaville @@ -27,7 +27,7 @@  %endif  Name:           php-%{c_vendor}-%{c_project} -Version:        1.30.0 +Version:        1.31.0  %global specrel 1  Release:        %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}  Summary:        Reference Database to be used with php-compatinfo library @@ -47,7 +47,7 @@ Patch1:         %{name}-curltls.patch  BuildArch:      noarch  # Needed to build the database from sources  BuildRequires:  php(language) >= 5.4.0 -%if 0%{?fedora} >= 27 +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8  BuildRequires:  (php-composer(composer/semver) >= 1.0 with php-composer(composer/semver) <  2)  %else  BuildRequires:  php-composer(composer/semver) <  2 @@ -86,7 +86,7 @@ BuildRequires:  php-composer(phpunit/phpunit)  #        "ext-json": "*",  #        "ext-pdo_sqlite": "*"  Requires:       php(language) >= 5.4.0 -%if 0%{?fedora} >= 27 +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8  BuildRequires:  (php-composer(composer/semver) >= 1.0 with php-composer(composer/semver) <  2)  %else  Requires:       php-composer(composer/semver) <  2 @@ -199,6 +199,9 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite  %changelog +* Thu Apr  5 2018 Remi Collet <remi@remirepo.net> - 1.31.0-1 +- update to 1.31.0 +  * Fri Mar  2 2018 Remi Collet <remi@remirepo.net> - 1.30.0-1  - Update to 1.30.0 | 
