diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-12-01 07:01:17 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-12-01 07:01:17 +0100 | 
| commit | 8c81318f7dfd0a8e59e8954c209a7d461b7a254e (patch) | |
| tree | 462aa2fddfec6a2f29f05ab91a368196e1dd6474 | |
| parent | f76ad09636820fccf54a9188d3a254d22927746c (diff) | |
php-pear-Net-DNS2: 1.3.2
| -rw-r--r-- | php-pear-Net-DNS2.spec | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/php-pear-Net-DNS2.spec b/php-pear-Net-DNS2.spec index 385d83c..8b0d9e6 100644 --- a/php-pear-Net-DNS2.spec +++ b/php-pear-Net-DNS2.spec @@ -2,7 +2,7 @@  %global pear_name Net_DNS2  Name:           php-pear-Net-DNS2 -Version:        1.3.1 +Version:        1.3.2  Release:        1%{?dist}  Summary:        PHP Resolver library used to communicate with a DNS server @@ -22,7 +22,7 @@ Requires(post): %{__pear}  Requires(postun): %{__pear}  Requires:       php-pear(PEAR) -# extensions detected by phpci +# From phpcompatinfo report for version 1.3.2  Requires:       php-ctype  Requires:       php-date  Requires:       php-hash @@ -56,10 +56,7 @@ The main features for this package include:  %prep  %setup -q -c  cd %{pear_name}-%{version} -# https://pear.php.net/bugs/19977 -sed -e '/composer.json/d' \ -    -e '/TODO/s/role="data"/role="doc"/' \ -    ../package.xml >%{name}.xml +mv ../package.xml %{name}.xml  %build @@ -121,6 +118,9 @@ fi  %changelog +* Sun Dec 01 2013 Remi Collet <remi@fedoraproject.org> - 1.3.2-1 +- Update to 1.3.2 (stable) +  * Thu Jun 13 2013 Remi Collet <remi@fedoraproject.org> - 1.3.1-1  - Update to 1.3.1  - hack for https://pear.php.net/bugs/19977 (bad role) | 
