summaryrefslogtreecommitdiffstats
path: root/php-bartlett-php-compatinfo-db.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-02-10 08:55:34 +0100
committerRemi Collet <remi@remirepo.net>2021-02-10 08:55:34 +0100
commit386d82ada9b208fed426bd9cc11f889de806cfc4 (patch)
tree1c934562b680e2dd93adad220389f29ce3f713b6 /php-bartlett-php-compatinfo-db.spec
parentb73c4f529bf448776ac21319ebf5620d04fecc51 (diff)
update to 3.2.0
Diffstat (limited to 'php-bartlett-php-compatinfo-db.spec')
-rw-r--r--php-bartlett-php-compatinfo-db.spec8
1 files changed, 6 insertions, 2 deletions
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 <remi@remirepo.net> - 3.2.0-1
+- update to 3.2.0
+
* Wed Jan 20 2021 Remi Collet <remi@remirepo.net> - 3.1.1-1
- update to 3.1.1