From 386d82ada9b208fed426bd9cc11f889de806cfc4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Feb 2021 08:55:34 +0100 Subject: update to 3.2.0 --- php-bartlett-php-compatinfo-db.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-bartlett-php-compatinfo-db.spec') diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 5219693..24c5ce0 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 dee00b4277bba85ad01c625fb054cb9505204eca +%global gh_commit 5b88639d0b03378d5646d38f7242a257a0ccb273 %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 3.1.1 +%global upstream_version 3.2.0 #global upstream_prever RC1 # Namespace %global ns_vendor Bartlett @@ -215,6 +215,7 @@ sed -e "s:%{_datadir}/php/%{ns_vendor}/%{ns_project}:$PWD/src:" \ bin/compatinfo-db >compatinfo-db export DATABASE_URL=sqlite:///${PWD}/compatinfo.sqlite +doctrine orm:generate-proxies doctrine orm:schema-tool:create : Generate the references database @@ -267,6 +268,9 @@ exit $ret %changelog +* Wed Feb 10 2021 Remi Collet - 3.2.0-1 +- update to 3.2.0 + * Wed Jan 20 2021 Remi Collet - 3.1.1-1 - update to 3.1.1 -- cgit