diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-06-18 10:11:52 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-06-18 10:11:52 +0200 | 
| commit | 7b9cf88da611fc89f7d59f897a3ded60e8d95169 (patch) | |
| tree | 10c58626c053351be239d3fea390ae5a08931d86 | |
| parent | 5ea51d6858879a32b6517e520478e0a4b58c5137 (diff) | |
php-sabre-vobject: 3.2.3
| -rw-r--r-- | php-sabre-vobject.spec | 13 | 
1 files 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 <remi@fedoraproject.org> - 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 <remi@fedoraproject.org> - 3.2.2-1  - update to 3.2.2  | 
