From fc66f67e11988ab664128cc092b32425d01a058a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Jan 2021 10:34:35 +0100 Subject: update to 3.3.1 drop patch merged upstream --- 8.patch | Bin 433 -> 0 bytes php-laminas-math.spec | 11 ++++++----- 2 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 8.patch diff --git a/8.patch b/8.patch deleted file mode 100644 index 68c4e67..0000000 Binary files a/8.patch and /dev/null 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 - 3.3.1-1 +- update to 3.3.1 +- drop patch merged upstream + * Fri Jan 22 2021 Remi Collet - 3.3.0-1 - update to 3.3.0 - raise dependency on PHP 7.3 -- cgit