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 f498015..e698bab 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    b8a44ea1610d9b7012e42a7ff6f1cb66f0b757dd +%global gh_commit    2a043b994fa8d8a655c3d50d73c1ad443d31d677  %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.4.2 +Version:        4.4.3  Release:        1%{?dist}  URL:            http://sabre.io/vobject/ @@ -176,6 +176,9 @@ exit $ret  %endif  %changelog +* Mon Jul 18 2022 Remi Collet <remi@remirepo.net> - 4.4.3-1 +- update to 4.4.3 +  * Fri Jun 24 2022 Remi Collet <remi@remirepo.net> - 4.4.2-1  - update to 4.4.2  | 
