summaryrefslogtreecommitdiffstats
path: root/php-theseer-fDOMDocument.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-theseer-fDOMDocument.spec')
-rw-r--r--php-theseer-fDOMDocument.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/php-theseer-fDOMDocument.spec b/php-theseer-fDOMDocument.spec
index 3dfed11..c6449a6 100644
--- a/php-theseer-fDOMDocument.spec
+++ b/php-theseer-fDOMDocument.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
-%global gh_commit 1dbe93a2c98fe57d0dd9792c373ec75c21f70750
+%global gh_commit 07aa549924fa5d12fbf7c08401931363558e4523
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner theseer
%global gh_project fDOMDocument
@@ -16,7 +16,7 @@
%global pear_channel pear.netpirates.net
Name: php-theseer-fDOMDocument
-Version: 1.6.2
+Version: 1.6.3
Release: 1%{?dist}
Summary: An Extension to PHP standard DOM
@@ -25,8 +25,6 @@ License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
-Patch0: %{name}-pr29.patch
-
BuildArch: noarch
BuildRequires: php(language) >= 5.3.3
# For test
@@ -61,7 +59,6 @@ and exceptions by default
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
%build
@@ -99,6 +96,10 @@ fi
%changelog
+* Fri Apr 14 2017 Remi Collet <remi@remirepo.net> - 1.6.3-1
+- Update to 1.6.3
+- drop patch merged upstream
+
* Fri Apr 14 2017 Remi Collet <remi@remirepo.net> - 1.6.2-1
- Update to 1.6.2
- use phpunit6 when available