[php-pear-Net-DNS2] update to 1.2.5

Remi Collet remi at fedoraproject.org
Sun Dec 30 10:13:50 UTC 2012


commit 8438453aab8a6f52397cf88241b2c5934d5ff76e
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Dec 30 11:13:40 2012 +0100

    update to 1.2.5

 .gitignore             |    1 +
 php-pear-Net-DNS2.spec |   10 +++++++---
 sources                |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ecb4069..3cd6c71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ package-*.xml
 *spec~
 /Net_DNS2-1.2.3.tgz
 /Net_DNS2-1.2.4.tgz
+/Net_DNS2-1.2.5.tgz
diff --git a/php-pear-Net-DNS2.spec b/php-pear-Net-DNS2.spec
index 8ac075b..505bf5c 100644
--- a/php-pear-Net-DNS2.spec
+++ b/php-pear-Net-DNS2.spec
@@ -1,9 +1,10 @@
+%{!?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.2.4
-Release:        2%{?dist}
+Version:        1.2.5
+Release:        1%{?dist}
 Summary:        PHP Resolver library used to communicate with a DNS server
 
 Group:          Development/Libraries
@@ -65,7 +66,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}
@@ -112,6 +113,9 @@ fi
 
 
 %changelog
+* Sun Dec 30 2012 Remi Collet <remi at fedoraproject.org> - 1.2.5-1
+- Version 1.2.5 (stable)
+
 * Sun Sep 23 2012 Remi Collet <remi at fedoraproject.org> - 1.2.4-2
 - php-mhash is optionnal and not available on RHEL-6
 
diff --git a/sources b/sources
index e486e43..91746fd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e023ebe7a5cb39349ff340d493ac654  Net_DNS2-1.2.4.tgz
+ac05201d3afa3fc2baf43a01d398ad15  Net_DNS2-1.2.5.tgz


More information about the scm-commits mailing list