diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-10 10:45:58 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-10 10:45:58 +0200 |
commit | 937c2a8ea4669a878b583a3f0e8c063d92daf9b6 (patch) | |
tree | c8b789e2229ea2e773cdd262ae0da04cf9cbcec8 | |
parent | 2f8f40db92a48c9062dd7c33152cbf005dc03ccb (diff) |
v2.1.3
-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 879bb00..9dc98b4 100644 --- a/php-sabre-uri2.spec +++ b/php-sabre-uri2.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit c260a55cbd2083c03484f56f72fe042fee0c17ed +%global gh_commit 18f454324f371cbcabdad3d0d3755b4b0182095d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project uri @@ -22,8 +22,8 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: Functions for making sense out of URIs -Version: 2.1.2 -Release: 2%{?dist} +Version: 2.1.3 +Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} License: BSD @@ -124,6 +124,9 @@ exit $ret %changelog +* Tue Sep 10 2019 Remi Collet <remi@remirepo.net> - 2.1.3-1 +- update to 2.1.3 + * Fri Jul 5 2019 Remi Collet <remi@remirepo.net> - 2.1.2-2 - fix autoloader |