summaryrefslogtreecommitdiffstats
path: root/php-doctrine-dbal3.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-06 15:07:40 +0100
committerRemi Collet <remi@php.net>2022-01-06 15:07:40 +0100
commitb1dedd1f85a4d712dae130a49c90b9e134d11166 (patch)
tree45b6136c79daaf232b4d4c220048a7febbc2d491 /php-doctrine-dbal3.spec
parent9a8088f364e3ad09a75a4418f88cdcbf6bce9beb (diff)
update to 3.2.1
Diffstat (limited to 'php-doctrine-dbal3.spec')
-rw-r--r--php-doctrine-dbal3.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec
index 3efb4dd..626c3d0 100644
--- a/php-doctrine-dbal3.spec
+++ b/php-doctrine-dbal3.spec
@@ -1,6 +1,6 @@
# remirepo/Fedora spec file for php-doctrine-dbal3
#
-# Copyright (c) 2013-2021 Shawn Iwinski <shawn.iwinski@gmail.com>
+# Copyright (c) 2013-2022 Shawn Iwinski <shawn.iwinski@gmail.com>
# Adam Williamson <awilliam@redhat.com>
# Remi Collet <remi@remirepo.net>
#
@@ -12,8 +12,8 @@
%global github_owner doctrine
%global github_name dbal
-%global github_version 3.2.0
-%global github_commit 5d54f63541d7bed1156cb5c9b79274ced61890e4
+%global github_version 3.2.1
+%global github_commit 4caf37acf14b513a91dd4f087f7eda424fa25542
%global major 3
%global composer_vendor doctrine
@@ -290,6 +290,9 @@ exit $RETURN_CODE
%changelog
+* Thu Jan 6 2022 Remi Collet <remi@remirepo.net> - 3.2.1-1
+- update to 3.2.1
+
* Mon Nov 29 2021 Remi Collet <remi@remirepo.net> - 3.2.0-1
- update to 3.2.0
- add dependency on psr/cache