diff options
author | Remi Collet <remi@remirepo.net> | 2020-05-11 10:29:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-05-11 10:29:17 +0200 |
commit | 5b0936fa20f14e377aa305d81447e182284c417d (patch) | |
tree | 49bfb71d599be6281f14cb815cf98f1241bd39b1 | |
parent | 9bc229e4dcdf4c613bb1b9b8f5e43d0fa3a92a00 (diff) |
update to 2.13.1
-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 |