diff options
-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 |