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, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 1.6.5-1
+- Update to 1.6.5 (no change)
+- sources from git archive (tests are back)
+
* Fri Apr 21 2017 Remi Collet <remi@remirepo.net> - 1.6.4-1
- Update to 1.6.4 (no change)
- sources from git snapshot to retrieve test suite