From 41f1320a00ccd7c85d8a7cce6e6f3f2ce161d9dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Aug 2019 15:48:32 +0200 Subject: v2.1.3 --- php-sabre-xml2.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-sabre-xml2.spec') diff --git a/php-sabre-xml2.spec b/php-sabre-xml2.spec index e2170c2..8ff8234 100644 --- a/php-sabre-xml2.spec +++ b/php-sabre-xml2.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit e15454e68805e3713271ea58c0b2d6a82dac56b7 +%global gh_commit f08a58f57e2b0d7df769a432756aa371417ab9eb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project xml @@ -22,8 +22,8 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: XML library that you may not hate -Version: 2.1.2 -Release: 3%{?dist} +Version: 2.1.3 +Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} License: BSD @@ -48,7 +48,7 @@ BuildRequires: php-libxml BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { -# "phpunit/phpunit" : "*" +# "phpunit/phpunit" : "^6" BuildRequires: phpunit6 %endif # Autoloader @@ -154,6 +154,9 @@ exit $ret %changelog +* Mon Aug 19 2019 Remi Collet - 2.1.3-1 +- update to 2.1.3 + * Fri Jul 5 2019 Remi Collet - 2.1.2-3 - fix autoloader -- cgit