From 19b857a7833d2b8e93ea46dd9c87e281ec814da7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Jun 2023 06:51:55 +0200 Subject: update to 4.0.2 --- php-sabre-xml4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-sabre-xml4.spec b/php-sabre-xml4.spec index 2850ffa..bda9ab8 100644 --- a/php-sabre-xml4.spec +++ b/php-sabre-xml4.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit c4cec174c4bf78a3bbe667873346800db8b73173 +%global gh_commit 61a44c39f51e386ae495304bfb78f0b0a6ed11fe %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: 4.0.1 +Version: 4.0.2 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -167,6 +167,9 @@ exit $ret %changelog +* Thu Jun 29 2023 Remi Collet - 4.0.2-1 +- update to 4.0.2 + * Wed Jun 28 2023 Remi Collet - 4.0.1-1 - update to 4.0.1 -- cgit