summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-01-22 10:34:35 +0100
committerRemi Collet <remi@remirepo.net>2021-01-22 10:34:35 +0100
commitfc66f67e11988ab664128cc092b32425d01a058a (patch)
tree69ccc35ffb4ba0ad11e1d95c02ced20a9ebfe51d
parentdeab1f192547b7be8dbaea2c696e2a9eabb23412 (diff)
update to 3.3.1
drop patch merged upstream
-rw-r--r--8.patchbin433 -> 0 bytes
-rw-r--r--php-laminas-math.spec11
2 files changed, 6 insertions, 5 deletions
diff --git a/8.patch b/8.patch
deleted file mode 100644
index 68c4e67..0000000
--- a/8.patch
+++ /dev/null
Binary files differ
diff --git a/php-laminas-math.spec b/php-laminas-math.spec
index eb7ad63..a0ec383 100644
--- a/php-laminas-math.spec
+++ b/php-laminas-math.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 67fb8962d11c75bb494a23b273e3453720353515
+%global gh_commit 0921d16529e00b37927ba96129e49567d8bfaf31
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-math
@@ -22,7 +22,7 @@
%endif
Name: php-%{gh_project}
-Version: 3.3.0
+Version: 3.3.1
Release: 1%{?dist}
Summary: Laminas Framework %{library} component
@@ -31,8 +31,6 @@ URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz
Source1: makesrc.sh
-Patch0: https://patch-diff.githubusercontent.com/raw/laminas/laminas-math/pull/8.patch
-
BuildArch: noarch
# Tests
%if %{with_tests}
@@ -109,7 +107,6 @@ Documentation: https://docs.laminas.dev/%{gh_project}/
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
mv LICENSE.md LICENSE
@@ -182,6 +179,10 @@ exit $ret
%changelog
+* Fri Jan 22 2021 Remi Collet <remi@remirepo.net> - 3.3.1-1
+- update to 3.3.1
+- drop patch merged upstream
+
* Fri Jan 22 2021 Remi Collet <remi@remirepo.net> - 3.3.0-1
- update to 3.3.0
- raise dependency on PHP 7.3