From 24db5d23d6e48194545465dfab020de096bd910e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Apr 2015 09:05:01 +0200 Subject: php-pear-Net-DNS2: 1.4.1 --- php-pear-Net-DNS2.spec | 10 ++++++++-- 1 file 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 - 1.4.1-1 +- Update to 1.4.1 + * Mon Dec 15 2014 Remi Collet - 1.4.0-1 - Update to 1.4.0 (stable) - provide php-composer(pear/net_dns2) -- cgit