diff --git a/.gitignore b/.gitignore index 5d36c0a..1bd4303 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sabre-dav-1.8.7.tar.gz /sabre-dav-1.8.8.tar.gz +/sabre-dav-1.8.9.tar.gz 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 - 1.8.9-1 +- update to 1.8.9 + * Thu Feb 20 2014 Remi Collet - 1.8.8-2 - drop max version for VObject diff --git a/sources b/sources index cf42f89..1283c96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1bc81852db3e5d902fb41a293800d734 sabre-dav-1.8.8.tar.gz +5f8cbe95f9fd2d0b600b97902c3fd205 sabre-dav-1.8.9.tar.gz