summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-server.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-17 08:13:44 +0200
committerRemi Collet <remi@remirepo.net>2019-10-17 08:13:44 +0200
commit1561583ae500f73df90acd2f54be8ac6c85f9cc4 (patch)
treeaf27844be9aa3de9307beb736f9ff6c683ff1058 /php-zendframework-zend-server.spec
parent7bdee57ad00cc6ad238fde85a4c4689f989a3835 (diff)
Diffstat (limited to 'php-zendframework-zend-server.spec')
-rw-r--r--php-zendframework-zend-server.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-zendframework-zend-server.spec b/php-zendframework-zend-server.spec
index fbb1df6..a5595e6 100644
--- a/php-zendframework-zend-server.spec
+++ b/php-zendframework-zend-server.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 23a2e9a5599c83c05da831cb7c649e8a7809595e
+%global gh_commit d80c44700ebb92191dd9a3005316a6ab6637c0d1
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-server
@@ -20,8 +20,8 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.8.0
-Release: 6%{?dist}
+Version: 2.8.1
+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://patch-diff.githubusercontent.com/raw/zendframework/zend-server/pull/30.patch
-
BuildArch: noarch
# Tests
%if %{with_tests}
@@ -103,7 +101,6 @@ Documentation: https://zendframework.github.io/%{gh_project}/
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
mv LICENSE.md LICENSE
@@ -157,6 +154,10 @@ exit $ret
%changelog
+* Thu Oct 17 2019 Remi Collet <remi@remirepo.net> - 2.8.1-1
+- update to 2.8.1
+- drop patch merged upstream
+
* Wed Oct 16 2019 Remi Collet <remi@remirepo.net> - 2.8.0-6
- add patch for PHP 7.4 from
https://github.com/zendframework/zend-server/pull/30