diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-02-19 11:24:19 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-02-19 11:24:19 +0100 | 
| commit | d62b2f2ee99c5377789cc60683c8dbdd5b95126a (patch) | |
| tree | 6928aafabc98e3eb0463f86fdc008864f50b9d01 | |
| parent | ab04aec774b1270a573ddae48c90c3c50c50bd36 (diff) | |
php-theseer-fDOMDocument: 1.5.0
| -rw-r--r-- | php-theseer-fDOMDocument.spec | 18 | 
1 files changed, 12 insertions, 6 deletions
diff --git a/php-theseer-fDOMDocument.spec b/php-theseer-fDOMDocument.spec index e36d2f8..653e19f 100644 --- a/php-theseer-fDOMDocument.spec +++ b/php-theseer-fDOMDocument.spec @@ -7,12 +7,12 @@  # Please, preserve the changelog entries  # -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%{!?__pear: %global __pear %{_bindir}/pear}  %global pear_name fDOMDocument  %global channel   pear.netpirates.net  Name:           php-theseer-fDOMDocument -Version:        1.4.3 +Version:        1.5.0  Release:        1%{?dist}  Summary:        An Extension to PHP standard DOM @@ -31,15 +31,18 @@ BuildRequires:  php-pear(pear.phpunit.de/PHPUnit)  BuildRequires:  php-dom  BuildRequires:  php-libxml +Requires(post): %{__pear} +Requires(postun): %{__pear} +# From from package.xml, required  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} +# From phpcompatinfo report for version 1.5.0 +Requires:       php-pcre +Requires:       php-spl +  Provides:       php-pear(%{channel}/%{pear_name}) = %{version} @@ -108,6 +111,9 @@ fi  %changelog +* Wed Feb 19 2014 Remi Collet <remi@fedoraproject.org> - 1.5.0-1 +- Update to 1.5.0 +  * Sat Dec 21 2013 Remi Collet <remi@fedoraproject.org> - 1.4.3-1  - Update to 1.4.3 (stable)  | 
