diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-18 07:38:57 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-18 07:38:57 +0200 |
commit | 77890ae4ff966b314111fcc08b4deabacad65e71 (patch) | |
tree | cff258057cd62d6e9579ed21d343f9a4833a8576 /php-sabre-uri2.spec | |
parent | 9210a0eb8ab50f6ae0b8eac694351cd5c6a8c98e (diff) |
update to 2.2.3
Diffstat (limited to 'php-sabre-uri2.spec')
-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 94eba91..ec9ed1f 100644 --- a/php-sabre-uri2.spec +++ b/php-sabre-uri2.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 7cb0f489578afad5006e85cd60f18ff33f2d440d +%global gh_commit cd2476fc4ca13e39bf00df605d91b1c22cc9d24d %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.2.2 +Version: 2.2.3 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -136,6 +136,9 @@ exit $ret %changelog +* Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 2.2.3-1 +- update to 2.2.3 + * Thu Nov 4 2021 Remi Collet <remi@remirepo.net> - 2.2.2-1 - update to 2.2.2 |