diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-12 10:18:24 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-12 10:18:24 +0200 |
commit | 07239c810bff040a9e7acd60ee8480cc38a08383 (patch) | |
tree | 033266f6ffe8c8d400e5d273acb2aefd37d5c772 | |
parent | 54ae3a456302b1e91a1998bb6d47467aa6772c9c (diff) |
update to 2.3.1
-rw-r--r-- | php-sabre-uri2.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sabre-uri2.spec b/php-sabre-uri2.spec index 6915bf5..93d18aa 100644 --- a/php-sabre-uri2.spec +++ b/php-sabre-uri2.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sabre-uri2 # -# Copyright (c) 2016-2021 Remi Collet +# Copyright (c) 2016-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 4e84208b86d351e8a439613f318feda7a0152b48 +%global gh_commit 2ec3dcec9e1586893c9820a12f573f73a71200f4 %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.0 +Version: 2.3.1 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -136,6 +136,9 @@ exit $ret %changelog +* Mon Sep 12 2022 Remi Collet <remi@remirepo.net> - 2.3.1-1 +- update to 2.3.1 + * Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 2.3.0-1 - update to 2.3.0 |