From 5b0936fa20f14e377aa305d81447e182284c417d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 May 2020 10:29:17 +0200 Subject: update to 2.13.1 --- php-bartlett-php-compatinfo-db.spec | 9 +++++++-- 1 file 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 - 2.13.1-1 +- update to 2.13.1 + * Mon May 11 2020 Remi Collet - 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 - 2.12.0-1 - update to 2.12.0 -- cgit