summaryrefslogtreecommitdiffstats
path: root/php-pecl-xdebug.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-03 14:05:14 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-03 14:05:14 +0100
commit3781188a0a305a518a1c5e02a9eb70d47382cc06 (patch)
treeb5e4f71f2432b4a28a9260fc8dc25a1a36d3c7f9 /php-pecl-xdebug.spec
parentebb9ad104c946916353d4a0c09fbaf6d857233f2 (diff)
php-pecl-xdebug: new snapshot but still don't build
Diffstat (limited to 'php-pecl-xdebug.spec')
-rw-r--r--php-pecl-xdebug.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index 632aa66..182194e 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -1,16 +1,16 @@
%{!?__pecl: %{expand: %%global __pecl %{_bindir}/pecl}}
%global pecl_name xdebug
-%global gitver e773b090fc
+%global gitver e1b9127
%global prever dev
Name: php-pecl-xdebug
Summary: PECL package for debugging PHP scripts
Version: 2.2.2
-Release: 0.2%{?gitver:.git%{gitver}}%{?dist}
+Release: 0.3%{?gitver:.git%{gitver}}%{?dist}
%if 0%{?gitver:1}
# https://github.com/xdebug/xdebug/archive/xdebug_2_2.tar.gz
-Source0: xdebug-xdebug_2_2.tar.gz
+Source0: xdebug_2_2.tar.gz
%else
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
%endif
@@ -191,14 +191,17 @@ rm -rf %{buildroot}
%changelog
-* Fri Nov 30 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.2.1-0.2.gite773b090fc
+* Thu Jan 3 2013 Remi Collet <remi@fedoraproject.org> - 2.2.2-0.3.gite1b9127
+- new snapshot
+
+* Fri Nov 30 2012 Remi Collet <remi@fedoraproject.org> - 2.2.2-0.2.gite773b090fc
- rebuild with new php 5.5 snaphost with zend_execute_ex
-* Fri Nov 30 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.2.1-0.1.gite773b090fc
+* Fri Nov 30 2012 Remi Collet <remi@fedoraproject.org> - 2.2.2-0.1.gite773b090fc
- update to git snapshot for php 5.5
- also provides php-xdebug
-* Sun Sep 9 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.2.1-2
+* Sun Sep 9 2012 Remi Collet <remi@fedoraproject.org> - 2.2.1-2
- sync with rawhide, cleanups
- obsoletes php53*, php54*