diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-17 07:35:06 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-17 07:35:06 +0200 |
commit | 0492620ca534918e24ce21d67dc42a14e3f9d00c (patch) | |
tree | 5f5636bd2e5d6ebe481a0da066e78e9726cf5e54 | |
parent | 2782f156dfb85a28ab8d041d67b99243e055b304 (diff) |
v2.17.0
-rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index d253edf..c96b4db 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # # See https://github.com/llaville/php-compatinfo-db/releases -%global gh_commit 878baf3857fcb01129963c510ac95a1fe0d3e54f +%global gh_commit d2d55978f2fdf2423272aa0969fb49fe3859963d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville %global gh_project php-compatinfo-db -%global upstream_version 2.16.0 +%global upstream_version 2.17.0 #global upstream_prever RC1 # Namespace %global ns_vendor Bartlett @@ -109,7 +109,6 @@ Requires: (php-composer(laminas/laminas-diagnostics) >= 1.3 with php-co # remirepo:8 %else Requires: php-composer-semver3 -Requires: php-composer(composer/semver) >= 1.0 Requires: php-symfony-console4 >= 4.4 Requires: php-composer(league/tactician) < 2 Requires: php-composer(league/tactician) >= 1.0 @@ -273,6 +272,9 @@ exit $ret %changelog +* Mon Aug 17 2020 Remi Collet <remi@remirepo.net> - 2.17.0-1 +- update to 2.17.0 + * Mon Jul 13 2020 Remi Collet <remi@remirepo.net> - 2.16.0-1 - update to 2.16.0 - switch to composer/semver 3 |