summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-06 08:09:10 +0100
committerRemi Collet <remi@remirepo.net>2020-01-06 08:09:10 +0100
commitdea5c020d1585d5e9e9083e4374866521bbdc767 (patch)
treec2aa0f6c54a42824d4e93f81cead7d69f97a86ac
parentf48bc0c6d75980732bb341362ef94bd31cad8ab1 (diff)
v2.10.1
-rw-r--r--php-doctrine-dbal.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/php-doctrine-dbal.spec b/php-doctrine-dbal.spec
index 19dc7cb..20aa0a0 100644
--- a/php-doctrine-dbal.spec
+++ b/php-doctrine-dbal.spec
@@ -2,7 +2,7 @@
#
# Fedora spec file for php-doctrine-dbal
#
-# Copyright (c) 2013-2019 Shawn Iwinski <shawn.iwinski@gmail.com>
+# Copyright (c) 2013-2020 Shawn Iwinski <shawn.iwinski@gmail.com>
# Adam Williamson <awilliam@redhat.com>
#
# License: MIT
@@ -13,8 +13,8 @@
%global github_owner doctrine
%global github_name dbal
-%global github_version 2.10.0
-%global github_commit 0c9a646775ef549eb0a213a4f9bd4381d9b4d934
+%global github_version 2.10.1
+%global github_commit c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8
%global composer_vendor doctrine
%global composer_project dbal
@@ -41,7 +41,6 @@ Version: %{github_version}
Release: 1%{?github_release}%{?dist}
Summary: Doctrine Database Abstraction Layer (DBAL)
-Group: Development/Libraries
License: MIT
URL: http://www.doctrine-project.org/projects/dbal.html
@@ -219,6 +218,9 @@ exit $RETURN_CODE
%changelog
+* Mon Jan 6 2020 Remi Collet <remi@remirepo.net> - 2.10.1-1
+- update to 2.10.1
+
* Mon Nov 4 2019 Remi Collet <remi@remirepo.net> - 2.10.0-1
- update to 2.10.0
- raise dependencies on PHP 7.2