summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-19 15:48:32 +0200
committerRemi Collet <remi@remirepo.net>2019-08-19 15:48:32 +0200
commit41f1320a00ccd7c85d8a7cce6e6f3f2ce161d9dd (patch)
tree1f6ca694de5cc2294beb9787f80f62d200ca7605
parent22934d27dd9319cbcbaab1d3f6a6dc875f44dacb (diff)
v2.1.3
-rw-r--r--composer.json2
-rw-r--r--php-sabre-xml2.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 2603aad..c782dbc 100644
--- a/composer.json
+++ b/composer.json
@@ -44,7 +44,7 @@
}
},
"require-dev": {
- "phpunit/phpunit" : "*"
+ "phpunit/phpunit" : "^6"
},
"config" : {
"bin-dir" : "bin/"
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