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, 7 insertions, 6 deletions
diff --git a/php-zendframework-zend-file.spec b/php-zendframework-zend-file.spec
index dbe4e4c..288b635 100644
--- a/php-zendframework-zend-file.spec
+++ b/php-zendframework-zend-file.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 4b2ecb77a9123a03cc648893b63e38b3735f192c
+%global gh_commit d267733fbc3a15c9ca82708cf6e634e2fabb29e7
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-file
@@ -20,8 +20,8 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.8.1
-Release: 4%{?dist}
+Version: 2.8.2
+Release: 2%{?dist}
Summary: Zend Framework %{library} component
License: BSD
@@ -29,8 +29,6 @@ URL: https://zendframework.github.io/%{gh_project}/
Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz
Source1: makesrc.sh
-Patch0: https://github.com/zendframework/zend-file/commit/466f249d772c188d1370545aba65bf0126bdfef0.patch
-
BuildArch: noarch
# Tests
%if %{with_tests}
@@ -128,7 +126,6 @@ Documentation: https://zendframework.github.io/%{gh_project}/
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
mv LICENSE.md LICENSE
@@ -189,6 +186,10 @@ exit $ret
%changelog
+* Mon Oct 15 2018 Remi Collet <remi@remirepo.net> - 2.8.2-2
+- update to 2.8.2
+- drop patch merged upstream
+
* Mon Oct 15 2018 Remi Collet <remi@remirepo.net> - 2.8.1-4
- add patch for PHP 7.3 from
https://github.com/zendframework/zend-file/pull/45