diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-04-08 06:47:38 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-04-08 06:47:38 +0200 | 
| commit | 534027b1f380562699139ba50c1536b5b9a440ed (patch) | |
| tree | 20bb510d0b559924861921f2ef93b4b032236a7d | |
| parent | 02ac9c171e3e05f99aeca273482172ddf2002bd9 (diff) | |
php-pear-Net-DNS2: 1.3.0
| -rw-r--r-- | php-pear-Net-DNS2.spec | 21 | 
1 files changed, 16 insertions, 5 deletions
| diff --git a/php-pear-Net-DNS2.spec b/php-pear-Net-DNS2.spec index 4df9d1f..7ea66f3 100644 --- a/php-pear-Net-DNS2.spec +++ b/php-pear-Net-DNS2.spec @@ -2,8 +2,8 @@  %global pear_name Net_DNS2  Name:           php-pear-Net-DNS2 -Version:        1.2.5 -Release:        2%{?dist} +Version:        1.3.0 +Release:        1%{?dist}  Summary:        PHP Resolver library used to communicate with a DNS server  Group:          Development/Libraries @@ -22,9 +22,17 @@ Requires(post): %{__pear}  Requires(postun): %{__pear}  Requires:       php-pear(PEAR) -# extensions detected by phpci (+ php-filter, not yet available in EL) -Requires:       php-ctype, php-date, php-json, php-openssl, php-mhash -Requires:       php-pcre, php-shmop, php-sockets, php-spl +# extensions detected by phpci +Requires:       php-ctype +Requires:       php-date +Requires:       php-filter +Requires:       php-json +Requires:       php-mhash +Requires:       php-openssl +Requires:       php-pcre +Requires:       php-shmop +Requires:       php-sockets +Requires:       php-spl  Provides:       php-pear(%{pear_name}) = %{version} @@ -109,6 +117,9 @@ fi  %changelog +* Mon Apr 08 2013 Remi Collet <remi@fedoraproject.org> - 1.3.0-1 +- Update to 1.3.0 +  * Wed Mar 06 2013 Remi Collet <remi@fedoraproject.org> - 1.2.5-1  - Update to 1.2.5 | 
