From 220eab981a752128a02e49f15c2f2a821a49c254 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Mar 2016 07:20:50 +0100 Subject: php-sabre-vobject: 3.5.0 --- php-sabre-vobject.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/php-sabre-vobject.spec b/php-sabre-vobject.spec index c974b13..8a623e4 100644 --- a/php-sabre-vobject.spec +++ b/php-sabre-vobject.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit c2606c5985aabd14f37d444e494d72f67b71d290 +%global gh_commit 061dd47ce40074bf63da8e3d6dbe7f18b5a4f3a4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner fruux %global gh_project sabre-vobject @@ -14,7 +14,7 @@ Name: php-%{gh_project} Summary: Library to parse and manipulate iCalendar and vCard objects -Version: 3.4.6 +Version: 3.5.0 Release: 1%{?dist} URL: http://sabre.io/vobject/ @@ -101,8 +101,7 @@ sed -e 's:@BUILDROOT@:%{buildroot}:' -i bootstrap.php %{_bindir}/phpunit --verbose if which php70; then - rm VObject/Property/FloatTest.php - php70 %{_bindir}/phpunit --verbose || : ignore test results + php70 %{_bindir}/phpunit --verbose fi %else : Skip upstream test suite @@ -121,6 +120,9 @@ fi %changelog +* Fri Mar 11 2016 Remi Collet - 3.5.0-1 +- update to 3.5.0 + * Wed Feb 24 2016 Remi Collet - 3.4.6-1 - update to 3.4.6 -- cgit