summaryrefslogtreecommitdiffstats
path: root/php-doctrine-dbal.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-10 15:23:16 +0100
committerRemi Collet <remi@remirepo.net>2018-12-10 15:23:16 +0100
commit52e0753736b95204623952be41d1b9dfd45cee59 (patch)
tree9a9f827015338e4e650ac6b63d43f0dd3ee9631d /php-doctrine-dbal.spec
parentfed5d8dda37d24c1171e925b8265a2611cd660b7 (diff)
v2.9.0
Diffstat (limited to 'php-doctrine-dbal.spec')
-rw-r--r--php-doctrine-dbal.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-doctrine-dbal.spec b/php-doctrine-dbal.spec
index 23940a7..8d6bcad 100644
--- a/php-doctrine-dbal.spec
+++ b/php-doctrine-dbal.spec
@@ -13,8 +13,8 @@
%global github_owner doctrine
%global github_name dbal
-%global github_version 2.8.0
-%global github_commit 5140a64c08b4b607b9bedaae0cedd26f04a0e621
+%global github_version 2.9.0
+%global github_commit 21fdabe2fc01e004e1966f200d900554876bc63c
%global composer_vendor doctrine
%global composer_project dbal
@@ -60,7 +60,7 @@ Patch0: %{name}-bin.patch
BuildArch: noarch
# Tests
%if %{with_tests}
-BuildRequires: phpunit7 >= 7.1.2
+BuildRequires: phpunit7 >= 7.4
## composer.json
BuildRequires: php(language) >= %{php_min_ver}
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
@@ -142,7 +142,7 @@ Autoloader: %{phpdir}/Doctrine/DBAL/autoload.php
%setup -qn %{github_name}-%{github_commit}
: Patch bin script
-%patch0 -p1
+%patch0 -p1 -b .rpm
: Remove empty file
rm -f lib/Doctrine/DBAL/README.markdown
@@ -221,6 +221,9 @@ exit $RETURN_CODE
%changelog
+* Mon Dec 10 2018 Remi Collet <remi@remirepo.net> - 2.9.0-1
+- update to 2.9.0
+
* Thu Oct 18 2018 Remi Collet <remi@remirepo.net> - 2.8.0-1
- update to 2.8.0
- drop dependency on doctrine/common