diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-03-06 16:28:40 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-03-06 16:28:40 +0100 | 
| commit | 02ac9c171e3e05f99aeca273482172ddf2002bd9 (patch) | |
| tree | 5602ba7b21d33114e4cbfb5a874e7da7b8e604dc | |
| parent | 86b4718f133e9af482b25aa57ac723eea289bab7 (diff) | |
sync with rawhide
| -rw-r--r-- | php-pear-Net-DNS2.spec | 12 | 
1 files changed, 8 insertions, 4 deletions
| diff --git a/php-pear-Net-DNS2.spec b/php-pear-Net-DNS2.spec index 5aded76..4df9d1f 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.3 -Release:        1%{?dist} +Version:        1.2.5 +Release:        2%{?dist}  Summary:        PHP Resolver library used to communicate with a DNS server  Group:          Development/Libraries @@ -21,6 +21,7 @@ BuildRequires:  php-pear(pear.phpunit.de/PHPUnit)  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 @@ -61,7 +62,7 @@ cd %{pear_name}-%{version}  %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml  # Clean up unnecessary files -rm -rf %{buildroot}%{pear_phpdir}/.??* +rm -rf %{buildroot}%{pear_metadir}/.??*  # Install XML package description  mkdir -p %{buildroot}%{pear_xmldir} @@ -73,7 +74,7 @@ rm -rf %{buildroot}  %check -if ping -c 1 dns.google.com &>/dev/null +if ping -c 1 google.com &>/dev/null  then    suite=AllTests.php  else @@ -108,6 +109,9 @@ fi  %changelog +* Wed Mar 06 2013 Remi Collet <remi@fedoraproject.org> - 1.2.5-1 +- Update to 1.2.5 +  * Sat Aug 18 2012 Remi Collet <remi@fedoraproject.org> - 1.2.3-1  - Version 1.2.3 (stable), API 1.2.3 (stable)  - upstream now provides LICENSE and tests | 
