summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zendxml.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-23 09:33:59 +0100
committerRemi Collet <remi@remirepo.net>2019-01-23 09:33:59 +0100
commit609df751fef83092fe4efad49be537b414b9f8de (patch)
treefe20f2858f9240d2f6545c79353cca21c831fac1 /php-zendframework-zendxml.spec
parent281f4bd7eb77ff0d85c1e73cc642bab85508a4c9 (diff)
Diffstat (limited to 'php-zendframework-zendxml.spec')
-rw-r--r--php-zendframework-zendxml.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-zendframework-zendxml.spec b/php-zendframework-zendxml.spec
index 135e769..66ceab4 100644
--- a/php-zendframework-zendxml.spec
+++ b/php-zendframework-zendxml.spec
@@ -1,13 +1,13 @@
# remirepo/Fedora spec file for php-zendframework-zendxml
#
-# Copyright (c) 2015-2018 Remi Collet
+# Copyright (c) 2015-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 267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99
+%global gh_commit eceab37a591c9e140772a1470338258857339e00
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zendxml
@@ -20,11 +20,10 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.1.0
+Version: 1.2.0
Release: 1%{?dist}
Summary: Zend Framework %{library} component
-Group: Development/Libraries
License: BSD
URL: https://framework.zend.com/
Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz
@@ -95,7 +94,7 @@ require_once '%{buildroot}%{php_home}/%{library}/autoload.php';
EOF
ret=0
-for cmd in php php56 php70 php71 php72; do
+for cmd in php php56 php70 php71 php72 php73; do
if which $cmd; then
$cmd %{_bindir}/phpunit --verbose || ret=1
fi
@@ -115,6 +114,9 @@ exit $ret
%changelog
+* Wed Jan 23 2019 Remi Collet <remi@remirepo.net> - 1.2.0-1
+- update to 1.2.0
+
* Thu May 3 2018 Remi Collet <remi@remirepo.net> - 1.1.0-1
- update to 1.1.0