From 61cbebca284d22eddb6b02de45fcccf1fd409f8d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Jul 2024 15:58:50 +0200 Subject: update to 2.2.9 --- php-sabre-xml2.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'php-sabre-xml2.spec') 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 - 2.2.9-1 +- update to 2.2.9 + * Thu Jul 25 2024 Remi Collet - 2.2.8-1 - update to 2.2.8 -- cgit