summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-stdlib.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-29 09:38:34 +0200
committerRemi Collet <remi@remirepo.net>2018-08-29 09:38:34 +0200
commit112d090539ec0f4f3f2f7e089fcc7e63dcd86476 (patch)
tree93e0907af39d0a645b2501599b0fbe68e4718a2d /php-zendframework-zend-stdlib.spec
parent9ce9e654c370b9be8f4d09fc6a7a310550dceec6 (diff)
Diffstat (limited to 'php-zendframework-zend-stdlib.spec')
-rw-r--r--php-zendframework-zend-stdlib.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/php-zendframework-zend-stdlib.spec b/php-zendframework-zend-stdlib.spec
index 2c57677..c9e36c2 100644
--- a/php-zendframework-zend-stdlib.spec
+++ b/php-zendframework-zend-stdlib.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit cd164b4a18b5d1aeb69be2c26db035b5ed6925ae
+%global gh_commit 66536006722aff9e62d1b331025089b7ec71c065
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-stdlib
@@ -20,8 +20,8 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 3.2.0
-Release: 2%{?dist}
+Version: 3.2.1
+Release: 1%{?dist}
Summary: Zend Framework %{library} component
Group: Development/Libraries
@@ -30,8 +30,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-stdlib/pull/93.patch
-
BuildArch: noarch
# Tests
%if %{with_tests}
@@ -93,7 +91,6 @@ Documentation: https://zendframework.github.io/%{gh_project}/
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
mv LICENSE.md LICENSE
@@ -139,6 +136,9 @@ exit $ret
%changelog
+* Wed Aug 29 2018 Remi Collet <remi@remirepo.net> - 3.2.1-1
+- update to 3.2.1
+
* Mon Aug 27 2018 Remi Collet <remi@remirepo.net> - 3.2.0-2
- add patch for PHP 7.3 from
https://github.com/zendframework/zend-stdlib/pull/93