[php-pecl-xdebug/el6] update to 2.1.4 (bugfix)

Remi Collet remi at fedoraproject.org
Sat Mar 17 14:34:00 UTC 2012


commit 177a422d4f0b9a1ef65c8d6ae6236bcc9b398bab
Author: remi <fedora at famillecollet.com>
Date:   Sat Mar 17 15:19:14 2012 +0100

    update to 2.1.4 (bugfix)

 .gitignore           |    1 +
 php-pecl-xdebug.spec |   11 +++++++++--
 sources              |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b9ab648..64d3a83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *~
 /xdebug-2.1.2.tgz
 /xdebug-2.1.3.tgz
+/xdebug-2.1.4.tgz
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index 5f1aa81..0f783aa 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -5,11 +5,13 @@
 %global pecl_name xdebug
 
 Name:           php-pecl-xdebug
-Version:        2.1.3
+Version:        2.1.4
 Release:        1%{?dist}
 Summary:        PECL package for debugging PHP scripts
 
-License:        BSD
+# The Xdebug License, version 1.01
+# (Based on "The PHP License", version 3.0)
+License:        PHP
 Group:          Development/Languages
 URL:            http://pecl.php.net/package/xdebug
 Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -17,6 +19,7 @@ Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  php-pear  >= 1:1.4.9-1.2
 BuildRequires:  php-devel >= 5.1.0
+BuildRequires:  php-devel <  5.4.0
 BuildRequires:  libedit-devel
 
 %if 0%{?pecl_install:1}
@@ -150,6 +153,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Mar 17 2012 Remi Collet <remi at fedoraproject.org> - 2.1.4-1
+- update to 2.1.4
+- fix License which is PHP, with some renaming
+
 * Thu Jan 26 2012 Remi Collet <remi at fedoraproject.org> - 2.1.3-1
 - update to 2.1.3
 
diff --git a/sources b/sources
index 929888e..4e6261a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-779f4a66acdccd673553769e403674c4  xdebug-2.1.3.tgz
+0a1339ad8053eface15ed6420a295939  xdebug-2.1.4.tgz


More information about the scm-commits mailing list