[php-pear-Net-DNS2/f19] update to 1.3.2 (stable)

Remi Collet remi at fedoraproject.org
Mon Dec 2 07:19:39 UTC 2013


commit 5ef6eab425b3ab91a04ef2bf255321fc33deca75
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Dec 2 08:19:26 2013 +0100

    update to 1.3.2 (stable)

 .gitignore             |    1 +
 php-pear-Net-DNS2.spec |   22 ++++++++++++++++------
 sources                |    2 +-
 3 files changed, 18 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1a6472..5e7abb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ package-*.xml
 /Net_DNS2-1.2.5.tgz
 /Net_DNS2-1.3.0.tgz
 /Net_DNS2-1.3.1.tgz
+/Net_DNS2-1.3.2.tgz
diff --git a/php-pear-Net-DNS2.spec b/php-pear-Net-DNS2.spec
index b67d776..51e2fc4 100644
--- a/php-pear-Net-DNS2.spec
+++ b/php-pear-Net-DNS2.spec
@@ -1,9 +1,18 @@
+# spec file for php-pear-Net-DNS2
+#
+# Copyright (c) 2012-2013 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/4.0/
+#
+# Please, preserve the changelog entries
+#
+
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 %global pear_name Net_DNS2
 
 Name:           php-pear-Net-DNS2
-Version:        1.3.1
+Version:        1.3.2
 Release:        1%{?dist}
 Summary:        PHP Resolver library used to communicate with a DNS server
 
@@ -21,7 +30,8 @@ BuildRequires:  php-pear(pear.phpunit.de/PHPUnit)
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Requires:       php-pear(PEAR)
-# extensions detected by phpci
+
+# From phpcompatinfo report for version 1.3.2
 Requires:       php-ctype
 Requires:       php-date
 Requires:       php-hash
@@ -57,10 +67,7 @@ The main features for this package include:
 %prep
 %setup -q -c
 cd %{pear_name}-%{version}
-# https://pear.php.net/bugs/19977
-sed -e '/composer.json/d' \
-    -e '/TODO/s/role="data"/role="doc"/' \
-    ../package.xml >%{name}.xml
+mv ../package.xml %{name}.xml
 
 
 %build
@@ -115,6 +122,9 @@ fi
 
 
 %changelog
+* Sun Dec 01 2013 Remi Collet <remi at fedoraproject.org> - 1.3.2-1
+- Update to 1.3.2 (stable)
+
 * Thu Jun 13 2013 Remi Collet <remi at fedoraproject.org> - 1.3.1-1
 - Update to 1.3.1
 - hack for https://pear.php.net/bugs/19977 (bad role)
diff --git a/sources b/sources
index e1edc9b..73b0dfa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-023a639579391c1da9e0463ff837fcb3  Net_DNS2-1.3.1.tgz
+b44102f69fd2bfa841baf9075130c620  Net_DNS2-1.3.2.tgz


More information about the scm-commits mailing list