From 7b9cf88da611fc89f7d59f897a3ded60e8d95169 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jun 2014 10:11:52 +0200 Subject: php-sabre-vobject: 3.2.3 --- php-sabre-vobject.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/php-sabre-vobject.spec b/php-sabre-vobject.spec index f8c89c0..fc142f1 100644 --- a/php-sabre-vobject.spec +++ b/php-sabre-vobject.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit a829266cebcaccf602bde3af2c7e85a952034a16 +%global gh_commit 5dc71fbb70200398d2e280437665260d40820a62 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner fruux %global gh_project sabre-vobject @@ -14,10 +14,10 @@ Name: php-%{gh_project} Summary: Library to parse and manipulate iCalendar and vCard objects -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} -URL: https://github.com/%{gh_owner}/%{gh_project} +URL: http://sabre.io/vobject/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz License: BSD Group: Development/Libraries @@ -42,6 +42,8 @@ Requires: php-pcre Requires: php-spl Requires: php-xml +Provides: php-composer(sabre/vobject) = %{version} + %description The VObject library allows you to easily parse and manipulate iCalendar @@ -104,6 +106,11 @@ phpunit \ %changelog +* Wed Jun 18 2014 Remi Collet - 3.2.3-1 +- update to 3.2.3 +- add provides php-composer(sabre/vobject) +- url is now http://sabre.io/vobject/ + * Fri May 9 2014 Remi Collet - 3.2.2-1 - update to 3.2.2 -- cgit