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 8441b53..48d5c28 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    a7460c537056f5969c7d700607f20f497e3175c2 +%global gh_commit    0a2e27c797ec0934f376764e1a16567bbbcece0b  %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.8 +Version:        4.4.0  Release:        1%{?dist}  URL:            http://sabre.io/vobject/ @@ -175,6 +175,9 @@ exit $ret  %endif  %changelog +* Tue Nov 16 2021 Remi Collet <remi@remirepo.net> - 4.4.0-1 +- update to 4.4.0 +  * Mon Nov 15 2021 Remi Collet <remi@remirepo.net> - 4.3.8-1  - update to 4.3.8  | 
