[php-theseer-fDOMDocument] update to 1.6.0

Remi Collet remi at fedoraproject.org
Wed Sep 17 14:07:19 UTC 2014


commit e063d124368ca678fcf504a47724be373be368c4
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Sep 17 16:07:16 2014 +0200

    update to 1.6.0

 .gitignore                    |    1 +
 php-theseer-fDOMDocument.spec |   13 +++++++++----
 sources                       |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b559eb5..c0af005 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ package-*.xml
 /fDOMDocument-1.4.2.tgz
 /fDOMDocument-1.4.3.tgz
 /fDOMDocument-1.5.0.tgz
+/fDOMDocument-1.6.0.tgz
diff --git a/php-theseer-fDOMDocument.spec b/php-theseer-fDOMDocument.spec
index 7fd74d2..f3ce522 100644
--- a/php-theseer-fDOMDocument.spec
+++ b/php-theseer-fDOMDocument.spec
@@ -13,8 +13,8 @@
 %global channel   pear.netpirates.net
 
 Name:           php-theseer-fDOMDocument
-Version:        1.5.0
-Release:        2%{?dist}
+Version:        1.6.0
+Release:        1%{?dist}
 Summary:        An Extension to PHP standard DOM
 
 Group:          Development/Libraries
@@ -43,7 +43,8 @@ Requires:       php-channel(%{channel})
 Requires:       php-pcre
 Requires:       php-spl
 
-Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
+Provides:       php-pear(%{channel}/%{pear_name})  = %{version}
+Provides:       php-composer(theseer/fdomdocument) = %{version}
 
 
 %description
@@ -78,7 +79,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 %check
 cd %{pear_name}-%{version}
-sed -e s:autoload:TheSeer/fDOMDocument/autoload: \
+sed -e s:src/autoload:TheSeer/fDOMDocument/autoload: \
     phpunit.xml.dist >phpunit.xml
 phpunit -d date.timezone=UTC
 
@@ -104,6 +105,10 @@ fi
 
 
 %changelog
+* Sun Sep 14 2014 Remi Collet <remi at fedoraproject.org> - 1.6.0-1
+- Update to 1.6.0
+- provide php-composer(theseer/fdomdocument)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 0a3acac..0636a24 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-457e58c1babe379d9c5e1fa61e910a4e  fDOMDocument-1.5.0.tgz
+55ed351c79d7be3ce12e06d2891ba2da  fDOMDocument-1.6.0.tgz


More information about the scm-commits mailing list