diff options
author | Remi Collet <remi@remirepo.net> | 2019-08-19 15:48:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-08-19 15:48:32 +0200 |
commit | 41f1320a00ccd7c85d8a7cce6e6f3f2ce161d9dd (patch) | |
tree | 1f6ca694de5cc2294beb9787f80f62d200ca7605 /php-sabre-xml2.spec | |
parent | 22934d27dd9319cbcbaab1d3f6a6dc875f44dacb (diff) |
v2.1.3
Diffstat (limited to 'php-sabre-xml2.spec')
-rw-r--r-- | php-sabre-xml2.spec | 11 |
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 2.1.3-1 +- update to 2.1.3 + * Fri Jul 5 2019 Remi Collet <remi@remirepo.net> - 2.1.2-3 - fix autoloader |