diff options
-rw-r--r-- | php-doctrine-doctrine-cache-bundle.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-doctrine-cache-bundle.spec b/php-doctrine-doctrine-cache-bundle.spec index 441484b..758074d 100644 --- a/php-doctrine-doctrine-cache-bundle.spec +++ b/php-doctrine-doctrine-cache-bundle.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name DoctrineCacheBundle -%global github_version 1.3.4 -%global github_commit 8b0d579ddef3fa3bc694bba49fba844668b4d382 +%global github_version 1.3.5 +%global github_commit 5514c90d9fb595e1095e6d66ebb98ce9ef049927 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor doctrine @@ -253,6 +253,9 @@ exit $RETURN_CODE %changelog +* Fri Nov 9 2018 Remi Collet <remi@remirepo.net> - 1.3.5-1 +- update to 1.3.5 + * Thu Nov 8 2018 Remi Collet <remi@remirepo.net> - 1.3.4-1 - update to 1.3.4 (no change) - sources from git snapshot |