diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-07-16 09:52:48 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-07-16 09:52:48 +0200 | 
| commit | 2b02e35a818c012e0c5e39e3a83f4ef7f31ed6e7 (patch) | |
| tree | 9af3e6c6c7e610a4d6e0c62684f90285f2ccd77b | |
| parent | 7b9cf88da611fc89f7d59f897a3ded60e8d95169 (diff) | |
php-sabre-vobject: 3.2.4
| -rw-r--r-- | php-sabre-vobject.spec | 11 | 
1 files changed, 8 insertions, 3 deletions
diff --git a/php-sabre-vobject.spec b/php-sabre-vobject.spec index fc142f1..d0e2f86 100644 --- a/php-sabre-vobject.spec +++ b/php-sabre-vobject.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    5dc71fbb70200398d2e280437665260d40820a62 +%global gh_commit    a064447d7e76dc564ffcf3a830057c2f0c17bfbd  %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.2.3 +Version:        3.2.4  Release:        1%{?dist}  URL:            http://sabre.io/vobject/ @@ -29,10 +29,12 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildArch:      noarch  %if %{with_tests}  BuildRequires:  php(language) >= 5.3.1 -BuildRequires:  php-pear(pear.phpunit.de/PHPUnit) +BuildRequires:  php-phpunit-PHPUnit  %endif  # From composer.json +#        "php"          : ">=5.3.1", +#        "ext-mbstring" : "*"  Requires:       php(language) >= 5.3.1  Requires:       php-mbstring  # From phpcompatinfo report for version 3.2.0 @@ -106,6 +108,9 @@ phpunit \  %changelog +* Wed Jul 16 2014 Remi Collet <remi@fedoraproject.org> - 3.2.4-1 +- update to 3.2.4 +  * Wed Jun 18 2014 Remi Collet <remi@fedoraproject.org> - 3.2.3-1  - update to 3.2.3  - add provides php-composer(sabre/vobject)  | 
