[php-pecl-xdebug] upstream 2.2.1

Remi Collet remi at fedoraproject.org
Tue Jul 17 10:23:32 UTC 2012


commit 6685376b4cefc89d36ee08f3719700b157daf2bf
Author: remi <fedora at famillecollet.com>
Date:   Tue Jul 17 12:23:15 2012 +0200

    upstream 2.2.1

 .gitignore           |    1 +
 php-pecl-xdebug.spec |   11 +++++------
 sources              |    2 +-
 xdebug-git.patch     |   21 ---------------------
 4 files changed, 7 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e75cfb4..ee9e594 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ package*.xml
 /xdebug-2.2.0RC1.tgz
 /xdebug-2.2.0RC2.tgz
 /xdebug-2.2.0.tgz
+/xdebug-2.2.1.tgz
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index b7ba123..ca4c6ee 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -5,13 +5,10 @@
 
 Name:           php-pecl-xdebug
 Summary:        PECL package for debugging PHP scripts
-Version:        2.2.0
-Release:        2%{?dist}
+Version:        2.2.1
+Release:        1%{?dist}
 Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
 
-# Fixed bug #838/bug #839/bug #840: Debugging static properties crashes Xdebug
-Patch0:         xdebug-git.patch
-
 # The Xdebug License, version 1.01
 # (Based on "The PHP License", version 3.0)
 License:        PHP
@@ -70,7 +67,6 @@ Xdebug also provides:
 %setup -qc
 
 cd %{pecl_name}-%{version}%{?prever}
-%patch0 -p1 -b .orig
 
 # https://bugs.php.net/60330
 sed -i -e '/AC_PREREQ/s/2.60/2.59/' debugclient/configure.in
@@ -202,6 +198,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jul 17 2012 Remi Collet <remi at fedoraproject.org> - 2.2.1-1
+- Update to 2.2.1
+
 * Fri Jun 22 2012 Remi Collet <remi at fedoraproject.org> - 2.2.0-2
 - upstream patch for upstream bug #838/#839/#840
 
diff --git a/sources b/sources
index 1bbcef5..fead78d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dbe44412c01c8669a4a4c4037767af4d  xdebug-2.2.0.tgz
+5e5c467e920240c20f165687d7ac3709  xdebug-2.2.1.tgz


More information about the scm-commits mailing list