diff options
| -rw-r--r-- | php-sabre-vobject4.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index ceb23d7..7eac912 100644 --- a/php-sabre-vobject4.spec +++ b/php-sabre-vobject4.spec @@ -12,7 +12,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    3168acd7c22fa3c96cb115539f93b59818ba1f06 +%global gh_commit    d8a0a9ae215a8acfb51afc29101c7344670b9c83  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sabre-io  %global gh_project   vobject @@ -25,7 +25,7 @@  Name:           php-sabre-vobject4  Summary:        Library to parse and manipulate iCalendar and vCard objects -Version:        4.3.4 +Version:        4.3.5  Release:        1%{?dist}  URL:            http://sabre.io/vobject/ @@ -172,6 +172,9 @@ exit $ret  %endif  %changelog +* Mon Feb 15 2021 Remi Collet <remi@remirepo.net> - 4.3.5-1 +- update to 4.3.5 +  * Thu Feb  4 2021 Remi Collet <remi@remirepo.net> - 4.3.4-1  - update to 4.3.4  - sources from git snapshot  | 
