diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-04-13 09:05:01 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-04-13 09:05:01 +0200 | 
| commit | 24db5d23d6e48194545465dfab020de096bd910e (patch) | |
| tree | 9f1c6134e90b998851cd192497add11ed8ef539f | |
| parent | 07869bdc30937c3a75aceee6683efc21f90ccca6 (diff) | |
php-pear-Net-DNS2: 1.4.1
| -rw-r--r-- | php-pear-Net-DNS2.spec | 10 | 
1 files changed, 8 insertions, 2 deletions
| diff --git a/php-pear-Net-DNS2.spec b/php-pear-Net-DNS2.spec index 649a07e..0a5974c 100644 --- a/php-pear-Net-DNS2.spec +++ b/php-pear-Net-DNS2.spec @@ -11,7 +11,7 @@  %global pear_name Net_DNS2  Name:           php-pear-Net-DNS2 -Version:        1.4.0 +Version:        1.4.1  Release:        1%{?dist}  Summary:        PHP Resolver library used to communicate with a DNS server @@ -64,6 +64,9 @@ The main features for this package include:  %prep  %setup -q -c +# https://github.com/mikepultz/netdns2/issues/32 +sed -e '/README/s/role="data"/role="doc"/' -i package.xml +  cd %{pear_name}-%{version}  mv ../package.xml %{name}.xml @@ -100,7 +103,7 @@ else    : Resolver test disabled    suite=Net_DNS2_ParserTest.php  fi -phpunit -d include_path=..:. $suite +phpunit --include-path=.. $suite  %post @@ -125,6 +128,9 @@ fi  %changelog +* Mon Apr 13 2015 Remi Collet <remi@fedoraproject.org> - 1.4.1-1 +- Update to 1.4.1 +  * Mon Dec 15 2014 Remi Collet <remi@fedoraproject.org> - 1.4.0-1  - Update to 1.4.0 (stable)  - provide php-composer(pear/net_dns2) | 
