diff options
l--------- | makesrc.sh | 1 | ||||
-rw-r--r-- | php-doctrine-cache.spec | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/makesrc.sh b/makesrc.sh new file mode 120000 index 0000000..d77ef20 --- /dev/null +++ b/makesrc.sh @@ -0,0 +1 @@ +php-doctrine-cache-get-source.sh
\ No newline at end of file diff --git a/php-doctrine-cache.spec b/php-doctrine-cache.spec index 9ee8d5c..a787d7d 100644 --- a/php-doctrine-cache.spec +++ b/php-doctrine-cache.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name cache -%global github_version 1.8.0 -%global github_commit d768d58baee9a4862ca783840eca1b9add7a7f57 +%global github_version 1.8.1 +%global github_commit d4374ae95b36062d02ef310100ed33d78738d76c %global composer_vendor doctrine %global composer_project cache @@ -176,6 +176,9 @@ exit $RETURN_CODE %changelog +* Mon Oct 28 2019 Remi Collet <remi@remirepo.net> - 1.8.1-1 +- update to 1.8.1 + * Wed Oct 17 2018 Remi Collet <remi@remirepo.net> - 1.8.0-1 - update to 1.8.0 - manage optional dependencies in autoloader |