diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-15 09:21:55 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-15 09:21:55 +0100 |
commit | 0c4a2a18b84de875791289d8cd049e3af2fc7ea2 (patch) | |
tree | c99cd3c52e41ca7f6d48d8fee3ed5f8804ccef93 | |
parent | 39a2a5b435b0d81b37da708ba58c270250319250 (diff) |
php-sabre-dav: 3.2.2
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-sabre-dav.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index c561ffe..fca0e07 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "psr/log": "^1.0" }, "require-dev" : { - "phpunit/phpunit" : "> 4.8, <=6.0.0", + "phpunit/phpunit" : "> 4.8, <6.0.0", "evert/phpdoc-md" : "~0.1.0", "sabre/cs" : "^1.0.0", "monolog/monolog": "^1.18" diff --git a/php-sabre-dav.spec b/php-sabre-dav.spec index 503f5d5..47d24fa 100644 --- a/php-sabre-dav.spec +++ b/php-sabre-dav.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 11ba8e9400d9c3aad8541c6dc19f5f888d9f0804 +%global gh_commit e987775e619728f12205606c9cc3ee565ffb1516 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner fruux %global gh_project sabre-dav @@ -18,7 +18,7 @@ Name: php-%{gh_project} Summary: WebDAV Framework for PHP -Version: 3.2.1 +Version: 3.2.2 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -52,7 +52,7 @@ BuildRequires: php-composer(psr/log) >= 1.0.1 BuildRequires: php-curl BuildRequires: php-pdo # From composer.json, "require-dev" : { -# "phpunit/phpunit" : "> 4.8, <=6.0.0", +# "phpunit/phpunit" : "> 4.8, <6.0.0", # "evert/phpdoc-md" : "~0.1.0", # "squizlabs/php_codesniffer": "~1.5.3" # "sabre/cs" : "^1.0.0", @@ -205,6 +205,9 @@ exit $ret %changelog +* Wed Feb 15 2017 Remi Collet <remi@fedoraproject.org> - 3.2.2-1 +- update to 3.2.2 + * Sun Jan 29 2017 Remi Collet <remi@fedoraproject.org> - 3.2.1-1 - update to 3.2.1 |