summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-Reflect.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-bartlett-PHP-Reflect.spec')
-rw-r--r--php-bartlett-PHP-Reflect.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-bartlett-PHP-Reflect.spec b/php-bartlett-PHP-Reflect.spec
index 71f7776..a3aa2ae 100644
--- a/php-bartlett-PHP-Reflect.spec
+++ b/php-bartlett-PHP-Reflect.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 6609c40a1695ce5bcbaa814214cf4e8d88e21569
+%global gh_commit 5010b4de0540a711f329a26c72bd48280a3d755a
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20150331
%global gh_owner llaville
@@ -28,8 +28,8 @@
%endif
Name: php-bartlett-PHP-Reflect
-Version: 4.3.0
-%global specrel 3
+Version: 4.3.1
+%global specrel 1
Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
Summary: Adds the ability to reverse-engineer PHP
@@ -42,8 +42,6 @@ Source1: %{name}-autoload.php
# Enable cache plugin
Patch0: %{name}-4.3.0-rpm.patch
-# Fix compatibility with Symfony 4
-Patch1: https://patch-diff.githubusercontent.com/raw/llaville/php-reflect/pull/37.patch
BuildArch: noarch
BuildRequires: php(language) >= 5.5
@@ -186,7 +184,6 @@ Documentation: http://php5.laurent-laville.org/reflect/manual/current/en/
%setup -q -n %{gh_project}-%{gh_commit}
%patch0 -p1 -b .rpm
-%patch1 -p1 -b .rpm
find . -name \*.rpm -delete -print
cp %{SOURCE1} src/Bartlett/Reflect/autoload.php
@@ -243,6 +240,10 @@ fi
%changelog
+* Wed Feb 26 2020 Remi Collet <remi@remirepo.net> - 4.3.1-1
+- update to 4.3.1
+- drop patch merged upstream
+
* Tue Feb 25 2020 Remi Collet <remi@remirepo.net> - 4.3.0-3
- fix compatibility with Symfony 4 using patch from
https://github.com/llaville/php-reflect/pull/37