summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-02 15:30:48 +0200
committerRemi Collet <remi@remirepo.net>2020-06-02 15:30:48 +0200
commit6e68612b54d4441bd52adf8fcfb7b344cf3acec3 (patch)
tree44828a046831ca4ffaf87ceec84fadc222462d91
parentec234f8f69119cdaa969fb9be0099cf2c0dcbf19 (diff)
v3.0.1
-rw-r--r--php-doctrine-common3.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-common3.spec b/php-doctrine-common3.spec
index 8e97b78..ae6ac1a 100644
--- a/php-doctrine-common3.spec
+++ b/php-doctrine-common3.spec
@@ -10,8 +10,8 @@
%global github_owner doctrine
%global github_name common
-%global github_version 3.0.0
-%global github_commit 05ab20457d332cc0eef880b17cdbbffcd6af526f
+%global github_version 3.0.1
+%global github_commit 402a424f1e7dc39ce8fa7901e56d25835978387c
%global major 3
%global composer_vendor doctrine
@@ -149,6 +149,9 @@ exit $RETURN_CODE
%changelog
+* Tue Jun 2 2020 Remi Collet <remi@remirepo.net> - 3.0.1-1
+- update to 3.0.1
+
* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 3.0.0-1
- update to 3.0.0
- rename to php-doctrine-common3