summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-16 14:45:46 +0200
committerRemi Collet <remi@remirepo.net>2019-10-16 14:45:46 +0200
commit7c2ed01c1c7baa31ae0e20c12247f4b6f5da3c0f (patch)
treeafe6561c3e863520ee47277d0df574105c0445e4
parentdc35b76c33e36de602609b2e3ee5f58109d4be63 (diff)
-rw-r--r--php-zendframework-zend-xml2json.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-zendframework-zend-xml2json.spec b/php-zendframework-zend-xml2json.spec
index 1236060..17174d1 100644
--- a/php-zendframework-zend-xml2json.spec
+++ b/php-zendframework-zend-xml2json.spec
@@ -1,13 +1,13 @@
# remirepo/Fedora spec file for php-zendframework-zend-xml2json
#
-# Copyright (c) 2016-2018 Remi Collet
+# Copyright (c) 2016-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 1fd6e09dfc3e9de5e873afc4fcadd541a15a4572
+%global gh_commit 43b08ce4b8350a9c0296d134a50f8e7c6e59b6cf
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-xml2json
@@ -20,11 +20,10 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 3.1.1
+Version: 3.1.2
Release: 1%{?dist}
Summary: Provides functionality for converting XML to JSON
-Group: Development/Libraries
License: BSD
URL: https://zendframework.github.io/%{gh_project}/
Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz
@@ -125,7 +124,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72; do
+for cmdarg in "php %{phpunit}" php71 php72 php73 php74; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1
@@ -138,6 +137,7 @@ exit $ret
%files
+# remirepo:1
%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc *.md
@@ -146,6 +146,9 @@ exit $ret
%changelog
+* Wed Oct 16 2019 Remi Collet <remi@remirepo.net> - 3.1.2-1
+- update to 3.1.2
+
* Wed May 2 2018 Remi Collet <remi@remirepo.net> - 3.1.1-1
- update to 3.1.1
- use range dependencies