diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-07 09:13:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-07 09:13:04 +0200 |
commit | 0ee479623252dd826c9da99236fb4c2394cf1ad0 (patch) | |
tree | 4cb68d22d5aa56a2218b1e2312d109ba6bb304e4 | |
parent | 220eab981a752128a02e49f15c2f2a821a49c254 (diff) |
php-sabre-vobject: 3.5.1
-rw-r--r-- | php-sabre-vobject.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sabre-vobject.spec b/php-sabre-vobject.spec index 8a623e4..9f65e11 100644 --- a/php-sabre-vobject.spec +++ b/php-sabre-vobject.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 061dd47ce40074bf63da8e3d6dbe7f18b5a4f3a4 +%global gh_commit 5b92c27399a31c860877b9c29f4fcbb241069679 %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.5.0 +Version: 3.5.1 Release: 1%{?dist} URL: http://sabre.io/vobject/ @@ -120,6 +120,9 @@ fi %changelog +* Thu Apr 7 2016 Remi Collet <remi@fedoraproject.org> - 3.5.1-1 +- update to 3.5.1 + * Fri Mar 11 2016 Remi Collet <remi@fedoraproject.org> - 3.5.0-1 - update to 3.5.0 |