diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-03-02 19:55:20 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-03-02 19:55:20 +0100 |
commit | 4dbc0564bbb83964ad49a24b3cd5d1553f46cc9b (patch) | |
tree | b1dc9f5b24b80013ccdbc0468db798a99e37405a | |
parent | b11fd95daeee13625adde0fe66bdea25abcaf75d (diff) |
php-sabre-dav: 1.8.9
-rw-r--r-- | php-sabre-dav.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-sabre-dav.spec b/php-sabre-dav.spec index 3d9c0b3..d9922c6 100644 --- a/php-sabre-dav.spec +++ b/php-sabre-dav.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit f8bad179521f434c60d836c8203f791b37a30657 +%global gh_commit 25e095469e44d195cd255bdce55ce473224558bc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner fruux %global gh_project sabre-dav @@ -14,8 +14,8 @@ Name: php-%{gh_project} Summary: WebDAV Framework for PHP -Version: 1.8.8 -Release: 2%{?dist} +Version: 1.8.9 +Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz @@ -118,7 +118,7 @@ cd tests phpunit \ --bootstrap=../psr0.php \ --include-path=%{buildroot}%{_datadir}/php \ - -d date.timezone=UTC + -d date.timezone=GMT %else : Skip upstream test suite %endif @@ -132,6 +132,9 @@ phpunit \ %changelog +* Sun Mar 2 2014 Remi Collet <remi@fedoraproject.org> - 1.8.9-1 +- update to 1.8.9 + * Thu Feb 20 2014 Remi Collet <remi@fedoraproject.org> - 1.8.8-2 - drop max version for VObject |