From 898126d4f4b496f3ca8aa541a0a94833373fb47a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Apr 2017 07:55:08 +0200 Subject: v1.6.5 --- php-theseer-fDOMDocument.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-theseer-fDOMDocument.spec') diff --git a/php-theseer-fDOMDocument.spec b/php-theseer-fDOMDocument.spec index d670f2b..c5f85e8 100644 --- a/php-theseer-fDOMDocument.spec +++ b/php-theseer-fDOMDocument.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit cf219ede922fb47956726f35e2127277ebd302ca +%global gh_commit 8dcfd392135a5bd938c3c83ea71419501ad9855d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner theseer %global gh_project fDOMDocument @@ -16,15 +16,14 @@ %global pear_channel pear.netpirates.net Name: php-theseer-fDOMDocument -Version: 1.6.4 +Version: 1.6.5 Release: 1%{?dist} Summary: An Extension to PHP standard DOM Group: Development/Libraries License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} -Source0: %{name}-%{version}-%{gh_short}.tgz -Source1: makesrc.sh +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz BuildArch: noarch BuildRequires: php(language) >= 5.3.3 @@ -104,6 +103,10 @@ fi %changelog +* Mon Apr 24 2017 Remi Collet - 1.6.5-1 +- Update to 1.6.5 (no change) +- sources from git archive (tests are back) + * Fri Apr 21 2017 Remi Collet - 1.6.4-1 - Update to 1.6.4 (no change) - sources from git snapshot to retrieve test suite -- cgit