diff options
-rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index cc9160f..99d50e0 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 1228c9face076504d6898493c2e77a4bc5c75335 +%global gh_commit fc1a2d483b189cb7cd3d66ebbc598e7b1d891fdd %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.13.0 +%global upstream_version 2.13.1 #global upstream_prever RC1 # Namespace %global ns_vendor Bartlett @@ -270,9 +270,14 @@ exit $ret %changelog +* Mon May 11 2020 Remi Collet <remi@remirepo.net> - 2.13.1-1 +- update to 2.13.1 + * Mon May 11 2020 Remi Collet <remi@remirepo.net> - 2.13.0-1 - update to 2.13.0 - raise dependency on Symfony 4.4 +- open https://github.com/llaville/php-compatinfo-db/issues/43 + outdated yac reference * Sun Mar 22 2020 Remi Collet <remi@remirepo.net> - 2.12.0-1 - update to 2.12.0 |