[php-theseer-fDOMDocument] update to 1.4.1

Remi Collet remi at fedoraproject.org
Sun Apr 28 04:21:08 UTC 2013


commit bdacac0546146ef336c9a2d07853603a373a17f2
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Apr 28 06:20:57 2013 +0200

    update to 1.4.1

 .gitignore                    |    1 +
 php-theseer-fDOMDocument.spec |   23 +++++++++++------------
 sources                       |    2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83f0bec..ff7a691 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *spec~
 package-*.xml
 /fDOMDocument-1.3.2.tgz
+/fDOMDocument-1.4.1.tgz
diff --git a/php-theseer-fDOMDocument.spec b/php-theseer-fDOMDocument.spec
index 60ad949..1dbe1bb 100644
--- a/php-theseer-fDOMDocument.spec
+++ b/php-theseer-fDOMDocument.spec
@@ -4,17 +4,17 @@
 %global channel   pear.netpirates.net
 
 Name:           php-theseer-fDOMDocument
-Version:        1.3.2
-Release:        2%{?dist}
+Version:        1.4.1
+Release:        1%{?dist}
 Summary:        An Extension to PHP standard DOM
 
 Group:          Development/Libraries
 License:        BSD
 URL:            https://github.com/theseer/fDOMDocument
 Source0:        http://%{channel}/get/%{pear_name}-%{version}.tgz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRequires:  php(language) >= 5.3.3
 BuildRequires:  php-pear(PEAR) >= 1.9.1
 BuildRequires:  php-channel(%{channel})
 # For test
@@ -22,11 +22,13 @@ BuildRequires:  php-pear(pear.phpunit.de/PHPUnit)
 BuildRequires:  php-dom
 BuildRequires:  php-libxml
 
-Requires:       php-pear(PEAR) >= 1.9.1
-Requires:       php-channel(%{channel})
-Requires:       php-common >= 5.3.3
+Requires:       php(language) >= 5.3.3
 Requires:       php-dom
 Requires:       php-libxml
+Requires:       php-pcre
+Requires:       php-spl
+Requires:       php-pear(PEAR) >= 1.9.1
+Requires:       php-channel(%{channel})
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 
@@ -51,7 +53,6 @@ cd %{pear_name}-%{version}
 
 
 %install
-rm -rf %{buildroot}
 cd %{pear_name}-%{version}
 
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
@@ -71,10 +72,6 @@ sed -e s:autoload:TheSeer/fDOMDocument/autoload: \
 phpunit -d date.timezone=UTC
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %post
 %{__pear} install --nodeps --soft --force --register-only \
   %{pear_xmldir}/%{name}.xml >/dev/null || :
@@ -88,7 +85,6 @@ fi
 
 
 %files
-%defattr(-,root,root,-)
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %dir %{pear_phpdir}/TheSeer
@@ -97,6 +93,9 @@ fi
 
 
 %changelog
+* Sun Apr 28 2013 Remi Collet <remi at fedoraproject.org> - 1.4.1-1
+- Version 1.4.1 (stable) - API 1.4.0 (stable)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 22917b2..f26052f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5674e09058f9b8e6b2e42732ba7b6de  fDOMDocument-1.3.2.tgz
+b315e480f579402ded6aeaf037b0d432  fDOMDocument-1.4.1.tgz


More information about the scm-commits mailing list