[php-sabre-vobject] update to 3.2.3

Remi Collet remi at fedoraproject.org
Wed Jun 18 08:18:45 UTC 2014


commit 6e3f7800ce483659e91b2860c69a4be6a2bc8d26
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Jun 18 10:18:38 2014 +0200

    update to 3.2.3

 .gitignore             |    1 +
 php-sabre-vobject.spec |   15 +++++++++++----
 sources                |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb917b3..af0c5b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /sabre-vobject-3.2.0.tar.gz
 /sabre-vobject-3.2.1.tar.gz
 /sabre-vobject-3.2.2.tar.gz
+/sabre-vobject-3.2.3.tar.gz
diff --git a/php-sabre-vobject.spec b/php-sabre-vobject.spec
index 43c0481..ba3c9a9 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
-Release:        2%{?dist}
+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
@@ -41,6 +41,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
@@ -102,6 +104,11 @@ phpunit \
 
 
 %changelog
+* 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)
+- url is now http://sabre.io/vobject/
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index dd64f85..cbd5fa4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d9448f254e173e59101deffe71ed688  sabre-vobject-3.2.2.tar.gz
+5b85b79cb3303ee86a07ab75089b9f41  sabre-vobject-3.2.3.tar.gz


More information about the scm-commits mailing list