diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-19 14:47:45 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-19 14:47:45 +0200 |
commit | fff63040145181beac3a9e4dab16c097918808c8 (patch) | |
tree | b7201305c973a1253d99a94aec3f7c028d068662 | |
parent | 07239c810bff040a9e7acd60ee8480cc38a08383 (diff) |
update to 2.3.2
-rw-r--r-- | php-sabre-uri2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sabre-uri2.spec b/php-sabre-uri2.spec index 93d18aa..465a025 100644 --- a/php-sabre-uri2.spec +++ b/php-sabre-uri2.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 2ec3dcec9e1586893c9820a12f573f73a71200f4 +%global gh_commit eceb4a1b8b680b45e215574222d6ca00be541970 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project uri @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: Functions for making sense out of URIs -Version: 2.3.1 +Version: 2.3.2 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -136,6 +136,9 @@ exit $ret %changelog +* Mon Sep 19 2022 Remi Collet <remi@remirepo.net> - 2.3.2-1 +- update to 2.3.2 + * Mon Sep 12 2022 Remi Collet <remi@remirepo.net> - 2.3.1-1 - update to 2.3.1 |