summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-21 07:28:23 +0200
committerRemi Collet <remi@remirepo.net>2017-04-21 07:28:23 +0200
commit99f106b36f29bcc0c9d952a863679430f1b3fd40 (patch)
treefc8b5a5628d9b7f6891e5959bd09e64f524f3223
parent7d8aa54f2b00ad2fc6e4a27224eea399c3cd471d (diff)
v2.5.3
-rw-r--r--.gitignore7
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-xdebug.spec16
3 files changed, 15 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1ab5c4f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+package-*.xml
+*.tgz
+*.tar.gz
+*.tar.xz
+*.tar.xz.asc
+*.src.rpm
+*/*rpm
diff --git a/REFLECTION b/REFLECTION
index 24ebb08..360661f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #177 xdebug version 2.5.1 ] {
+Extension [ <persistent> extension #178 xdebug version 2.5.3 ] {
- INI {
Entry [ xdebug.auto_trace <ALL> ]
@@ -65,7 +65,7 @@ Extension [ <persistent> extension #177 xdebug version 2.5.1 ] {
Current = '-1'
}
Entry [ xdebug.overload_var_dump <ALL> ]
- Current = '1'
+ Current = '2'
}
Entry [ xdebug.show_error_trace <ALL> ]
Current = '0'
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index 0b46f4f..8eb8b64 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -16,7 +16,7 @@
%global pecl_name xdebug
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global gh_commit 0fb207dfad8566ddbaa0412b9068e08df0f59b77
+%global gh_commit ca89d2486378852da9a20effdcc5b6d0f3f751e0
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20161004
%global with_tests 0%{?_with_tests:1}
@@ -31,11 +31,11 @@
Name: %{?scl_prefix}php-pecl-xdebug
Summary: PECL package for debugging PHP scripts
-Version: 2.5.1
+Version: 2.5.3
%if 0%{?gh_date:1}
Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
# The Xdebug License, version 1.01
@@ -45,7 +45,6 @@ Group: Development/Languages
URL: http://xdebug.org/
Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}%{?prever}-%{gh_short}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{?scl_prefix}php-pear > 1.9.1
BuildRequires: %{?scl_prefix}php-devel > 5.5
BuildRequires: libedit-devel
@@ -186,7 +185,6 @@ make %{?_smp_mflags}
%install
-rm -rf %{buildroot}
%{?dtsenable}
# install NTS extension
@@ -277,12 +275,7 @@ fi
%endif
-%clean
-rm -rf %{buildroot}
-
-
%files
-%defattr(-,root,root,-)
%{?_licensedir:%license NTS/LICENSE}
%doc %{pecl_docdir}/%{pecl_name}
%{_bindir}/debugclient
@@ -298,6 +291,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Apr 21 2017 Remi Collet <remi@remirepo.net> - 2.5.3-1
+- update to 2.5.3
+
* Mon Feb 27 2017 Remi Collet <remi@fedoraproject.org> - 2.5.1-2
- use uptream provided configuration with all settings