summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-file.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zendframework-zend-file.spec')
-rw-r--r--php-zendframework-zend-file.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php-zendframework-zend-file.spec b/php-zendframework-zend-file.spec
index 288b635..0f54a43 100644
--- a/php-zendframework-zend-file.spec
+++ b/php-zendframework-zend-file.spec
@@ -1,13 +1,13 @@
# remirepo/Fedora spec file for php-zendframework-zend-file
#
-# 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 d267733fbc3a15c9ca82708cf6e634e2fabb29e7
+%global gh_commit b6e167e056ce8594be1db93460cddb503de341ed
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-file
@@ -20,7 +20,7 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.8.2
+Version: 2.8.3
Release: 2%{?dist}
Summary: Zend Framework %{library} component
@@ -186,6 +186,13 @@ exit $ret
%changelog
+* Thu Feb 7 2019 Remi Collet <remi@remirepo.net> - 2.8.3-1
+- update to 2.8.3 (no change)
+
+* Tue Feb 5 2019 Remi Collet <remi@remirepo.net> - 2.8.2-3
+- fix FTBFS with zend-validator 2.11, patch from
+ https://github.com/zendframework/zend-file/pull/46
+
* Mon Oct 15 2018 Remi Collet <remi@remirepo.net> - 2.8.2-2
- update to 2.8.2
- drop patch merged upstream