[php-pecl-xdebug] 2.3.2

Remi Collet remi at fedoraproject.org
Mon Mar 23 06:08:58 UTC 2015


commit d0f6bc299d58ce3a3b7e13055ac640281247e74a
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Mar 23 07:08:52 2015 +0100

    2.3.2

 .gitignore           |  1 +
 php-pecl-xdebug.spec | 10 +++++++---
 sources              |  2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 02c7675..a72b23a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ package*.xml
 /xdebug-2.2.7.tgz
 /xdebug-2.3.0.tgz
 /xdebug-2.3.1.tgz
+/xdebug-2.3.2.tgz
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index 33d4cf9..d56ecc7 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -24,7 +24,7 @@
 
 Name:           php-pecl-xdebug
 Summary:        PECL package for debugging PHP scripts
-Version:        2.3.1
+Version:        2.3.2
 Release:        1%{?dist}
 Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
 
@@ -196,11 +196,12 @@ fi
 %files
 %{?_licensedir:%license NTS/LICENSE}
 %doc %{pecl_docdir}/%{pecl_name}
-%config(noreplace) %{php_inidir}/%{ini_name}
-%{php_extdir}/%{pecl_name}.so
 %{_bindir}/debugclient
 %{pecl_xmldir}/%{name}.xml
 
+%config(noreplace) %{php_inidir}/%{ini_name}
+%{php_extdir}/%{pecl_name}.so
+
 %if %{with_zts}
 %config(noreplace) %{php_ztsinidir}/%{ini_name}
 %{php_ztsextdir}/%{pecl_name}.so
@@ -208,6 +209,9 @@ fi
 
 
 %changelog
+* Sun Mar 22 2015 Remi Collet <remi at fedoraproject.org> - 2.3.2-1
+- Update to 2.3.2
+
 * Wed Feb 25 2015 Remi Collet <remi at fedoraproject.org> - 2.3.1-1
 - Update to 2.3.1
 
diff --git a/sources b/sources
index 7be1f2a..11a90fe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-117d8e54d84b1cb7e07a646377007bd5  xdebug-2.3.1.tgz
+647b862291fe900f40d25a80fcf50026  xdebug-2.3.2.tgz


More information about the scm-commits mailing list