From 477ce9791444520af4e0d9167025681300f379cf Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mar 07 2015 05:29:04 +0000 Subject: update to new release 1.8.12 --- diff --git a/.gitignore b/.gitignore index 2bff204..8d0786a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /sabre-dav-1.8.8.tar.gz /sabre-dav-1.8.9.tar.gz /sabre-dav-1.8.10.tar.gz +/sabre-dav-1.8.12.tar.gz diff --git a/php-sabre-dav.spec b/php-sabre-dav.spec index 5cb23a8..1a55d1e 100644 --- a/php-sabre-dav.spec +++ b/php-sabre-dav.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 0d064536ed3c7974e486b6ebb5b17ad7a974fe18 +%global gh_commit 78b0a55ae126666b49ec9ac88582d453b971967d %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.10 -Release: 2%{?dist} +Version: 1.8.12 +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 @@ -137,6 +137,9 @@ phpunit \ %changelog +* Fri Mar 06 2015 Adam Williamson - 1.8.12-1 +- update to 1.8.12 (bugfix release, no bc breaks) + * Sat Jun 07 2014 Fedora Release Engineering - 1.8.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild @@ -153,4 +156,4 @@ phpunit \ - update to 1.8.8 * Tue Dec 31 2013 Remi Collet - 1.8.7-1 -- Initial packaging \ No newline at end of file +- Initial packaging diff --git a/sources b/sources index 8d9ff70..2a31285 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d6462bba3bc02d45201a09f6b44b7f3 sabre-dav-1.8.10.tar.gz +34cf7e386d0d860371f38ca76501eb44 sabre-dav-1.8.12.tar.gz