From f76ad09636820fccf54a9188d3a254d22927746c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Jun 2013 09:37:37 +0200 Subject: php-pear-Net-DNS2: 1.3.1 --- php-pear-Net-DNS2.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/php-pear-Net-DNS2.spec b/php-pear-Net-DNS2.spec index a4057c8..385d83c 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.0 +Version: 1.3.1 Release: 1%{?dist} Summary: PHP Resolver library used to communicate with a DNS server @@ -56,8 +56,10 @@ The main features for this package include: %prep %setup -q -c cd %{pear_name}-%{version} -# Package.xml is V2 -mv ../package.xml %{name}.xml +# https://pear.php.net/bugs/19977 +sed -e '/composer.json/d' \ + -e '/TODO/s/role="data"/role="doc"/' \ + ../package.xml >%{name}.xml %build @@ -84,10 +86,6 @@ rm -rf %{buildroot} %check -# https://pear.php.net/bugs/19886 -sed -e 's//dev/null then suite=AllTests.php @@ -123,8 +121,13 @@ fi %changelog +* Thu Jun 13 2013 Remi Collet - 1.3.1-1 +- Update to 1.3.1 +- hack for https://pear.php.net/bugs/19977 (bad role) + * Mon Apr 08 2013 Remi Collet - 1.3.0-1 - Update to 1.3.0 +- hack for https://pear.php.net/bugs/19886 (shortag) * Wed Mar 06 2013 Remi Collet - 1.2.5-1 - Update to 1.2.5 -- cgit