From 1c769f7ccb068b27104669405569a781cdcba692 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Apr 2017 13:07:11 +0200 Subject: v1.6.3 --- php-theseer-fDOMDocument.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php-theseer-fDOMDocument.spec') 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 - 1.6.3-1 +- Update to 1.6.3 +- drop patch merged upstream + * Fri Apr 14 2017 Remi Collet - 1.6.2-1 - Update to 1.6.2 - use phpunit6 when available -- cgit