[php-sabre-vobject/f20] update to 3.2.4

Remi Collet remi at fedoraproject.org
Wed Jul 16 08:07:29 UTC 2014


commit 59006e372fe2bed51de7e21a53681b57441aec99
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Jul 16 09:57:28 2014 +0200

    update to 3.2.4
    
    (cherry picked from commit 1d2938b7bbe9a6db5e72a70fda6df7e836202a52)

 .gitignore             |    1 +
 php-sabre-vobject.spec |   11 ++++++++---
 sources                |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af0c5b1..ad9770b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /sabre-vobject-3.2.1.tar.gz
 /sabre-vobject-3.2.2.tar.gz
 /sabre-vobject-3.2.3.tar.gz
+/sabre-vobject-3.2.4.tar.gz
diff --git a/php-sabre-vobject.spec b/php-sabre-vobject.spec
index 7c0ad3d..4a938be 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/
@@ -28,10 +28,12 @@ Patch0:         %{gh_project}-bin.patch
 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
@@ -104,6 +106,9 @@ phpunit \
 
 
 %changelog
+* Wed Jul 16 2014 Remi Collet <remi at fedoraproject.org> - 3.2.4-1
+- update to 3.2.4
+
 * Wed Jun 18 2014 Remi Collet <remi at fedoraproject.org> - 3.2.3-1
 - update to 3.2.3
 - add provides php-composer(sabre/vobject)
diff --git a/sources b/sources
index cbd5fa4..2b6bfb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b85b79cb3303ee86a07ab75089b9f41  sabre-vobject-3.2.3.tar.gz
+96194c7622fd2a29242c8e1b4caedcd4  sabre-vobject-3.2.4.tar.gz


More information about the scm-commits mailing list