remi pushed to php-pear-Net-DNS2 (master). "update to 1.4.1"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 27 13:48:51 UTC 2015


>From 84d08f438b7d1ffe13e45ae0f8cd8b3f72831461 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi at fedoraproject.org>
Date: Mon, 27 Apr 2015 15:48:34 +0200
Subject: update to 1.4.1


diff --git a/.gitignore b/.gitignore
index 132cb94..cf78a60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ package-*.xml
 /Net_DNS2-1.3.1.tgz
 /Net_DNS2-1.3.2.tgz
 /Net_DNS2-1.4.0.tgz
+/Net_DNS2-1.4.1.tgz
diff --git a/php-pear-Net-DNS2.spec b/php-pear-Net-DNS2.spec
index 3411e53..993bf6c 100644
--- a/php-pear-Net-DNS2.spec
+++ b/php-pear-Net-DNS2.spec
@@ -1,6 +1,6 @@
 # spec file for php-pear-Net-DNS2
 #
-# Copyright (c) 2012-2014 Remi Collet
+# Copyright (c) 2012-2015 Remi Collet
 # License: CC-BY-SA
 # http://creativecommons.org/licenses/by-sa/4.0/
 #
@@ -12,7 +12,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,8 @@ The main features for this package include:
 
 %prep
 %setup -q -c
+sed -e '/README/s/role="data"/role="doc"/' -i package.xml
+
 cd %{pear_name}-%{version}
 mv ../package.xml %{name}.xml
 
@@ -94,7 +96,7 @@ else
   : Resolver test disabled
   suite=Net_DNS2_ParserTest.php
 fi
-phpunit -d include_path=..:. $suite
+phpunit --include-path=.. $suite
 
 
 %post
@@ -118,6 +120,9 @@ fi
 
 
 %changelog
+* Mon Apr 27 2015 Remi Collet <remi at fedoraproject.org> - 1.4.1-1
+- Update to 1.4.1 (stable)
+
 * Mon Dec 15 2014 Remi Collet <remi at fedoraproject.org> - 1.4.0-1
 - Update to 1.4.0 (stable)
 - provide php-composer(pear/net_dns2)
diff --git a/sources b/sources
index 1e2051b..8453ed4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5479c258fdbb51f42fa0c800b5af3c8  Net_DNS2-1.4.0.tgz
+389de177c93b53f24b4d706b90bdbf96  Net_DNS2-1.4.1.tgz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/php-pear-Net-DNS2.git/commit/?h=master&id=84d08f438b7d1ffe13e45ae0f8cd8b3f72831461


More information about the scm-commits mailing list