summaryrefslogtreecommitdiffstats
path: root/php-doctrine-dbal3.spec
diff options
context:
space:
mode:
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