diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-26 15:58:50 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-26 15:58:50 +0200 |
commit | 61cbebca284d22eddb6b02de45fcccf1fd409f8d (patch) | |
tree | 84c168afea3b7dec9500e96453ad2f03e8983777 | |
parent | 62a55d51e5fd27ecd678d70661c42539ca31aaaa (diff) |
update to 2.2.9
-rw-r--r-- | php-sabre-xml2.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-sabre-xml2.spec b/php-sabre-xml2.spec index 15af2f2..000a531 100644 --- a/php-sabre-xml2.spec +++ b/php-sabre-xml2.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 1f89d65f366a8a79630c1f5717c823dc5f5fd673 +%global gh_commit 88288712d45f694be3679a0db7dfb3770f08d4f0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project xml @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: XML library that you may not hate -Version: 2.2.8 +Version: 2.2.9 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -146,7 +146,6 @@ exit $ret %files -# remirepo:1 %license LICENSE %doc *md %doc composer.json @@ -154,6 +153,9 @@ exit $ret %changelog +* Fri Jul 26 2024 Remi Collet <remi@remirepo.net> - 2.2.9-1 +- update to 2.2.9 + * Thu Jul 25 2024 Remi Collet <remi@remirepo.net> - 2.2.8-1 - update to 2.2.8 |