diff options
| -rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 11 | 
1 files changed, 8 insertions, 3 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index f6c1c73..921b3df 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    1ac5977037bf4b6ac9fee7c5373cbbd7a95666fc +%global gh_commit    fce9f388a7765162564eb4101969254c7cba4262  %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.20.0 +Version:        1.21.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 @@ -48,6 +48,7 @@ Patch1:         %{name}-curltls.patch  BuildArch:      noarch  # Needed to build the database from sources  BuildRequires:  php(language) >= 5.4.0 +BuildRequires:  php-composer(composer/semver) <  2  BuildRequires:  php-composer(composer/semver) >= 1.0  BuildRequires:  php-curl  BuildRequires:  php-intl @@ -65,6 +66,7 @@ BuildRequires:  php-composer(fedora/autoloader)  #        "monolog/monolog": "~1.10",  #        "bartlett/phpunit-loggertestlistener": "~1.5"  BuildRequires:  php-cli +BuildRequires:  php-composer(symfony/console) <  3  BuildRequires:  php-composer(symfony/console) >= 2.5  %if %{with_tests}  BuildRequires:  php-composer(phpunit/phpunit) @@ -82,8 +84,8 @@ BuildRequires:  php-composer(phpunit/phpunit)  #        "ext-json": "*",  #        "ext-pdo_sqlite": "*"  Requires:       php(language) >= 5.4.0 -Requires:       php-composer(composer/semver) >= 1.0  Requires:       php-composer(composer/semver) <  2 +Requires:       php-composer(composer/semver) >= 1.0  Requires:       php-curl  Requires:       php-intl  Requires:       php-libxml @@ -188,6 +190,9 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite  %changelog +* Fri Jun  9 2017 Remi Collet <remi@remirepo.net> - 1.21.0-1 +- Update to 1.21.0 +  * Fri Apr 14 2017 Remi Collet <remi@remirepo.net> - 1.20.0-1  - Update to 1.20.0  | 
