diff options
-rw-r--r-- | php-doctrine-common.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/php-doctrine-common.spec b/php-doctrine-common.spec index a8032f8..52787d8 100644 --- a/php-doctrine-common.spec +++ b/php-doctrine-common.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name common -%global github_version 2.11.0 -%global github_commit b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff +%global github_version 2.12.0 +%global github_commit 2053eafdf60c2172ee1373d1b9289ba1db7f1fc6 %global composer_vendor doctrine %global composer_project common @@ -173,6 +173,8 @@ Autoloader: %{phpdir}/Doctrine/Common/autoload.php %prep %setup -qn %{github_name}-%{github_commit} +sed -e 's/2.12.0-DEV/%{version}/' -i lib/Doctrine/Common/Version.php + %build : Create autoloader @@ -245,6 +247,9 @@ exit $RETURN_CODE %changelog +* Mon Jan 13 2020 Remi Collet <remi@remirepo.net> - 2.12.0-1 +- update to 2.12.0 + * Tue Sep 10 2019 Remi Collet <remi@remirepo.net> - 2.11.0-1 - update to 2.11.0 - switch to phpunit7 |