From 937c2a8ea4669a878b583a3f0e8c063d92daf9b6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Sep 2019 10:45:58 +0200 Subject: v2.1.3 --- php-sabre-uri2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-sabre-uri2.spec') 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 - 2.1.3-1 +- update to 2.1.3 + * Fri Jul 5 2019 Remi Collet - 2.1.2-2 - fix autoloader -- cgit